@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 bibbi: <https://id.bs.no/bibbi/> .
@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/005.2762/e23/>
  dc:identifier "ocd00116929" ;
  skos:prefLabel "Distribuert databehandling--programmering--bestemte programmeringsspråk"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "005.2762" ;
  skos:broader <http://dewey.info/class/005.276/e23/> ;
  dc:modified "2017-01-25"^^xsd:date ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:closeMatch bibbi:1192222, bibbi:1125087, bibbi:1127681 ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/005.276/e23/>
   <http://dewey.info/class/005..262/e23/>
 ) .

<http://dewey.info/class/005.276/e23/>
  skos:notation "005.276" ;
  skos:prefLabel "Programvareutvikling for distribuert databehandling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/005.2762/e23/> .

