@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://data.ub.uio.no/webdewey-terms#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/005.30287/e23/>
  dc:created "2009-12-03"^^xsd:date ;
  dc:identifier "ocd00116940" ;
  dc:modified "2017-01-25"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "005.30287" ;
  ns0:classHere "Programvareevaluering som et hjelpemiddel i utvelgingen"@nb, "Brukertesting"@nb ;
  skos:prefLabel "Testing og måling"@nb ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/005.3/e23/>
   <http://dewey.info/class/1--028.7/e23/>
 ) ;
  skos:broader <http://dewey.info/class/005.3/e23/> .

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

<http://dewey.info/class/005.3/e23/>
  skos:notation "005.3" ;
  skos:prefLabel "Programvare"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/005.30287/e23/> .

