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

lcsh:sh99004963
  skos:prefLabel "Characters--Children, [Jews, Physicians, etc.]"@en ;
  dc:modified "2006-05-09T14:48:29"^^xsd:dateTime ;
  skos:member lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1110, lcsh:collection_Subdivisions, lcsh:collection_LCSH_General ;
  skos:editorialNote "[Complete the subdivision with subdivisions for classes of persons or ethnic groups.]" ;
  skos:note "Use as a topical subdivision under names of individual literary authors for works about specific groups or categories of characters of an author." ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "1999-07-06T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept .

