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

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

<https://concepts.sagepub.com/social-science/concept/geographical_mobility>
  skos:definition "This is the real counterpart to the metaphorical social mobility and it means what it says: the movement of people from one place to another. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-sociology/n460.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Dictionary of Sociology; Geographical Mobility</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/migration> ;
  skos:prefLabel "geographical mobility"@en ;
  a skos:Concept .

