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

lcsh:sh85109902
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:notation "M560-M564" ;
  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 "Quintets (Basset horn, clarinet, violin, viola, violoncello)"@en ;
  skos:prefLabel "Quintets (Basset horn, clarinet, violin, viola, cello)"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2013-04-15T12:48:32"^^xsd:dateTime .

