@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 ns0: <http://data.ub.uio.no/webdewey-terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/979.301/e23/>
  skos:prefLabel "Eldre historie fram til 1861"@nb ;
  skos:altLabel "Nevada--1800-tallet"@nb, "Nevada--eldre historie fram til 1861"@nb ;
  skos:notation "979.301" ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:modified "2014-12-02"^^xsd:date ;
  ns0:including "1800-tallet"@nb ;
  dc:identifier "ocd00177618" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/979.3/e23/> .

<http://dewey.info/class/979.3/e23/>
  skos:notation "979.3" ;
  skos:prefLabel "Nevada"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/979.301/e23/> .

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

