@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/955.054/e23/>
  skos:notation "955.054" ;
  skos:prefLabel "1979-2005"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/955.0544/e23/> .

<http://dewey.info/class/955.0544/e23/>
  a skos:Concept ;
  dc:identifier "ocd00175264" ;
  dc:modified "2018-08-03"^^xsd:date ;
  skos:broader <http://dewey.info/class/955.054/e23/> ;
  skos:notation "955.0544" ;
  skos:prefLabel "Mohammad Khatamis regjeringstid, 1997-2005"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:altLabel "Iran--1997-2005"@nb, "Khatami, Mohammad--iransk historie"@nb .

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

