@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V>
  skos:prefLabel "logiciel de TAL"@fr, "NLP software"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MCJZ2THD-V> .

<http://data.loterre.fr/ark:/67375/8LP-MCJZ2THD-V>
  skos:example "This method removes stopwords and diacritics from the original prompt using the Python library \"Texthero\". (Kamoda, Heinzerling, Sakaguchi & Inui, 2023)"@en ;
  dc:modified "2025-02-12T13:47:38"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:prefLabel "Texthero"@en, "Texthero"@fr .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
