@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://data.bnf.fr/ark:/12148/cb135438753> skos:closeMatch lcsh:sj96004773 .
<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sj96004773 .

lcsh:sj96004773
  a skos:Concept ;
  dc:created "1996-04-26T00:00:00"^^xsd:dateTime ;
  skos:altLabel "Play behavior in animals"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_Childrens, lcsh:collection_LCSHAuthorizedHeadings ;
  dc:modified "1996-05-15T10:29:02"^^xsd:dateTime ;
  skos:closeMatch <http://data.bnf.fr/ark:/12148/cb135438753> ;
  skos:prefLabel "Animals--Play behavior"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

