@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@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-ZR9HJ2L1-X>
  skos:altLabel "abstract meaning representation graph"@en ;
  skos:hiddenLabel "AMR Graph"@en, "Graphe AMR"@fr ;
  skos:prefLabel "graphe AMR"@fr, "AMR graph"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PTL20327-C> ;
  inist:definitionalContext "Un graphe AMR peut être exprimé comme un ensemble de triplets dont chacun contient deux noeuds et un arc qui relie les deux. (Kang, Coavoux, Schwab & Lopez, 2023)"@fr ;
  skos:definition "A semantic representation of the meaning of a sentence and the relationships between its concepts in a structured form that can be interpreted by computational systems."@en, "Graphe représentant la sémantique d’une phrase et dont les nœuds sont des concepts sémantiques et les arcs des relations typées. (D'après Kang et al., Analyse sémantique AMR pour le français par transfert translingue, 2023)"@fr ;
  dc:modified "2024-06-12T09:28:33"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-PTL20327-C>
  skos:prefLabel "théorie des langages formels"@fr, "formal language theory"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZR9HJ2L1-X> .

