@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/bill_of_lading> .

<https://concepts.sagepub.com/social-science/concept/foreign_exports>
  skos:prefLabel "foreign exports"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bill_of_lading> .

<https://concepts.sagepub.com/social-science/concept/export_import_strategies>
  skos:prefLabel "export/import strategies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bill_of_lading> .

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

<https://concepts.sagepub.com/social-science/concept/bill_of_lading>
  skos:definition "Routine business activities often involve contracts known as bills of lading. A bill of lading is a document or receipt issued by a carrier when it receives goods for shipment. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n89.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Bill of Lading</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_trade>, <https://concepts.sagepub.com/social-science/concept/foreign_exports>, <https://concepts.sagepub.com/social-science/concept/export_import_strategies> ;
  skos:prefLabel "bill of lading"@en ;
  a skos:Concept .

