@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#> .
@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/741.609/e23/>
  skos:notation "741.609" ;
  skos:prefLabel "Illustrasjon--kunst--historie"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/741.609481/e23/> .

<http://dewey.info/class/2--481/e23/>
  skos:prefLabel "Norge"@nb ;
  a skos:Concept .

<http://dewey.info/class/741.6/e23/>
  skos:prefLabel "Illustrasjon"@nb ;
  a skos:Concept .

<http://dewey.info/class/741.609481/e23/>
  mads:componentList (
   <http://dewey.info/class/741.6/e23/>
   <http://dewey.info/class/2--481/e23/>
 ) ;
  dc:created "2016-01-29"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "e971cfa4-5d18-4fa2-a37e-360f88c8d9bd" ;
  skos:broader <http://dewey.info/class/741.609/e23/> ;
  skos:closeMatch bibbi:1132601 ;
  skos:notation "741.609481" ;
  a skos:Concept ;
  dc:modified "2025-04-09"^^xsd:date ;
  skos:prefLabel "Illustrasjon--kunst--Norge"@nb .

