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

<http://data.bnf.fr/ark:/12148/cb11932861c> skos:closeMatch lcsh:sj98000354 .
lcsh:sj98000354
  dc:created "1998-07-09T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_Childrens, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:note "Here are entered collections of two or more short stories regardless of format, age level, or previous publication history. This heading is not used for collections of episodic stories that feature multiple adventures of the same character(s), e.g., Arnold Lobel's Frog and Toad books. Collections of such episodic stories are treated as single works of fiction." ;
  skos:closeMatch <http://data.bnf.fr/ark:/12148/cb11932861c> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Short stories"@en ;
  a skos:Concept .

