@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 mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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/769.4/e23/>
  skos:notation "769.4" ;
  skos:prefLabel "Ikonografi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/769.49629222/e23/> .

<http://dewey.info/class/769.49629222/e23/>
  dc:identifier "de3f7c90-6d2f-4066-8019-8935ec6b2725" ;
  skos:prefLabel "Biler--teknikk--motiver--grafiske trykk"@nb ;
  mads:componentList (
   <http://dewey.info/class/769.4/e23/>
   <http://dewey.info/class/704..949/e23/>
   <http://dewey.info/class/629..222/e23/>
 ) ;
  skos:closeMatch bibbi:1179299 ;
  dc:modified "2019-10-01"^^xsd:date ;
  a skos:Concept ;
  dc:created "2019-09-30"^^xsd:date ;
  skos:notation "769.49629222" ;
  skos:broader <http://dewey.info/class/769.4/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

