@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/reserve_currency>
  skos:definition "A reserve currency is one in which institutions (mostly central banks, but also financial institutions or individuals) hold their nondomestic-currency reserves. A reserve currency must meet the requirements of an international currency and there must also be sufficient supply of the currency. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n789.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Reserve Currency</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_monetary_system> ;
  skos:prefLabel "reserve currency"@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/reserve_currency> .

<https://concepts.sagepub.com/social-science/concept/international_monetary_system>
  skos:prefLabel "international monetary system"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/reserve_currency> .

