@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/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/943.3602/e23/>
  a skos:Concept ;
  dc:created "2024-09-02"^^xsd:date ;
  dc:identifier "64c644bb-e31c-43a8-ad13-c393b74120e7" ;
  dc:modified "2024-09-02"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/943/e23/>
   <http://dewey.info/class/2--433.6/e23/>
   <http://dewey.info/class/943..02/e23/>
 ) ;
  skos:altLabel "Oberbayern (Tyskland)--middelalderen"@nb ;
  skos:broader <http://dewey.info/class/943.36/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "943.3602" ;
  skos:prefLabel "Oberbayern (Tyskland)--843-1519, …"@nb .

<http://dewey.info/class/943.36/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/943.3602/e23/> ;
  skos:notation "943.36" ;
  skos:prefLabel "Oberbayern (Tyskland)"@nb .

<http://dewey.info/class/943/e23/>
  a skos:Concept ;
  skos:prefLabel "Tyskland og mellomeuropeiske naboland"@nb .

