@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/973.93/e23/>
  skos:notation "973.93" ;
  skos:prefLabel "2001-"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/973.930922/e23/> .

<http://dewey.info/class/973.930922/e23/>
  mads:componentList (
   <http://dewey.info/class/973.93/e23/>
   <http://dewey.info/class/1--092.2/e23/>
 ) ;
  dc:modified "2022-11-30"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/973.93/e23/> ;
  skos:prefLabel "USA--2001---samlingsbiografier, …"@nb ;
  a skos:Concept ;
  dc:identifier "ocd00480195" ;
  dc:created "2022-09-23"^^xsd:date ;
  skos:notation "973.930922" ;
  skos:altLabel "USA--2000-tallet--samlingsbiografier"@nb .

