@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/bonded_warehouse> .

<https://concepts.sagepub.com/social-science/concept/bonded_warehouse>
  skos:definition "A bonded warehouse is a public or private warehouse authorized by customs officials to hold goods for which payment of duties and VAT (value added tax) has been deferred until removal. Goods stored in a bonded warehouse can be taken out only after applicable taxes and duties have been paid on them, or when they are moved by a bonded carrier to another bonded warehouse or a customs area. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n100.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Bonded Warehouse</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/manufacturing_and_operations> ;
  skos:prefLabel "bonded warehouse"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/manufacturing_and_operations>
  skos:prefLabel "manufacturing and operations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bonded_warehouse> .

