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

lcsh:sh85129062
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_SubdivideGeographically ;
  dc:created "1986-02-11T00:00:00"^^xsd:dateTime ;
  dc:modified "2013-04-16T12:41:08"^^xsd:dateTime ;
  skos:notation "M553-M554" ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "String quintets (Violin, violas (2), cellos (2)), Arranged"@en ;
  skos:altLabel "String quintets (Violin, violas (2), violoncellos (2)), Arranged"@en .

