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

lcsh:sh85143665
  skos:prefLabel "Cello and guitar music"@en ;
  dc:created "1986-02-11T00:00:00"^^xsd:dateTime ;
  skos:notation "M294-M295" ;
  skos:member lcsh:collection_SubdivideGeographically, lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:altLabel "Violoncello and guitar music"@en, "Guitar and cello music"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2013-04-04T13:00:55"^^xsd:dateTime ;
  a skos:Concept .

