@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-NM07JGRH-P>
  skos:prefLabel "pragmatique"@fr, "pragmatics"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-W2SXPM0D-N> .

<http://data.loterre.fr/ark:/67375/8LP-W2SXPM0D-N>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "contexte de dialogue"@fr, "dialogue context"@en ;
  a skos:Concept ;
  skos:definition "System information and user information, which provides the user target and topic information of the current dialogue. (Yang et al., Multiturn dialogue generation by modeling sentence-level and discourse-level contexts, in Scientific Reports, 2022)"@en, "Informations sur l'ensemble des échanges verbaux et l'intention des participants d'une conversation, employées pour construire des interfaces homme-machine et des agents conversationnels."@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NM07JGRH-P> ;
  skos:altLabel "contexte de conversation"@fr, "dialog context"@en ;
  skos:hiddenLabel "Dialogue context"@en, "Contexte de dialogue"@fr .

