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

lcsh:sh2001008777
  a skos:Concept ;
  skos:member lcsh:collection_PatternHeadingH1105, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1120, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1110 ;
  dc:created "2001-07-03T00:00:00"^^xsd:dateTime ;
  skos:example "Reference under the heading [Slides (Photography)--Private collections]" ;
  dc:modified "2006-05-05T11:23:51"^^xsd:dateTime ;
  skos:prefLabel "Slide collections"@en ;
  skos:note "Use as a topical subdivision under names of individual persons, families, and corporate bodies." ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

