@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 bibbi: <https://id.bs.no/bibbi/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<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/700.68/e23/>
  skos:broader <http://dewey.info/class/700.6/e23/> ;
  mads:componentList (
   <http://dewey.info/class/7/e23/>
   <http://dewey.info/class/1--068/e23/>
 ) ;
  skos:notation "700.68" ;
  skos:closeMatch bibbi:1134568 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2022-11-07"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Kunst i vid forstand--ledelse"@nb ;
  dc:created "2017-09-01"^^xsd:date ;
  skos:narrower <http://dewey.info/class/700.688/e23/> ;
  dc:identifier "9f317842-a074-436b-a8f1-df479af32932" .

<http://dewey.info/class/700.688/e23/>
  skos:notation "700.688" ;
  skos:prefLabel "Kunst i vid forstand--markedsføringsledelse"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/700.68/e23/> .

<http://dewey.info/class/700.6/e23/>
  skos:notation "700.6" ;
  skos:prefLabel "Kunst i vid forstand--organisasjoner"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/700.68/e23/> .

