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

lcsh:sh2001002809
  dc:created "2001-12-19T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_SubdivideGeographically, lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:note "Here are entered compositions not in a specific form or of a specific type consisting of sounds produced by striking tin cans, and collections of such compositions in several forms or types." ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Tin can music"@en ;
  skos:example "Example under reference from [Tin can (Musical medium of performance)]" ;
  dc:modified "2013-03-12T13:48:38"^^xsd:dateTime .

