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

<https://concepts.sagepub.com/social-science/concept/Far_East>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Taiwan>, <https://concepts.sagepub.com/social-science/concept/Mongolia>, <https://concepts.sagepub.com/social-science/concept/Korea>, <https://concepts.sagepub.com/social-science/concept/Japan>, <https://concepts.sagepub.com/social-science/concept/China> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D005202.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Eastern_Asia> ;
  skos:prefLabel "Far East"@en ;
  a skos:Concept .

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

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

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

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

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

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

