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

<http://dewey.info/class/741.60904/e23/>
  mads:componentList (
   <http://dewey.info/class/741.6/e23/>
   <http://dewey.info/class/1--090.4/e23/>
 ) ;
  skos:notation "741.60904" ;
  skos:broader <http://dewey.info/class/741.609/e23/> ;
  dc:created "2022-11-03"^^xsd:date ;
  skos:prefLabel "Illustrasjon--kunst--1900-tallet"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "b6fb26cf-2db8-4934-bc41-72ce3f408275" ;
  a skos:Concept ;
  dc:modified "2025-04-09"^^xsd:date .

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

