@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/exports>
  skos:definition "Export is a process in which products are shipped or sent from one country to another country for the purpose of trade or sale; it is the opposite of import. For example, Company A located in the United States sells and sends its products from the United States to Company B located in Germany; in this case, Company A is said to export its products, whereas Company B is said to import (buy from another country) the products of Company A. Export is not restricted to only physical goods; services can also be exported. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n365.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Export</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_trade> ;
  skos:prefLabel "exports"@en ;
  a skos:Concept .

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

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

