@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/779.343/e23/>
  skos:closeMatch bibbi:1132999 ;
  dc:created "2016-02-05"^^xsd:date ;
  dc:identifier "8fc498db-4401-4436-9253-14804db5cd1a" ;
  dc:modified "2016-11-14"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/779/e23/>
   <http://dewey.info/class/704..94343/e23/>
 ) ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Blomster--fotografiske bilder"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/779.34/e23/> ;
  skos:notation "779.343" .

<http://dewey.info/class/779/e23/>
  skos:prefLabel "Fotografiske bilder"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/779.34/e23/>
  skos:notation "779.34" ;
  skos:prefLabel "Planter--fotografiske bilder, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/779.343/e23/> .

