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

<http://dewey.info/class/510.21/e23/>
  a skos:Concept ;
  dc:created "2020-03-27"^^xsd:date ;
  dc:identifier "75123ef0-88b3-4c92-8b35-0e977295187c" ;
  dc:modified "2025-10-01"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/51/e23/>
   <http://dewey.info/class/1--021/e23/>
 ) ;
  skos:broader <http://dewey.info/class/510.2/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/510.218/e23/>, <http://dewey.info/class/510.212/e23/> ;
  skos:notation "510.21" ;
  skos:prefLabel "Matematikk--statistikk"@nb .

<http://dewey.info/class/510.2/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/510.21/e23/> ;
  skos:notation "510.2" ;
  skos:prefLabel "Matematikk--diverse"@nb .

<http://dewey.info/class/510.212/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/510.21/e23/> ;
  skos:notation "510.212" ;
  skos:prefLabel "Matematikk--formler"@nb .

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

<http://dewey.info/class/510.218/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/510.21/e23/> ;
  skos:notation "510.218" ;
  skos:prefLabel "Matematikk--standarder"@nb .

<http://dewey.info/class/51/e23/>
  a skos:Concept ;
  skos:prefLabel "Matematikk"@nb .

<http://dewey.info/class/1--021/e23/>
  a skos:Concept ;
  skos:prefLabel "Tabeller og lignende materiale"@nb .

