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

<http://dewey.info/class/1--09046/e23/>
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:identifier "ocd00119647" ;
  dc:modified "2012-07-10"^^xsd:date ;
  skos:altLabel "1960-tallet"@nb ;
  skos:broader <http://dewey.info/class/1--0904/e23/> ;
  skos:exactMatch humord:c27967 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/>, <http://dewey.info/table/1/e23/> ;
  skos:notation "T1--09046" ;
  skos:prefLabel "1960-1969"@nb .

<http://dewey.info/table/1/e23/> a skos:ConceptScheme .
<http://dewey.info/class/1--0904/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/1--09046/e23/> ;
  skos:notation "T1--0904" ;
  skos:prefLabel "1900-tallet, 1900-1999"@nb .

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

