@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/9/e23/>
  skos:prefLabel "Historie og geografi"@nb ;
  a skos:Concept .

<http://dewey.info/class/943.3/e23/>
  skos:notation "943.3" ;
  skos:prefLabel "Bayern (Tyskland), …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/943.37/e23/> .

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

<http://dewey.info/class/943.37041/e23/>
  skos:notation "943.37041" ;
  skos:prefLabel "Schwaben (Tyskland : distrikt)--1618-1648"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/943.37/e23/> .

<http://dewey.info/class/943.37/e23/>
  skos:prefLabel "Schwaben (Tyskland : distrikt)"@nb ;
  dc:identifier "244dec7e-bf8c-4608-ae84-7ae3cec83d36" ;
  a skos:Concept ;
  dc:created "2017-01-20"^^xsd:date ;
  skos:broader <http://dewey.info/class/943.3/e23/> ;
  skos:narrower <http://dewey.info/class/943.37041/e23/>, <http://dewey.info/class/943.375/e23/> ;
  mads:componentList (
   <http://dewey.info/class/9/e23/>
   <http://dewey.info/class/2--433.7/e23/>
 ) ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2017-01-23"^^xsd:date ;
  skos:notation "943.37" .

<http://dewey.info/class/943.375/e23/>
  skos:notation "943.375" ;
  skos:prefLabel "Augsburg (Tyskland)"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/943.37/e23/> .

