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

lcsh:sh2007008498
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "European Union"@en ;
  a skos:Concept ;
  skos:note "Here are entered works on the European Union as a political entity. Works discussing collectively the member countries of the European Union as a geographic region after 1992 are entered under [European Union countries.]" ;
  skos:example "Note under [European Union countries]" ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General, lcsh:collection_SubdivideGeographically ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2012-09-12T11:01:30"^^xsd:dateTime ;
  dc:created "2007-10-01T00:00:00"^^xsd:dateTime .

