@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/highways>
  skos:definition "Highways are major roads used by the public that connect cities, historic or natural sites, or rural locations. There have been trails or rough roads throughout the world for thousands of years. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n525.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Highways</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/society> ;
  skos:prefLabel "highways"@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/highways> .

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

