@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://dewey.info/class/63/e23/>
  skos:prefLabel "Landbruk"@nb ;
  a skos:Concept .

<http://dewey.info/class/630.9481/e23/>
  skos:notation "630.9481" ;
  skos:prefLabel "Landbruk--Norge"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/630.94810904/e23/> .

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

<http://dewey.info/class/630.94810904/e23/>
  mads:componentList (
   <http://dewey.info/class/63/e23/>
   <http://dewey.info/class/2--481/e23/>
   <http://dewey.info/class/1--090.4/e23/>
 ) ;
  skos:notation "630.94810904" ;
  skos:broader <http://dewey.info/class/630.9481/e23/> ;
  dc:created "2017-09-12"^^xsd:date ;
  skos:prefLabel "Landbruk--Norge--1900-tallet"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ed911868-751c-4ba2-8752-aa6230c2d16c" ;
  a skos:Concept ;
  dc:modified "2017-09-13"^^xsd:date .

