@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#> .

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

<http://dewey.info/class/010.44/e23/>
  skos:notation "010.44" ;
  skos:prefLabel "Bibliografisk metode og teknikk"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/010.4/e23/> .

<http://dewey.info/class/010/e23/>
  skos:notation "010" ;
  skos:prefLabel "Bibliografi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/010.4/e23/> .

<http://dewey.info/class/010.4/e23/>
  dc:modified "2012-09-28"^^xsd:date ;
  skos:broader <http://dewey.info/class/010/e23/> ;
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:narrower <http://dewey.info/class/010.42/e23/>, <http://dewey.info/class/010.44/e23/> ;
  skos:prefLabel "Spesielle emner vedrørende bibliografi"@nb ;
  dc:identifier "ocd00117245" ;
  skos:notation "010.4" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

<http://dewey.info/class/010.42/e23/>
  skos:notation "010.42" ;
  skos:prefLabel "Analytisk bibliografi (deskriptiv bibliografi)"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/010.4/e23/> .

