@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<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-HG7FR71L-4> .

<http://data.loterre.fr/ark:/67375/8LP-HG7FR71L-4>
  skos:definition "Architecture de réseau de neurones pour l'apprentissage automatique à partir de données structurées en graphes. (Data Franca)"@fr, "A type of neural network designed to operate on data that can be represented as graphs."@en ;
  a skos:Concept ;
  skos:prefLabel "graph neural network"@en, "réseau neuronal de graphes"@fr ;
  skos:example "Ding et al. (2019) extract entities from current context via entity-linking and turn them into a cognitive graph and a graph neural network is applied on top of it to extract answer. (Hu, Xu, Yu, Wang, Yang, Zhu, Chang & Sun, 2022)"@en, "We apply our proposed FLAN Graphs constructed based on domain knowledge to various cost-effective graph neural networks (GNNs) for comprehensively modeling both the semantics of the text and dependency relationships within the claims. (Gao, Yao, Zhao, He, Kumar, Krishnan & Shang, 2024)"@en ;
  skos:altLabel "GNN"@en, "RNG"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q107750691> ;
  skos:hiddenLabel "Réseau neuronal de graphes"@fr, "Graph neural network"@en ;
  skos:note "On recense 3 approches à l'apprentissage automatique à partir de graphes : 1) l'utilisation d'un réseau convolutif (c.-à-d. réseau de graphes convolutif), 2) l'utilisation d'un réseau récurrent (c.-à-d. réseau de graphes récurrent) et 3) l'utilisation d'un réseau auto-attentif (c.-à-d. réseau de graphes auto-attentif). (Data Franca)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> .

