@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-NNN123LF-Q>
  skos:hiddenLabel "Prompt"@en, "Invite"@fr ;
  skos:prefLabel "invite"@fr, "prompt"@en ;
  skos:example "The prompt is then prepended to the test input x test and the model generates the corresponding answer a test. (Aggarwal, Madaan, Yang & Mausam, 2023)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-10-17T14:40:26"^^xsd:dateTime ;
  skos:altLabel "instruction générative"@fr ;
  a skos:Concept ;
  dc:created "2024-10-17T14:38:12"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DX1RMPWC-1> .

<http://data.loterre.fr/ark:/67375/8LP-DX1RMPWC-1>
  skos:prefLabel "application du TAL"@fr, "applied NLP"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-NNN123LF-Q> .

