@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/223.044/e23/>
  a skos:Concept ;
  dc:created "2024-07-29"^^xsd:date ;
  dc:identifier "b2ffe79f-4970-4026-b44b-767a410c9a9a" ;
  dc:modified "2024-07-29"^^xsd:date ;
  skos:broader <http://dewey.info/class/223/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "223.044" ;
  skos:prefLabel "De poetiske bøker (Det gamle testamente)--hebraisk språk"@nb .

<http://dewey.info/class/223/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/223.044/e23/> ;
  skos:notation "223" ;
  skos:prefLabel "Det gamle testamentes poetiske bøker"@nb .

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

