@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/338.47663224/e23/>
  a skos:Concept ;
  dc:created "2018-04-30"^^xsd:date ;
  dc:identifier "98280dd6-2045-4cba-aa75-089be267d1db" ;
  dc:modified "2018-05-02"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/338.47/e23/>
   <http://dewey.info/class/663..224/e23/>
 ) ;
  skos:altLabel "Champagne--næring"@nb ;
  skos:broader <http://dewey.info/class/338.476632/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "338.47663224" ;
  skos:prefLabel "Musserende vin--næring, …"@nb .

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

<http://dewey.info/class/338.47/e23/>
  a skos:Concept ;
  skos:prefLabel "Tjenester og bestemte produkter"@nb .

<http://dewey.info/class/338.476632/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/338.47663224/e23/> ;
  skos:notation "338.476632" ;
  skos:prefLabel "Vin--industriell bearbeiding--økonomiske forhold"@nb .

