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

<http://dewey.info/class/646.4007155/e23/>
  mads:componentList (
   <http://dewey.info/class/646.4/e23/>
   <http://dewey.info/class/1--071.55/e23/>
 ) ;
  skos:notation "646.4007155" ;
  skos:broader <http://dewey.info/class/646.4001-646.4007/e23/> ;
  dc:created "2017-03-31"^^xsd:date ;
  skos:prefLabel "Skreddersøm--lærlingvirksomhet"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "08045ab4-4ad9-4c8c-a50a-38e54769913b" ;
  a skos:Concept ;
  dc:modified "2017-04-03"^^xsd:date .

<http://dewey.info/class/646.4/e23/>
  skos:prefLabel "Produksjon av klær og tilbehør"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/646.4001-646.4007/e23/>
  skos:notation "646.4001-646.4007" ;
  skos:prefLabel "Generell forminndeling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/646.4007155/e23/> .

