@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/missense_mutation>
  skos:definition "A missense, or nonsynonymous, mutation is a type of point mutation affecting the coding region of a gene which alters a single base such that it codes for a different amino acid. The effects of such a change may be a profound change in phenotype, no perceptible change in phenotype, or some intermediate effect. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n783.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Missense Mutation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/systemic_diseases> ;
  skos:prefLabel "missense mutation"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/systemic_diseases>
  skos:prefLabel "systemic diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/missense_mutation> .

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

