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

lcsh:sh00006353
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:example "Reference under the headings [International law; Persons (International law)]" ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1140 ;
  skos:prefLabel "International status"@en ;
  skos:note "Use as a topical subdivision under names of countries, cities, etc., and bodies of water." ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:created "2000-05-03T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  dc:modified "2012-05-11T12:02:37"^^xsd:dateTime .

