@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .

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

<http://dewey.info/class/791.430722/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "791.430722" ;
  mads:componentList (
   <http://dewey.info/class/791.43/e23/>
   <http://dewey.info/class/1--072.2/e23/>
 ) ;
  skos:broader <http://dewey.info/class/791.43/e23/> ;
  dc:identifier "74cc37db-1c9b-401e-abb5-0af29c1794a7" ;
  dc:created "2017-03-31"^^xsd:date ;
  dc:modified "2018-06-05"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Film--historisk forskning"@nb ;
  skos:closeMatch bibbi:1143001 .

<http://dewey.info/class/791.43/e23/>
  skos:notation "791.43" ;
  skos:prefLabel "Film"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/791.430722/e23/> .

