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

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

<https://concepts.sagepub.com/social-science/concept/modularity>
  skos:definition "Modularity implies self-contained, sometimes repeating, units. Modules can be large complex units (such as modules for homes containing large subparts) or small, more uniform units (such as the bricks in the wall of that home). [Source: <a href=\"https://sk.sagepub.com/reference/perception/n197.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Perception; Modularity</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiological_processes> ;
  skos:prefLabel "modularity"@en ;
  a skos:Concept .

