@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/394.269597/e23/>
  mads:componentList (
   <http://dewey.info/class/394.269/e23/>
   <http://dewey.info/class/2--597/e23/>
 ) ;
  skos:notation "394.269597" ;
  skos:broader <http://dewey.info/class/394.2691-394.2699/e23/> ;
  dc:created "2021-10-14"^^xsd:date ;
  skos:prefLabel "Helligdager--Vietnam"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "69c775a8-f2bb-4593-8dd3-f5bb3a53990f" ;
  a skos:Concept ;
  dc:modified "2021-10-14"^^xsd:date .

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

<http://dewey.info/class/394.2691-394.2699/e23/>
  skos:notation "394.2691-394.2699" ;
  skos:prefLabel "Geografisk behandling, biografier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/394.269597/e23/> .

<http://dewey.info/class/2--597/e23/>
  skos:prefLabel "Vietnam"@nb ;
  a skos:Concept .

<http://dewey.info/class/394.269/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept .

