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

<https://concepts.sagepub.com/social-science/concept/samurai_bond>
  skos:definition "A samurai bond is a yen-denominated debt security that is issued by a non-Japanese company on the Japanese bond market. These bonds enable the issuer to have access to Japanese capital, which can be used either for local investments or to finance existing operations outside Japan. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n810.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Samurai Bond</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_finance> ;
  skos:prefLabel "samurai bond"@en ;
  a skos:Concept .

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

