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

lcsh:sh99010264
  skos:member lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1103, lcsh:collection_SubdivideGeographicalIndirect, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1100 ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under classes of persons and ethnic groups." ;
  skos:altLabel "Secondary education"@en ;
  dc:modified "2006-05-04T15:03:31"^^xsd:dateTime ;
  skos:prefLabel "Education (Secondary)"@en ;
  skos:example "Reference under the heading [Education, Secondary]" ;
  dc:created "1999-08-19T00:00:00"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

