@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 mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/437.02/e23/>
  skos:notation "437.02" ;
  skos:prefLabel "Mellomhøytysk og tidlig nyhøytysk, 1100-1500"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/437.0203/e23/> .

<http://dewey.info/class/437.0203/e23/>
  skos:prefLabel "Tidlig nyhøytysk språk--ordbøker, …"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/437.02/e23/> ;
  dc:created "2020-01-10"^^xsd:date ;
  skos:altLabel "Mellomhøytysk språk--ordbøker"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "437.0203" ;
  dc:modified "2020-01-13"^^xsd:date ;
  dc:identifier "8e526703-0ddd-4ca3-b0ff-ed1c38e972c3" ;
  mads:componentList (
   <http://dewey.info/class/437.02/e23/>
   <http://dewey.info/class/1--03/e23/>
 ) .

<http://dewey.info/scheme/edition/e23/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

<http://dewey.info/class/1--03/e23/>
  skos:prefLabel "Ordbøker, leksika, konkordanser"@nb ;
  a skos:Concept .

