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

<https://concepts.sagepub.com/social-science/concept/pregnancy_outcome>
  skos:prefLabel "pregnancy outcome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prognosis> .

<https://concepts.sagepub.com/social-science/concept/treatment_outcome>
  skos:prefLabel "treatment outcome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prognosis> .

<https://concepts.sagepub.com/social-science/concept/medical_futility>
  skos:prefLabel "medical futility"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prognosis> .

<https://concepts.sagepub.com/social-science/concept/neoplasm_grading>
  skos:prefLabel "neoplasm grading"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prognosis> .

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

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

<https://concepts.sagepub.com/social-science/concept/prognosis>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/treatment_outcome>, <https://concepts.sagepub.com/social-science/concept/pregnancy_outcome>, <https://concepts.sagepub.com/social-science/concept/neoplasm_staging>, <https://concepts.sagepub.com/social-science/concept/neoplasm_grading>, <https://concepts.sagepub.com/social-science/concept/medical_futility> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D011379.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/diagnosis> ;
  skos:prefLabel "prognosis"@en ;
  a skos:Concept .

