@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/beta-carotene> .

<https://concepts.sagepub.com/social-science/concept/prevention>
  skos:prefLabel "prevention"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/beta-carotene> .

<https://concepts.sagepub.com/social-science/concept/beta-carotene>
  skos:definition "BETA-CAROTENE IS A pigment that occurs naturally in many photosynthetic plants and organisms and is one of the most abundant carotenoids found in human blood. The richest dietary sources of beta-carotene are yellow, orange, and leafy green fruits and vegetables, such as carrots, spinach, sweet potatoes, and cantaloupe. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n74.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Beta-Carotene</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prevention> ;
  skos:prefLabel "beta-carotene"@en ;
  a skos:Concept .

