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

lcsh:sh00005743
  skos:altLabel "Biography--Family"@en, "Biography--Descendants"@en, "Ancestry"@en, "Biography--Ancestry"@en, "Relations with family"@en ;
  dc:modified "2009-06-25T07:53:49"^^xsd:dateTime ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1110, lcsh:collection_TopicSubdivisions, lcsh:collection_LCSH_General ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "2000-03-14T00:00:00"^^xsd:dateTime ;
  skos:example "Reference under the headings [Families; Genealogy]" ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under names of individual persons for works on the person's family or relations with family members as well as for genealogical works about the person's family." ;
  skos:prefLabel "Family"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

