@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/ordinary_residence>
  skos:prefLabel "ordinary residence"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residence> .

<https://concepts.sagepub.com/social-science/concept/secondary_residence>
  skos:prefLabel "secondary residence"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residence> .

<https://concepts.sagepub.com/social-science/concept/residential_mobility>
  skos:prefLabel "residential mobility"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/residence> .

<https://concepts.sagepub.com/social-science/concept/geographical_distribution_of_the_population>
  skos:prefLabel "geographical distribution of the population"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/residence> .

<https://concepts.sagepub.com/social-science/concept/sociodemographic_factors>
  skos:prefLabel "sociodemographic factors"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/residence> .

<https://concepts.sagepub.com/social-science/concept/residence>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secondary_residence>, <https://concepts.sagepub.com/social-science/concept/residential_mobility>, <https://concepts.sagepub.com/social-science/concept/ordinary_residence> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sociodemographic_factors>, <https://concepts.sagepub.com/social-science/concept/geographical_distribution_of_the_population> ;
  skos:prefLabel "residence"@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/residence> .

