@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/9/e23/>
  a skos:Concept ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:identifier "ocd00253648" ;
  dc:modified "2018-05-30"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/92/e23/>, <http://dewey.info/class/91/e23/>, <http://dewey.info/class/90/e23/>, <http://dewey.info/class/930-990/e23/> ;
  skos:notation "9" ;
  skos:prefLabel "Historie og geografi"@nb ;
  skos:topConceptOf <http://dewey.info/scheme/edition/e23/> .

<http://dewey.info/class/91/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/9/e23/> ;
  skos:notation "91" ;
  skos:prefLabel "Geografi og reiser"@nb .

<http://dewey.info/class/92/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/9/e23/> ;
  skos:notation "92" ;
  skos:prefLabel "Biografier og genealogi"@nb .

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

<http://dewey.info/class/930-990/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/9/e23/> ;
  skos:notation "930-990" ;
  skos:prefLabel "Bestemte verdensdelers, staters, lokalområders historie; historie om himmellegemer utenfor jorda"@nb .

<http://dewey.info/class/90/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/9/e23/> ;
  skos:notation "90" ;
  skos:prefLabel "Historie"@nb .

skos:topConceptOf rdfs:subPropertyOf skos:inScheme .
