@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/class/091/e23/>
  skos:notation "091" ;
  skos:prefLabel "Håndskrifter og manuskripter"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/091.074458141/e23/> .

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

<http://dewey.info/class/091.074458141/e23/>
  skos:altLabel "Håndskrifter--utstillinger--Siracusa (Italia)"@nb ;
  dc:created "2023-01-26"^^xsd:date ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/091/e23/>
   <http://dewey.info/class/1--074/e23/>
   <http://dewey.info/class/2--458.141/e23/>
 ) ;
  dc:modified "2023-01-26"^^xsd:date ;
  skos:notation "091.074458141" ;
  skos:prefLabel "Håndskrifter--samlinger--beskrivelse--Siracusa (Italia), …"@nb ;
  dc:identifier "55f8da1d-c706-4fe3-9b17-2cc227fe5aca" ;
  skos:broader <http://dewey.info/class/091/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

<http://dewey.info/class/1--074/e23/>
  skos:prefLabel "Museer, samlinger, utstillinger"@nb ;
  a skos:Concept .

