@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/708.3-708.8/e23/>
  skos:notation "708.3-708.8" ;
  skos:prefLabel "Bestemte deler av Europa"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/708.86/e23/> .

<http://dewey.info/class/2--486/e23/>
  skos:prefLabel "Götaland"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/708.86/e23/>
  dc:created "2019-02-11"^^xsd:date ;
  skos:prefLabel "Kunstgallerier--Götaland (Sverige)"@nb ;
  dc:identifier "4a193bca-6c71-425f-9bb8-db287a2da2c7" ;
  mads:componentList (
   <http://dewey.info/class/708/e23/>
   <http://dewey.info/class/2--486/e23/>
 ) ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/708.3-708.8/e23/> ;
  skos:notation "708.86" ;
  skos:narrower <http://dewey.info/class/708.867/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2019-02-11"^^xsd:date .

<http://dewey.info/class/708.867/e23/>
  skos:notation "708.867" ;
  skos:prefLabel "Kunstgallerier--Västra Götalands län (Sverige)"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/708.86/e23/> .

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

