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

<https://concepts.sagepub.com/social-science/concept/cancer>
  skos:prefLabel "cancer"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/neoplasms> .

<https://concepts.sagepub.com/social-science/concept/preneoplasia>
  skos:prefLabel "preneoplasia"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/neoplasms> .

<https://concepts.sagepub.com/social-science/concept/neoplasms>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D009369.html> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sarcoma>, <https://concepts.sagepub.com/social-science/concept/malignant_neoplasms>, <https://concepts.sagepub.com/social-science/concept/preneoplasia>, <https://concepts.sagepub.com/social-science/concept/radiation-induced_neoplasms>, <https://concepts.sagepub.com/social-science/concept/benign_neoplasms>, <https://concepts.sagepub.com/social-science/concept/cancer> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disease> ;
  skos:prefLabel "neoplasms"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/malignant_neoplasms>
  skos:prefLabel "malignant neoplasms"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/neoplasms> .

<https://concepts.sagepub.com/social-science/concept/radiation-induced_neoplasms>
  skos:prefLabel "radiation-induced neoplasms"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/neoplasms> .

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

<https://concepts.sagepub.com/social-science/concept/benign_neoplasms>
  skos:prefLabel "benign neoplasms"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/neoplasms> .

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

