@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:sj96005533 .

lcsh:sj96005533
  dc:created "1996-05-08T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_Childrens, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:note "Here are entered single folktales or collections of folklore originating in a particular geographic area. Single folktales or collections of folklore of ethnic groups are entered under the heading for the group with the subdivision Folklore and are given a second heading for the folklore of the appropriate geographic area, e.g. 1. Ashanti (African people)--Folklore. 2. Folklore--Ghana; 1. Navajo Indians--Folklore. 2. Folklore--Southwest, New." ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Folklore--[State, country, region, continent, etc.]"@en ;
  a skos:Concept .

