@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/948.070922/e23/>
  mads:componentList (
   <http://dewey.info/class/948.07/e23/>
   <http://dewey.info/class/1--092.2/e23/>
 ) ;
  skos:altLabel "Skandinavia--2000-tallet--samlingsbiografier"@nb ;
  dc:created "2016-06-10"^^xsd:date ;
  skos:prefLabel "Skandinavia--2000---samlingsbiografier, …"@nb ;
  dc:identifier "5339dab3-ab4b-48d5-bb6a-015c196c5694" ;
  skos:broader <http://dewey.info/class/948.07/e23/> ;
  skos:notation "948.070922" ;
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2016-06-10"^^xsd:date .

<http://dewey.info/class/948.07/e23/>
  skos:notation "948.07" ;
  skos:prefLabel "2000-"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/948.070922/e23/> .

