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

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

<https://concepts.sagepub.com/social-science/concept/collateral>
  skos:definition "Collateral refers to assets given or pledged as security for payment of a loan. Houses, cars, and other types of property are examples of tangible assets used as collateral. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n175.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Collateral</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_finance> ;
  skos:prefLabel "collateral"@en ;
  a skos:Concept .

