@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/Wall_Street>
  skos:definition "Among the most famous thoroughfares in the world, Wall Street is located in the southeast side of Manhattan in New York City. It is a narrow and relatively short street, running for 0.4 mile along nine blocks from a 19th-century church on Broadway down to South Street near the shore of the East River. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n979.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Wall Street</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/international_finance> ;
  skos:prefLabel "Wall Street"@en ;
  a skos:Concept .

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

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

