@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#> .

<http://dewey.info/class/986.10635/e23/>
  skos:notation "986.10635" ;
  skos:prefLabel "1990-"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/986.106353/e23/> .

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

<http://dewey.info/class/986.106353/e23/>
  skos:altLabel "Colombia--1998-2002"@nb, "Pastrana Arango, Andrés--colombiansk historie"@nb ;
  skos:notation "986.106353" ;
  skos:broader <http://dewey.info/class/986.10635/e23/> ;
  dc:created "2021-02-12"^^xsd:date ;
  a skos:Concept ;
  dc:identifier "ocd00444195" ;
  skos:prefLabel "Andrés Pastrana Arangos regjeringstid, 1998-2002"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2021-05-26"^^xsd:date .

