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

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

<https://concepts.sagepub.com/social-science/concept/manufacturing_and_operations>
  skos:prefLabel "manufacturing and operations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/warranties> .

<https://concepts.sagepub.com/social-science/concept/warranties>
  skos:definition "Warranties are promises or guarantees made by a seller or lessor about the characteristics or quality of property, goods, or services, on which the purchaser or lessee relies. Warranties are either “express” (i.e., explicit oral or written representations about the quality or identity of the item) or “implied” (i.e., inferred into the contract in accordance with legal requirements). [Source: <a href=\"https://sk.sagepub.com/reference/ethics/n853.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business Ethics and Society; Warranties</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/manufacturing_and_operations>, <https://concepts.sagepub.com/social-science/concept/homeownership> ;
  skos:prefLabel "warranties"@en ;
  a skos:Concept .

