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

lcsh:sh2002012016
  skos:note "Use as a form subdivision under uniform titles of sacred works for parallel texts or passages from those works." ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Harmonies"@en ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_GenreFormSubdivisions, lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1188 ;
  dc:created "2002-11-07T00:00:00"^^xsd:dateTime ;
  dc:modified "2006-06-02T14:08:32"^^xsd:dateTime ;
  a skos:Concept ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> .

