@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/744.05/e23/>
  skos:altLabel "Grafisk design--periodika"@nb ;
  skos:broader <http://dewey.info/class/744/e23/> ;
  skos:notation "744.05" ;
  a skos:Concept ;
  dc:modified "2023-07-31"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "78f1af07-8921-4245-9fd8-ce2d42a136eb" ;
  skos:prefLabel "Design--periodika, …"@nb ;
  dc:created "2023-07-26"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/744/e23/>
   <http://dewey.info/class/1--05/e23/>
 ) .

<http://dewey.info/class/744/e23/>
  skos:notation "744" ;
  skos:prefLabel "Kommunikasjonsdesign, visuell design, grafisk design"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/744.05/e23/> .

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

<http://dewey.info/class/1--05/e23/>
  skos:prefLabel "Periodika"@nb ;
  a skos:Concept .

