@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/Eastern_Asia>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Southeastern_Asia>, <https://concepts.sagepub.com/social-science/concept/Far_East> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Asia> ;
  skos:prefLabel "Eastern Asia"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/Far_East>
  skos:prefLabel "Far East"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Eastern_Asia> .

<https://concepts.sagepub.com/social-science/concept/Southeastern_Asia>
  skos:prefLabel "Southeastern Asia"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Eastern_Asia> .

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

