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

lcsh:sh2010008153
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "G20 countries"@en, "G-20 countries"@en, "Group of 20 countries"@en ;
  dc:created "2010-05-03T00:00:00"^^xsd:dateTime ;
  skos:note "[Here are entered works on the members of the Group of Twenty (Argentina, Australia, Brazil, Canada, China, France, Germany, India, Indonesia, Italy, Japan, Korea, Mexico, Russia, Saudi Arabia, South Africa, Turkey, the United Kingdom, the United States, and the European Union). Works on the Group of Twenty as an international body are entered under] [Group of Twenty.]" ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:prefLabel "Group of Twenty countries"@en ;
  a skos:Concept .

