@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#> .
@prefix realfagstermer: <http://data.ub.uio.no/realfagstermer/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/551.6011/e23/>
  a skos:Concept ;
  dc:created "2018-09-03"^^xsd:date ;
  dc:identifier "b59a30b0-a7e1-43d5-9ae3-bda180e33913" ;
  dc:modified "2018-09-03"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/551.6/e23/>
   <http://dewey.info/class/1--011/e23/>
 ) ;
  skos:broader <http://dewey.info/class/551.6/e23/> ;
  skos:exactMatch realfagstermer:c000639 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/551.60112/e23/> ;
  skos:notation "551.6011" ;
  skos:prefLabel "Klimatologi--modellering (simulering)"@nb .

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

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

<http://dewey.info/class/551.60112/e23/>
  a skos:Concept ;
  skos:notation "551.60112" ;
  skos:prefLabel "Varsling og varsler"@nb .

<http://dewey.info/class/551.6/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/551.6011/e23/> ;
  skos:notation "551.6" ;
  skos:prefLabel "Klimatologi og vær"@nb .

