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

lcsh:sh96003045
  a skos:Concept ;
  skos:altLabel "G7 countries"@en, "G-7 countries"@en, "Group of Seven nations"@en ;
  skos:prefLabel "Group of Seven countries"@en ;
  dc:modified "2003-07-14T10:40:11"^^xsd:dateTime ;
  skos:note "Here are entered works on the member countries of the Group of Seven (Canada, France, Germany, Great Britain, Italy, Japan, and the United States). Works on the Group of Seven as an international body are entered under [Group of Seven (Organization).]" ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "1996-03-18T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

