@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-VV2MRK99-2>
  skos:prefLabel "graph theory"@en, "théorie des graphes"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-HQS98QQH-F> .

<http://data.loterre.fr/ark:/67375/8LP-HQS98QQH-F>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-VV2MRK99-2> ;
  skos:hiddenLabel "Représentation de nœuds"@fr, "Node representation"@en ;
  skos:prefLabel "node representation"@en, "représentation de nœuds"@fr ;
  skos:example "Note that the removed text participates in constructing initial node representations so the model can still access their information as context. (Yang, Guo, Hu, Zhang, Qiu & Zhang, 2023)"@en, "Next we use token-level features output by a pre-trained text encoder to initialize node representation according to the alignment information. (Yang, Guo, Hu, Zhang, Qiu & Zhang, 2023)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-05-27T15:26:03"^^xsd:dateTime ;
  a skos:Concept ;
  skos:definition "A numerical representation of an entity, word, or token and its meaning, context, and relationships within a graph-based model or structure."@en .

