@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/709.021/e23/>
  dc:created "2009-12-03"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2017-01-25"^^xsd:date ;
  skos:prefLabel "500-tallet til 1100-tallet, 500-1199"@nb ;
  skos:narrower <http://dewey.info/class/709.0216/e23/>, <http://dewey.info/class/709.0214/e23/>, <http://dewey.info/class/709.0212/e23/> ;
  skos:broader <http://dewey.info/class/709.02/e23/> ;
  skos:notation "709.021" ;
  dc:identifier "ocd00164027" ;
  mads:componentList (
   <http://dewey.info/class/7/e23/>
   <http://dewey.info/class/1--090.21/e23/>
 ) .

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

<http://dewey.info/class/709.0216/e23/>
  skos:notation "709.0216" ;
  skos:prefLabel "Romansk kunst"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/709.021/e23/> .

<http://dewey.info/class/7/e23/>
  skos:prefLabel "Kunst og fritid"@nb ;
  a skos:Concept .

<http://dewey.info/class/709.0214/e23/>
  skos:notation "709.0214" ;
  skos:prefLabel "Bysantinsk kunst"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/709.021/e23/> .

<http://dewey.info/class/709.02/e23/>
  skos:notation "709.02" ;
  skos:prefLabel "500-tallet til 1400-tallet, 500-1499"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/709.021/e23/> .

<http://dewey.info/class/709.0212/e23/>
  skos:notation "709.0212" ;
  skos:prefLabel "Tidlig kristen kunst"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/709.021/e23/> .

