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

<https://concepts.sagepub.com/social-science/concept/urban_architecture>
  skos:prefLabel "urban architecture"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bungalows> .

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

<https://concepts.sagepub.com/social-science/concept/bungalows>
  skos:definition "The bungalow has been described as the single form of residential architecture common to all continents. It is a single-story building with a moderately sloped roof, set in a landscaped, spacious urban or peri-urban plot, and occupied by a nuclear family. [Source: <a href=\"https://sk.sagepub.com/reference/urbanstudies/n34.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Urban Studies; Bungalow</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/urban_architecture>, <https://concepts.sagepub.com/social-science/concept/domestic_buildings> ;
  skos:prefLabel "bungalows"@en ;
  a skos:Concept .

