@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#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .

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

<http://dewey.info/class/641.5636/e23/>
  skos:notation "641.5636" ;
  skos:prefLabel "Tilberedning av vegetarmat"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/641.56360956/e23/> .

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

<http://dewey.info/class/641.56360956/e23/>
  skos:notation "641.56360956" ;
  dc:identifier "a6986bdc-89ed-4690-a64d-52c1aefdcb5d" ;
  dc:created "2021-05-26"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/641.5636/e23/>
   <http://dewey.info/class/2--56/e23/>
 ) ;
  skos:prefLabel "Vegetarmat--tilberedning--Midtøsten"@nb ;
  skos:broader <http://dewey.info/class/641.5636/e23/> ;
  skos:closeMatch bibbi:1202300 ;
  dc:modified "2021-05-26"^^xsd:date ;
  a skos:Concept .

