@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 uneskos: <http://purl.org/umu/uneskos#> .

<http://data.loterre.fr/ark:/67375/FM8> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/FM8/C13>
  skos:prefLabel "Spelling (category)"@en, "Orthographe (catégorie)"@fr ;
  a skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/FM8-X2WP8DCF-B> .

<http://data.loterre.fr/ark:/67375/FM8-X2WP8DCF-B>
  skos:hiddenLabel "Unjustified emendation"@en, "Émendation injustifiée"@fr ;
  skos:definition "Code: Any emendation other than a justified emendation."@en ;
  dc:identifier "1212" ;
  dc:modified "2020-11-23"^^xsd:date ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C13> ;
  a skos:Concept ;
  skos:prefLabel "unjustified emendation"@en, "émendation injustifiée"@fr ;
  dc:created "2020-10-28"^^xsd:date ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  skos:broader <http://data.loterre.fr/ark:/67375/FM8-C9X9S342-1> .

<http://data.loterre.fr/ark:/67375/FM8-C9X9S342-1>
  skos:prefLabel "émendation"@fr, "emendation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/FM8-X2WP8DCF-B> .

