@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/005.111/e23/>
  skos:notation "005.111" ;
  skos:prefLabel "Programvareutviklingsmetoder"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/005.1112/e23/> .

<http://dewey.info/class/005.1112/e23/>
  a skos:Concept ;
  skos:notation "005.1112" ;
  skos:broader <http://dewey.info/class/005.111/e23/> ;
  skos:altLabel "Agile programvareutvikling"@nb, "Scrum (programvareutvikling)"@nb ;
  dc:identifier "ocd00395745" ;
  skos:closeMatch bibbi:1191569 ;
  dc:modified "2019-12-16"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2017-03-14"^^xsd:date ;
  skos:prefLabel "Smidig programvareutvikling"@nb .

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

