@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 bibbi: <https://id.bs.no/bibbi/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/2--56/e23/>
  skos:prefLabel "Midtøsten"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/641.56362/e23/>
  skos:notation "641.56362" ;
  skos:prefLabel "Veganmatlaging"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/641.563620956/e23/> .

<http://dewey.info/class/641.563620956/e23/>
  dc:identifier "4edaab91-33b1-40c0-981a-9056ccba96c1" ;
  dc:created "2023-02-02"^^xsd:date ;
  a skos:Concept ;
  skos:closeMatch bibbi:1455369 ;
  skos:prefLabel "Veganmatlaging--Midtøsten"@nb ;
  dc:modified "2023-02-02"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/641.56362/e23/>
   <http://dewey.info/class/2--56/e23/>
 ) ;
  skos:notation "641.563620956" ;
  skos:broader <http://dewey.info/class/641.56362/e23/> .

