@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/943.1550883/e23/>
  a skos:Concept ;
  dc:created "2022-07-25"^^xsd:date ;
  dc:identifier "2a429199-97f6-4171-9d2e-ebe9e9657f5f" ;
  dc:modified "2023-09-25"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/943.1/e23/>
   <http://dewey.info/class/2--431.55/e23/>
   <http://dewey.info/class/943..10883/e23/>
 ) ;
  skos:broader <http://dewey.info/class/943.15508/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "943.1550883" ;
  skos:prefLabel "Berlin (Tyskalnd)--2005-"@nb .

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

<http://dewey.info/class/943.15508/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/943.1550883/e23/> ;
  skos:notation "943.15508" ;
  skos:prefLabel "Berlin (Tyskland)--1866-"@nb .

<http://dewey.info/class/943.1/e23/>
  a skos:Concept ;
  skos:prefLabel "Det nordøstlige Tyskland"@nb .

