@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/1--072/e23/>
  skos:prefLabel "Forskning"@nb ;
  a skos:Concept .

<http://dewey.info/class/306.7072/e23/>
  skos:closeMatch bibbi:1093594, bibbi:1142413, bibbi:1709411, bibbi:1092274 ;
  dc:created "2019-10-09"^^xsd:date ;
  dc:modified "2019-10-10"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/306.7/e23/>
   <http://dewey.info/class/1--072/e23/>
 ) ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/306.7/e23/> ;
  dc:identifier "d600ce4b-7390-4ce7-b55a-78ac8af864ed" ;
  skos:notation "306.7072" ;
  skos:prefLabel "Seksuelle forhold--forskning"@nb .

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

<http://dewey.info/class/306.7/e23/>
  skos:notation "306.7" ;
  skos:prefLabel "Seksuelle forhold"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/306.7072/e23/> .

