@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/708.3364/e23/>
  skos:notation "708.3364" ;
  skos:broader <http://dewey.info/class/708.3/e23/> ;
  dc:created "2022-06-07"^^xsd:date ;
  skos:prefLabel "Kunstmuseer--München (Tyskland), …"@nb ;
  dc:modified "2022-06-07"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  dc:identifier "c256f996-2732-4a5b-b17f-6e554aae8aa2" ;
  mads:componentList (
   <http://dewey.info/class/708/e23/>
   <http://dewey.info/class/2--433.64/e23/>
 ) ;
  skos:altLabel "Kunstgallerier--München (Tyskland)"@nb .

<http://dewey.info/class/708.3/e23/>
  skos:notation "708.3" ;
  skos:prefLabel "Kunstmuseer--Tyskland"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/708.3364/e23/> .

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

<http://dewey.info/class/708/e23/>
  skos:prefLabel "Gallerier, museer, private samlinger av kunst og kunsthåndverk"@nb ;
  a skos:Concept .

