@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/class/801.95/e23/>
  a skos:Concept ;
  skos:prefLabel "Kritikk"@nb .

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

<http://dewey.info/class/801.9509/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/801.9509034/e23/> ;
  skos:notation "801.9509" ;
  skos:prefLabel "Kritikk--litteratur--teori--historie"@nb .

<http://dewey.info/class/801.9509034/e23/>
  a skos:Concept ;
  dc:created "2019-02-01"^^xsd:date ;
  dc:identifier "c9f60c4a-cf65-4493-92b9-ef9b10aec2fe" ;
  dc:modified "2019-05-22"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/801.95/e23/>
   <http://dewey.info/class/1--090.34/e23/>
 ) ;
  skos:altLabel "Litterær analyse--teori--1800-tallet"@nb ;
  skos:broader <http://dewey.info/class/801.9509/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "801.9509034" ;
  skos:prefLabel "Kritikk--litteratur--teori--1800-tallet, …"@nb .

