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

<http://dewey.info/class/519.6/e23/>
  skos:notation "519.6" ;
  skos:prefLabel "Matematisk optimering"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/519.62/e23/> .

<http://dewey.info/class/519.625/e23/>
  skos:notation "519.625" ;
  skos:prefLabel "Genetiske algoritmer"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/519.62/e23/> .

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

<http://dewey.info/class/519.623/e23/>
  skos:notation "519.623" ;
  skos:prefLabel "Stokastisk approksimasjon"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/519.62/e23/> .

<http://dewey.info/class/519.62/e23/>
  skos:narrower <http://dewey.info/class/519.623/e23/>, <http://dewey.info/class/519.625/e23/> ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:modified "2019-03-25"^^xsd:date ;
  skos:notation "519.62" ;
  dc:identifier "ocd00145858" ;
  skos:prefLabel "Stokastisk optimering"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/519.6/e23/> ;
  skos:altLabel "Stokastisk optimalisering"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

