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

<http://dewey.info/table/3B/e23/> a skos:ConceptScheme .
<http://dewey.info/class/3B--09/e23/>
  skos:notation "T3B--09" ;
  skos:prefLabel "Historie, beskrivelse, kritisk vurdering av verker i mer enn én litterær form"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/3B--0901-0909/e23/> .

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

<http://dewey.info/class/3B--0901-0909/e23/>
  skos:broader <http://dewey.info/class/3B--09/e23/> ;
  skos:notation "T3B--0901-0909" ;
  skos:prefLabel "Historiske perioder"@nb ;
  dc:created "2010-09-21"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/>, <http://dewey.info/table/3B/e23/> ;
  owl:deprecated true ;
  dc:identifier "ocd00295050" ;
  a skos:Concept ;
  dc:modified "2012-03-27"^^xsd:date .

