@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/Hawaii>
  skos:prefLabel "Hawaii"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Polynesia> .

<https://concepts.sagepub.com/social-science/concept/Tonga>
  skos:prefLabel "Tonga"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Polynesia> .

<https://concepts.sagepub.com/social-science/concept/Polynesia>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Tonga>, <https://concepts.sagepub.com/social-science/concept/Samoa>, <https://concepts.sagepub.com/social-science/concept/Pitcairn_Island>, <https://concepts.sagepub.com/social-science/concept/Hawaii> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D011114.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Pacific_islands> ;
  skos:prefLabel "Polynesia"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Samoa>
  skos:prefLabel "Samoa"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Polynesia> .

<https://concepts.sagepub.com/social-science/concept/Pacific_islands>
  skos:prefLabel "Pacific islands"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Polynesia> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Polynesia> .

<https://concepts.sagepub.com/social-science/concept/Pitcairn_Island>
  skos:prefLabel "Pitcairn Island"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Polynesia> .

