@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-FFM716RX-B>
  dc:modified "2024-06-28T12:04:55"^^xsd:dateTime ;
  skos:definition "A sentence or a piece of text within a document or corpus that provides support or evidence for a particular claim, hypothesis, or assertion, and plays an important role in tasks such as information extraction, question answering, summarization, and argumentation mining."@en, "Phrase d'un document ou un corpus qui témoigne d'une hypothèse ou d'une affirmation spécifique et joue un rôle important dans des tâches telles que l'extraction d'informations ou le résumé automatique."@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Evidence sentence"@en, "Phrase-témoin"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-QVDB46J0-L>, <http://data.loterre.fr/ark:/67375/8LP-MC4BZQNN-B> ;
  a skos:Concept ;
  skos:prefLabel "phrase-témoin"@fr, "evidence sentence"@en .

<http://data.loterre.fr/ark:/67375/8LP-MC4BZQNN-B>
  skos:prefLabel "phrase"@fr, "sentence"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-FFM716RX-B> .

<http://data.loterre.fr/ark:/67375/8LP-QVDB46J0-L>
  skos:prefLabel "sémantique"@fr, "semantics"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-FFM716RX-B> .

