@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/23L-Z2JMXLVH-K>
  skos:prefLabel "données"@fr, "data"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-LXBPS9W2-W> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-LXBPS9W2-W>
  skos:definition "fichiers de traces qui enregistrent l’historique de l’activité liée à un programme, et qui sont utilisés notamment en cas de panne (pour identifier la cause de la panne, pour éviter la perte de données, pour relancer le système dans un état stable, etc.) (Source :  <a href=\"https://ia.gdria.fr/Glossaire/logs/\">https://ia.gdria.fr/Glossaire/logs/</a> )"@fr, "trace files which record the history of a program's activity and which are used in particular in the case of a failure (to identify the cause of the failure, to avoid data loss, to restart the system in a stable state, etc.) (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/logs/\">https://ia.gdria.fr/Glossaire/logs/</a> )"@en ;
  skos:altLabel "journal"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-Z2JMXLVH-K> ;
  skos:prefLabel "log"@fr, "log"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  dc:modified "2025-06-05T11:27:37"^^xsd:dateTime ;
  a skos:Concept .

