@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/005.16/e23/>
  skos:notation "005.16" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/005.166/e23/> ;
  skos:broader <http://dewey.info/class/005.1/e23/> ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:prefLabel "Programvarevedlikehold"@nb ;
  dc:modified "2019-12-16"^^xsd:date ;
  skos:closeMatch bibbi:1189916 ;
  skos:altLabel "Programvedlikehold"@nb ;
  a skos:Concept ;
  dc:identifier "ocd00116890" .

<http://dewey.info/class/005.166/e23/>
  skos:notation "005.166" ;
  skos:prefLabel "Reengineering av programvare"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/005.16/e23/> .

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

<http://dewey.info/class/005.1/e23/>
  skos:notation "005.1" ;
  skos:prefLabel "Programvareutvikling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/005.16/e23/> .

