@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/class/607.24/e23/>
  skos:notation "607.24" ;
  skos:prefLabel "Forskning i Europa"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/607.2481/e23/> .

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

<http://dewey.info/class/2--481/e23/>
  skos:prefLabel "Norge"@nb ;
  a skos:Concept .

<http://dewey.info/class/607.2481/e23/>
  mads:componentList (
   <http://dewey.info/class/607.24/e23/>
   <http://dewey.info/class/2--481/e23/>
 ) ;
  skos:broader <http://dewey.info/class/607.24/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Industriell forskning--teknologi--Norge"@nb ;
  dc:created "2016-06-23"^^xsd:date ;
  dc:identifier "6f93b3f8-b4f8-42d3-9979-e49af1168e18" ;
  skos:notation "607.2481" ;
  a skos:Concept ;
  dc:modified "2020-03-27"^^xsd:date ;
  skos:closeMatch bibbi:1142551 .

