@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#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .

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

<http://dewey.info/class/940.531844/e23/>
  skos:notation "940.531844" ;
  skos:prefLabel "Begivenheter i 1939-1945"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/940.5318445/e23/> .

<http://dewey.info/class/940.5318445/e23/>
  skos:broader <http://dewey.info/class/940.531844/e23/> ;
  skos:altLabel "Babij Jar-massakren, 1941"@nb ;
  dc:identifier "ocd00173182" ;
  skos:prefLabel "Babij Jar-massakren"@nb ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:notation "940.5318445" ;
  a skos:Concept ;
  dc:modified "2018-08-01"^^xsd:date ;
  skos:closeMatch bibbi:1688759 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

