@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/South_America>
  skos:prefLabel "South America"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americas> .

<https://concepts.sagepub.com/social-science/concept/Latin_America>
  skos:prefLabel "Latin America"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americas> .

<https://concepts.sagepub.com/social-science/concept/geographicals>
  skos:prefLabel "geographicals"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Americas> .

<https://concepts.sagepub.com/social-science/concept/Caribbean_region>
  skos:prefLabel "Caribbean region"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americas> .

<https://concepts.sagepub.com/social-science/concept/Central_America>
  skos:prefLabel "Central America"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americas> .

<https://concepts.sagepub.com/social-science/concept/Gulf_of_Mexico>
  skos:prefLabel "Gulf of Mexico"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americas> .

<https://concepts.sagepub.com/social-science/concept/North_America>
  skos:prefLabel "North America"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Americas> .

<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/Americas> .

<https://concepts.sagepub.com/social-science/concept/Americas>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D000569.html> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/North_America>, <https://concepts.sagepub.com/social-science/concept/Central_America>, <https://concepts.sagepub.com/social-science/concept/Latin_America>, <https://concepts.sagepub.com/social-science/concept/South_America>, <https://concepts.sagepub.com/social-science/concept/Caribbean_region>, <https://concepts.sagepub.com/social-science/concept/Gulf_of_Mexico> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geographicals> ;
  a skos:Concept ;
  skos:prefLabel "Americas"@en .

