@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/table/2/e23/> a skos:ConceptScheme .
<http://dewey.info/scheme/edition/e23/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

<http://dewey.info/class/2--32/e23/>
  skos:notation "T2--32" ;
  skos:prefLabel "Egypt fram til 640"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/2--323/e23/> .

<http://dewey.info/class/2--323/e23/>
  skos:broader <http://dewey.info/class/2--32/e23/> ;
  skos:altLabel "Øvre Egypt--oldtiden"@nb, "Abydos (Egypt : oldtidsby)"@nb, "Teben (Egypt : oldtidsby)"@nb, "Karnak (Egypt)"@nb, "Luxor (Egypt)"@nb ;
  skos:inScheme <http://dewey.info/table/2/e23/>, <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:prefLabel "Theben (Egypt : oldtidsby), …"@nb ;
  a skos:Concept ;
  dc:identifier "ocd00203453" ;
  dc:modified "2019-09-09"^^xsd:date ;
  skos:notation "T2--323" ;
  mads:componentList (
   <http://dewey.info/class/2--32/e23/>
   <http://dewey.info/class/2--623/e23/>
 ) .

<http://dewey.info/class/2--623/e23/>
  skos:prefLabel "Øvre Egypt"@nb ;
  a skos:Concept .

