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

lcsh:sh89003799
  skos:prefLabel "Symphonies (Violins (2), cello)"@en ;
  dc:modified "2013-04-17T06:54:34"^^xsd:dateTime ;
  skos:member lcsh:collection_SubdivideGeographically, lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  dc:created "1989-06-26T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Symphonies (Violins (2), violoncello)"@en ;
  skos:notation "M349-M351" ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

