@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_sanctions> .

<https://concepts.sagepub.com/social-science/concept/trade_embargo>
  skos:prefLabel "trade embargo"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/trade_sanctions> .

<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_sanctions> .

<https://concepts.sagepub.com/social-science/concept/trade_sanctions>
  skos:definition "The term trade sanctions refers to actions by which governments try to fulfill political or economic goals by using international trade as a policy instrument. Some other terms such as trade embargoes, boycotts, and economic sanctions are often used interchangeably and loosely to describe similar actions. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n921.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Trade Sanctions</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trade_embargo> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_trade> ;
  skos:prefLabel "trade sanctions"@en ;
  a skos:Concept .

