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

lcsh:sh2012002088
  skos:altLabel "G8 countries"@en, "G-8 countries"@en, "Group of Eight nations"@en, "Group of 8 countries"@en ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  a skos:Concept ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:created "2012-05-14T00:00:00"^^xsd:dateTime ;
  skos:note "Here are entered works on the member countries of the Group of Eight (Canada, France, Germany, Great Britain, Italy, Japan, Russia, and the United States). Works on the Group of Eight as an international body are entered under [Group of Eight (Organization).]" ;
  skos:prefLabel "Group of Eight countries"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> .

