@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix lcsh: <http://www.yso.fi/onto/lcsh/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sj96005213 .

lcsh:sj96005213
  dc:created "1996-05-06T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Cookery--Natural foods"@en, "Cooking (Organic foods)"@en, "Cooking (Health foods)"@en ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_Childrens ;
  skos:prefLabel "Cooking (Natural foods)"@en ;
  a skos:Concept ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2010-06-18T06:51:39"^^xsd:dateTime .

