@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/363.110973/e23/>
  skos:notation "363.110973" ;
  skos:prefLabel "USA. Occupational Safety and Health Administration, …"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/363.1109/e23/> .

<http://dewey.info/class/363.1109/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2017-10-27"^^xsd:date ;
  a skos:Concept ;
  mads:componentList ( <http://dewey.info/class/363.11/e23/> ) ;
  skos:narrower <http://dewey.info/class/363.110973/e23/> ;
  dc:modified "2017-10-27"^^xsd:date ;
  skos:notation "363.1109" ;
  skos:altLabel "Arbeidsulykker--historie"@nb, "Arbeidsmiljø--sikkerhet--historie"@nb ;
  dc:identifier "aac06b00-3b1e-4200-b9a3-fd699f6aef60" ;
  skos:prefLabel "Ulykkesrisiko i arbeidslivet--historie, …"@nb ;
  skos:broader <http://dewey.info/class/363.11/e23/> .

<http://dewey.info/class/363.11/e23/>
  skos:notation "363.11" ;
  skos:prefLabel "Ulykkesrisiko i yrkeslivet og på arbeidsplassen"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/363.1109/e23/> .

