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

lcsh:sh85062003
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_SubdivideGeographically ;
  a skos:Concept ;
  dc:created "1986-02-11T00:00:00"^^xsd:dateTime ;
  skos:altLabel "Cello and horn music"@en, "Horn and violoncello music"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:notation "M290-M291" ;
  skos:prefLabel "Horn and cello music"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2013-04-08T07:04:48"^^xsd:dateTime .

