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

lcsh:sh89003777
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General, lcsh:collection_SubdivideGeographically ;
  skos:notation "M520-M522" ;
  a skos:Concept ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2013-04-17T06:52:27"^^xsd:dateTime ;
  skos:altLabel "Symphonies (Piano, clarinet, flute, violin, violoncello)"@en ;
  dc:created "1989-06-26T00:00:00"^^xsd:dateTime ;
  skos:prefLabel "Symphonies (Piano, clarinet, flute, violin, cello)"@en .

