@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/rural_life>
  skos:prefLabel "rural life"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/main_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/main_street> .

<https://concepts.sagepub.com/social-science/concept/corridors>
  skos:prefLabel "corridors"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/main_street> .

<https://concepts.sagepub.com/social-science/concept/main_street>
  skos:definition "In 1852, U.S. novelist James Fenimore Cooper wrote that “everywhere a country presents its best face towards its thoroughfares” (Cooper 1852, p. [Source: <a href=\"https://sk.sagepub.com/reference/community/n315.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Community: From the Village to the Virtual World; Main Street</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/rural_life>, <https://concepts.sagepub.com/social-science/concept/corridors> ;
  skos:prefLabel "main street"@en ;
  a skos:Concept .

