@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/class/706/e23/>
  skos:notation "706" ;
  skos:prefLabel "Organisasjoner og ledelse innen kunst og kunsthåndverk"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/706.8/e23/> .

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

<http://dewey.info/class/7/e23/>
  skos:prefLabel "Kunst og fritid"@nb ;
  a skos:Concept .

<http://dewey.info/class/706.8/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/706/e23/> ;
  skos:closeMatch bibbi:1478617 ;
  skos:notation "706.8" ;
  a skos:Concept ;
  dc:modified "2023-01-18"^^xsd:date ;
  dc:created "2023-01-18"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/7/e23/>
   <http://dewey.info/class/1--068/e23/>
 ) ;
  skos:prefLabel "Kunst--ledelse"@nb ;
  dc:identifier "6f97cf5f-37c2-455d-aa94-2d6d811e6881" .

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

