@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 .
lcsh:sh85069833
  skos:notation "ML3505.8-ML3509", "M1366" ;
  skos:prefLabel "Jazz"@en ;
  a skos:Concept .

lcsh:sh2010014952
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_SubdivideGeographically ;
  dc:created "2011-01-06T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  skos:notation "M50-M54" ;
  skos:prefLabel "Cello music (Jazz)"@en ;
  skos:broader lcsh:sh85069833 ;
  skos:altLabel "Violoncello music (Jazz)"@en ;
  dc:modified "2013-04-04T13:20:13"^^xsd:dateTime .

