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

lcsh:sh85109984
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_SubdivideGeographically, lcsh:collection_LCSH_General ;
  skos:notation "M520-M522" ;
  dc:created "1986-02-11T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:prefLabel "Quintets (Harpsichord, oboe, violin, viola da gamba, cello)"@en ;
  dc:modified "2013-04-16T12:33:39"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Quintets (Harpsichord, oboe, violin, viola da gamba, violoncello)"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

