@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .

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

<http://dewey.info/class/327.17/e23/>
  skos:notation "327.17" ;
  skos:prefLabel "Internasjonalt samarbeid"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/327.17092/e23/> .

<http://dewey.info/class/327.17092/e23/>
  skos:closeMatch bibbi:1065304 ;
  skos:notation "327.17092" ;
  skos:prefLabel "Internasjonalt samarbeid--biografier"@nb ;
  dc:created "2022-12-19"^^xsd:date ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/327.17/e23/>
   <http://dewey.info/class/1--092/e23/>
 ) ;
  dc:modified "2023-01-09"^^xsd:date ;
  dc:identifier "4afda1e0-ed72-4b1f-b5d3-257d7ca3bf4c" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/327.17/e23/> .

<http://dewey.info/class/1--092/e23/>
  skos:prefLabel "Biografier"@nb ;
  a skos:Concept .

