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

lcsh:sh2002006524
  skos:altLabel "Collections, Private"@en ;
  dc:modified "2011-02-10T13:31:16"^^xsd:dateTime ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_SubdivideGeographicalIndirect, lcsh:collection_TopicSubdivisions, lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1095 ;
  dc:created "2002-04-10T00:00:00"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  skos:prefLabel "Private collections"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:example "Reference under the general see reference [Private collections]" ;
  skos:note "Use as a topical subdivision under types of objects, including art and antiquities and excluding natural objects and musical instruments, for works on privately owned collections." .

