@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/class/355.6/e23/>
  skos:notation "355.6" ;
  skos:prefLabel "Militær administrasjon"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/355.62/e23/> .

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

<http://dewey.info/class/355.621/e23/>
  skos:notation "355.621" ;
  skos:prefLabel "Administrasjon av materiell og lignende emner"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/355.62/e23/> .

<http://dewey.info/class/355.622/e23/>
  skos:notation "355.622" ;
  skos:prefLabel "Økonomistyring"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/355.62/e23/> .

<http://dewey.info/class/355.62/e23/>
  dc:created "2009-12-03"^^xsd:date ;
  skos:narrower <http://dewey.info/class/355.621/e23/>, <http://dewey.info/class/355.622/e23/> ;
  skos:prefLabel "Administrasjon av forsyninger, økonomisk administrasjon og lignende emner"@nb ;
  dc:modified "2014-11-26"^^xsd:date ;
  dc:identifier "ocd00139019" ;
  skos:broader <http://dewey.info/class/355.6/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:notation "355.62" .

