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

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

<https://concepts.sagepub.com/social-science/concept/client_satisfaction>
  skos:definition "This implies that the client is satisfied with the conduct and results of the evaluation. An evaluator is obligated to satisfy the client with the conduct of the evaluation but not necessarily with the outcomes or the findings. [Source: <a href=\"https://methods.sagepub.com/reference/encyclopedia-of-evaluation/n85.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Evaluation; Client Satisfaction</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/consumer_satisfaction> ;
  skos:prefLabel "client satisfaction"@en ;
  a skos:Concept .

