@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 ns0: <http://data.ub.uio.no/webdewey-terms#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/523.4/e23/>
  skos:notation "523.4" ;
  skos:prefLabel "Planeter, asteroider, transneptunske objekter i solsystemet"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/523.44/e23/> .

<http://dewey.info/class/523.44/e23/>
  a skos:Concept ;
  skos:altLabel "Småplaneter"@nb, "Planetoider"@nb, "Asteroider"@nb, "Ceres (dvergplanet)"@nb ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:notation "523.44" ;
  ns0:including "Ceres"@nb ;
  skos:broader <http://dewey.info/class/523.4/e23/> ;
  dc:modified "2012-08-24"^^xsd:date ;
  skos:prefLabel "Asteroider (småplaneter)"@nb ;
  skos:closeMatch bibbi:1110704 ;
  dc:identifier "ocd00145984" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

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

