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

lcsh:sh00006356
  a skos:Concept ;
  skos:example "Reference under the heading [Music--Interpretation (Phrasing, dynamics, etc.)]" ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1160, lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions ;
  skos:prefLabel "Interpretation (Phrasing, dynamics, etc.)"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "2000-05-03T00:00:00"^^xsd:dateTime ;
  skos:note "Use as a topical subdivision under forms and types of musical compositions." ;
  dc:modified "2010-11-23T07:35:10"^^xsd:dateTime .

