@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/igloo> .

<https://concepts.sagepub.com/social-science/concept/cross-national_research>
  skos:prefLabel "cross-national research"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/igloo> .

<https://concepts.sagepub.com/social-science/concept/igloo>
  skos:definition "The igloo is one of the house types of the Eskimo people. Eskimo culture developed along the shores of the Baffin Land and the northern parts of Hudson Bay in latitudes 65 to 70 and has been there for more than 2,000 years. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n131.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Igloo</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cross-national_research> ;
  skos:prefLabel "igloo"@en ;
  a skos:Concept .

