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

lcsh:sh00006869
  dc:modified "2006-03-09T12:21:53"^^xsd:dateTime ;
  a skos:Concept ;
  skos:example "Reference under the general see reference [Honorary officials and employees]" ;
  skos:prefLabel "Officials and employees, Honorary"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:note "Use as a topical subdivision under names of countries, cities, etc." ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1140, lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions ;
  dc:created "2000-05-24T00:00:00"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:editorialNote "[Further subdivide by subdivisions used under classes of persons.]" ;
  skos:altLabel "Honorary officials and employees"@en .

