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

<http://dewey.info/class/700/e23/>
  skos:notation "700" ;
  skos:prefLabel "Kunst"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/70/e23/> .

<http://dewey.info/class/701-708/e23/>
  skos:notation "701-708" ;
  skos:prefLabel "Generell forminndeling av kunst og kunsthåndverk"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/70/e23/> .

<http://dewey.info/class/70/e23/>
  skos:broader <http://dewey.info/class/7/e23/> ;
  skos:narrower <http://dewey.info/class/701-708/e23/>, <http://dewey.info/class/700/e23/>, <http://dewey.info/class/709/e23/> ;
  dc:identifier "ocd00275080" ;
  dc:created "2010-03-26"^^xsd:date ;
  a skos:Concept ;
  skos:notation "70" ;
  skos:prefLabel "Kunst"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2018-06-04"^^xsd:date .

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

<http://dewey.info/class/7/e23/>
  skos:notation "7" ;
  skos:prefLabel "Kunst og fritid"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/70/e23/> .

<http://dewey.info/class/709/e23/>
  skos:notation "709" ;
  skos:prefLabel "Historie, geografisk behandling, biografier knyttet til kunst og kunsthåndverk"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/70/e23/> .

