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

lcsh:sh00009348
  skos:prefLabel "Group of Ten countries"@en ;
  skos:note "Here are entered works on the member countries of the Group of Ten (Belgium, Canada, France, Germany, Great Britain, Italy, Japan, the Netherlands, Sweden, and the United States). Works on the Group of Ten as an international body are entered under [Group of Ten.]" ;
  skos:altLabel "G10 countries"@en, "G 10 countries"@en ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2000-11-07T13:35:27"^^xsd:dateTime ;
  dc:created "2000-09-22T00:00:00"^^xsd:dateTime ;
  a skos:Concept .

