@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/international_trade>
  skos:prefLabel "international trade"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trade_war> .

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

<https://concepts.sagepub.com/social-science/concept/trade_war>
  skos:definition "Most economists and international policy makers argue that free trade and open international markets are the keys to global economic growth and well-being. The mutual reduction of protection expands the division of labor and the volume of trade, which increases national income. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n923.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Trade War</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_trade> ;
  skos:prefLabel "trade war"@en ;
  a skos:Concept .

