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

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

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

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/hospital_furnishings>
  skos:prefLabel "hospital furnishings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/furnishings> .

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

<https://concepts.sagepub.com/social-science/concept/building_fixtures_and_fittings>
  skos:prefLabel "building fixtures and fittings"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/furnishings> .

<https://concepts.sagepub.com/social-science/concept/furnishings>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/carpets>, <https://concepts.sagepub.com/social-science/concept/rugs>, <https://concepts.sagepub.com/social-science/concept/shades>, <https://concepts.sagepub.com/social-science/concept/blinds>, <https://concepts.sagepub.com/social-science/concept/mats>, <https://concepts.sagepub.com/social-science/concept/hospital_furnishings>, <https://concepts.sagepub.com/social-science/concept/cushions>, <https://concepts.sagepub.com/social-science/concept/curtains> ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/building_fixtures_and_fittings> ;
  skos:prefLabel "furnishings"@en .

