@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://dewey.info/class/386.4042/e23/>
  a skos:Concept ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:identifier "ocd00142522" ;
  dc:modified "2014-07-11"^^xsd:date ;
  skos:broader <http://dewey.info/class/386.404/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/386.40424/e23/>, <http://dewey.info/class/386.404204/e23/>, <http://dewey.info/class/386.40422/e23/> ;
  skos:notation "386.4042" ;
  skos:prefLabel "Aktiviteter og tjenester"@nb .

<http://dewey.info/class/386.40424/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/386.4042/e23/> ;
  skos:notation "386.40424" ;
  skos:prefLabel "Frakttjenester"@nb .

<http://dewey.info/class/386.404204/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/386.4042/e23/> ;
  skos:notation "386.404204" ;
  skos:prefLabel "Spesielle emner vedrørende aktiviteter og tjenester"@nb .

<http://dewey.info/class/386.404/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/386.4042/e23/> ;
  skos:notation "386.404" ;
  skos:prefLabel "Spesielle emner vedrørende kanaltransport"@nb .

<http://dewey.info/class/386.40422/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/386.4042/e23/> ;
  skos:notation "386.40422" ;
  skos:prefLabel "Persontransport"@nb .

