@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-PZRZ076G-B>
  skos:prefLabel "correction automatique"@fr, "automatic correction"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CMGNR9JN-D> .

<http://data.loterre.fr/ark:/67375/8LP-CMGNR9JN-D>
  skos:definition "A tool or software designed to automatically identify and fix typographical errors in written text."@en ;
  dc:created "2024-04-26T13:33:44"^^xsd:dateTime ;
  dc:modified "2024-04-26T13:38:42"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PZRZ076G-B> ;
  skos:prefLabel "correcteur typographique"@fr, "typographical corrector"@en .

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