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

<http://data.loterre.fr/ark:/67375/8LP-T8P8X46F-V>
  skos:prefLabel "syntaxe"@fr, "syntax"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-HL2VVN1H-X> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-HL2VVN1H-X>
  a skos:Concept ;
  skos:definition "A rooted and ordered tree that is labeled with POS tags that represent the syntactic structure of a sentence. (Kim et al., Authorship Classification: A Discriminative Syntactic Tree Mining Approach)"@en, "Représentation graphique de la structure en constituants d’une phrase. (Dubois et al., Dictionnaire de linguistique, 1994)"@fr ;
  skos:hiddenLabel "Arbre syntaxique"@fr, "Syntactic tree"@en ;
  dc:modified "2024-05-02T13:04:57"^^xsd:dateTime ;
  skos:example "In this paper we adopt Minipar (Lin 1994) to parse sentences and to construct syntactic trees. (Shi, Zhang, Yuan & Wen, 2010)"@en, "The syntactic trees given by the parser may be required in further downstream tasks such as coreference resolution and semantic role labelling. (Noji & Miyao, 2016)"@en, "Shift-reduce constituent parsing utilizes a series of shift-reduce decisions to construct syntactic trees. (Wang, Mi & Xue, 2015)"@en, "Nous proposons ici de concentrer nos mesures sur la longueur moyenne et la profondeur moyenne de l'arbre syntaxique (arbre de dépendance) d'un tour de parole. (Verdiana De Fino, Lionel Fontan, Julien Pinquier, Corentin Barcat, Isabelle Ferrané & Sylvain Detey, 2022)"@fr ;
  skos:prefLabel "syntactic tree"@en, "arbre syntaxique"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch x64:-K2DK1XSM-L ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-T8P8X46F-V> .

