@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/walking>
  skos:definition "Walking is a very common type of low-impact aerobic physical activity. Because our ancestors often spent large portions of their days walking in pursuit of resources, our bodies have evolved in the expectation of frequent exercise. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-transportation/n600.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Transportation: Social Science and Policy; Walking</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D016138.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sports> ;
  skos:prefLabel "walking"@en ;
  a skos:Concept .

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

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

