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

<https://concepts.sagepub.com/social-science/concept/net_monetary_benefit>
  skos:definition "Generally, cost-effectiveness analysis expresses the outcome in the cost-effectiveness ratio. This ratio relates the difference in costs of two alternative healthcare interventions to their difference in health effects. [Source: <a href=\"https://sk.sagepub.com/reference/medical/n237.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Medical Decision Making; Net Monetary Benefit</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/basis_for_making_the_decision> ;
  skos:prefLabel "net monetary benefit"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/basis_for_making_the_decision>
  skos:prefLabel "basis for making the decision"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/net_monetary_benefit> .

