@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/936/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/936.02/e23/> ;
  skos:notation "936" ;
  skos:prefLabel "Europa nord og vest for den italienske halvøy fram til ca. år 499"@nb .

<http://dewey.info/class/936.02/e23/>
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:identifier "ocd00172716" ;
  dc:modified "2018-07-31"^^xsd:date ;
  skos:altLabel "Hallstatt-kulturen"@nb, "La tène-kulturen"@nb, "Europa--ca. 1000-ca. 200 f.Kr."@nb ;
  skos:broader <http://dewey.info/class/936/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrowMatch humord:c00088, humord:c14982, humord:c10860 ;
  skos:notation "936.02" ;
  skos:prefLabel "Ca. 1000-ca. 200 f.Kr."@nb .

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

