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

lcsh:sh91004560
  skos:prefLabel "Computer and cello music"@en ;
  skos:member lcsh:collection_SubdivideGeographically, lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Computer and violoncello music"@en, "Cello and computer music"@en ;
  dc:modified "2013-04-17T06:55:16"^^xsd:dateTime ;
  dc:created "1991-09-06T00:00:00"^^xsd:dateTime ;
  a skos:Concept .

