@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .

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

<http://dewey.info/class/746.391-746.399/e23/>
  skos:notation "746.391-746.399" ;
  skos:prefLabel "Geografisk behandling, biografier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/746.39481/e23/> .

<http://dewey.info/class/746.39481/e23/>
  a skos:Concept ;
  dc:created "2019-03-12"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/746.39/e23/>
   <http://dewey.info/class/2--481/e23/>
 ) ;
  skos:broader <http://dewey.info/class/746.391-746.399/e23/> ;
  skos:prefLabel "Bilder--tekstilkunst--Norge, …"@nb ;
  skos:altLabel "Veggtepper--tekstilkunst--Norge"@nb ;
  dc:modified "2019-03-12"^^xsd:date ;
  dc:identifier "ae1c2363-2d01-4a9b-9d1c-68b4e5e5d105" ;
  skos:notation "746.39481" .

<http://dewey.info/class/2--481/e23/>
  skos:prefLabel "Norge"@nb ;
  a skos:Concept .

<http://dewey.info/class/746.39/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept .

