@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/338.04095694/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "338.04095694" ;
  skos:broader <http://dewey.info/class/338.0409/e23/> ;
  a skos:Concept ;
  skos:prefLabel "Entreprenørskap--Israel, …"@nb ;
  dc:modified "2021-09-30"^^xsd:date ;
  dc:created "2017-09-25"^^xsd:date ;
  dc:identifier "1814e946-9076-4cdf-952d-eaedbdff0438" ;
  skos:altLabel "Entreprenørskap--Palestina"@nb ;
  mads:componentList (
   <http://dewey.info/class/338.04/e23/>
   <http://dewey.info/class/2--569.4/e23/>
 ) .

<http://dewey.info/class/338.0409/e23/>
  skos:notation "338.0409" ;
  skos:prefLabel "Entreprenørskap--historie"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/338.04095694/e23/> .

<http://dewey.info/class/338.04/e23/>
  skos:prefLabel "Entreprenørskap"@nb ;
  a skos:Concept .

