@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

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

<http://dewey.info/class/704.9423094567709024/e23/>
  a skos:Concept ;
  dc:created "2019-03-29"^^xsd:date ;
  dc:identifier "98fc107a-2646-44f6-b059-963a54938905" ;
  dc:modified "2019-04-01"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/704.9423/e23/>
   <http://dewey.info/class/2--456.77/e23/>
   <http://dewey.info/class/1--090.24/e23/>
 ) ;
  skos:broader <http://dewey.info/class/704.9423/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "704.9423094567709024" ;
  skos:prefLabel "Menn--kunstmotiver--Pesaro (Italia)--1400-tallet"@nb .

<http://dewey.info/class/704.9423/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/704.9423094567709024/e23/> ;
  skos:notation "704.9423" ;
  skos:prefLabel "Menn"@nb .

