@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/class/937/e23/>
  skos:prefLabel "Den italienske halvøy fram til 476 og omkringliggende territorier fram til 476"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/937.63/e23/>
  skos:notation "937.63" ;
  skos:prefLabel "Roma (Italia)--oldtiden, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/937.6307/e23/> .

<http://dewey.info/class/937.6307/e23/>
  mads:componentList (
   <http://dewey.info/class/937/e23/>
   <http://dewey.info/class/2--376.3/e23/>
   <http://dewey.info/class/937..07/e23/>
 ) ;
  skos:notation "937.6307" ;
  skos:broader <http://dewey.info/class/937.63/e23/> ;
  dc:created "2023-03-16"^^xsd:date ;
  skos:prefLabel "Roma (Italia)--31 f.Kr.-284 e.Kr."@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "c99e7029-75ad-4c34-a93b-f72ae715ab83" ;
  a skos:Concept ;
  dc:modified "2023-03-21"^^xsd:date .

