@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/motor_processes>
  skos:prefLabel "motor processes"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/locomotion> .

<https://concepts.sagepub.com/social-science/concept/locomotion>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/walking_(physical_activity)>, <https://concepts.sagepub.com/social-science/concept/running_(physical_activity)>, <https://concepts.sagepub.com/social-science/concept/animal_flight> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/motor_processes> ;
  skos:prefLabel "locomotion"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/animal_flight>
  skos:prefLabel "animal flight"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/locomotion> .

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

<https://concepts.sagepub.com/social-science/concept/running_(physical_activity)>
  skos:prefLabel "running (physical activity)"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/locomotion> .

<https://concepts.sagepub.com/social-science/concept/walking_(physical_activity)>
  skos:prefLabel "walking (physical activity)"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/locomotion> .

