@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

<http://dewey.info/class/631.4700901-631.4700905/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2010-11-16"^^xsd:date ;
  dc:identifier "ocd00301142" ;
  a skos:Concept ;
  skos:notation "631.4700901-631.4700905" ;
  skos:prefLabel "Historiske perioder"@nb ;
  skos:broader <http://dewey.info/class/631.47009/e23/> ;
  dc:modified "2018-06-08"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/631.47/e23/>
   <http://dewey.info/class/1--090.5/e23/>
   <http://dewey.info/class/1--090.1/e23/>
 ) ;
  owl:deprecated true .

<http://dewey.info/class/631.47/e23/>
  skos:prefLabel "Jordbunnsundersøkelser og arealundersøkelser"@nb ;
  a skos:Concept .

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

