@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/aspirin>
  skos:definition "TO DEVELOP AN overall understanding of aspirin, one must consider the general purpose of this help-ful—but sometimes harmful—drug in order to safely utilize it and not abuse its purpose. Aspirin is the name commonly known to the general public. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n47.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Aspirin</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/salicylates>, <https://concepts.sagepub.com/social-science/concept/prevention> ;
  skos:prefLabel "aspirin"@en ;
  a skos:Concept .

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

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

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

