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

lcsh:sh2002011410
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1110, lcsh:collection_LCSH_General ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2006-05-23T13:16:43"^^xsd:dateTime ;
  skos:example "Reference under the general see reference [Knowledge and learning.]" ;
  skos:note "Use as a topical subdivision under names of individual persons for works on the person's knowledge of a specific topic, whether explicitly stated or inferred from his or her life and work. Also use for discussions of the person's educational background in a specific topic. Assign an additional heading for the specific topic." ;
  dc:created "2002-11-04T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:prefLabel "Knowledge--[specific topic]"@en .

