@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-X6LDPMBQ-7>
  skos:definition "Représentation vectorielle d'un mot ou d'une phrase qui prend en compte le contexte dans lequel il est utilisé afin de saisir les éventuelles nuances sémantiques et syntaxiques."@fr, "The process of generating embeddings of textual information that capture the surrounding context of words or sentences."@en ;
  dc:modified "2024-05-15T12:16:05"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZKBRNB69-9> ;
  skos:prefLabel "context embedding"@en, "plongement contextuel"@fr .

<http://data.loterre.fr/ark:/67375/8LP-ZKBRNB69-9>
  skos:prefLabel "context representation"@en, "représentation contextuelle"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-X6LDPMBQ-7> .

