@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Siedlung> .

<https://concepts.sagepub.com/social-science/concept/Siedlung>
  skos:definition "The German word Siedlung generally refers to a human settlement, whether rural or urban, permanent, short term, or seasonal. But in Central Europe from the late 1800s into the 1930s, the term acquired a specific meaning as modernist architects and planners designed housing colonies for workers and their families that were called Siedlungen (the German plural form of the term). [Source: <a href=\"https://sk.sagepub.com/reference/community/n439.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Community: From the Village to the Virtual World; Siedlung</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/community_design> ;
  skos:prefLabel "Siedlung"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/community_design>
  skos:prefLabel "community design"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Siedlung> .

