@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G>
  skos:prefLabel "neural networks model"@en, "modèle de réseaux de neurones"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-NN85B9XN-S> .

<http://data.loterre.fr/ark:/67375/8LP-NN85B9XN-S>
  skos:hiddenLabel "StarSpace"@en, "StarSpace"@fr, "starspace"@fr, "starspace"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  dc:modified "2024-05-03T08:46:56"^^xsd:dateTime ;
  a skos:Concept ;
  skos:definition "« Modèle neuronal polyvalent permettant l'apprentissage efficace de plongements d'entités pour résoudre une grande variété de problèmes. » (source :  <a href=\"https://github.com/facebookresearch/StarSpace\">https://github.com/facebookresearch/StarSpace</a>)"@fr, "A general-purpose neural model for efficient learning of entity embeddings for solving a wide variety of problems ( <a href=\"https://github.com/facebookresearch/StarSpace)\">https://github.com/facebookresearch/StarSpace)</a>."@en ;
  skos:prefLabel "Starspace"@en, "Starspace"@fr ;
  skos:exactMatch ltk:-NSJ6C3GX-T .

