@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-NNH3JM15-X>
  skos:prefLabel "data set"@en, "jeu de données"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-VQ80M27X-S> .

<http://data.loterre.fr/ark:/67375/8LP-VQ80M27X-S>
  skos:example "Specifically the output is a sequence of labels of the same length as the input sentence. (Helcl & Libovický, 2023)"@en, "La sortie est un texte annoté ne contenant plus aucune ambiguïté. (Blanc, Constant & Watrin, 2007)"@fr, "La sortie propose un ou plusieurs diagnostic(s) pour une même forme, erronée ou non. (Blanchard, 2007)"@fr, "La sortie peut actuellement être fournie sous format txt, XML ou JSON. (Ma, Mounier, Blancafort, Couto & Loupy, 2011)"@fr, "The output should be the types of events occurring in the text. (Anantheswaran, Gupta, Parmar, Pal & Baral, 2024)"@en ;
  a skos:Concept ;
  skos:hiddenLabel "Output"@en, "Sortie"@fr ;
  dc:modified "2024-06-13T14:53:48"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NNH3JM15-X> ;
  skos:prefLabel "sortie"@fr, "output"@en .

