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

<https://concepts.sagepub.com/social-science/concept/DNA_repeat_expansion>
  skos:prefLabel "DNA repeat expansion"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mutation> .

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

<https://concepts.sagepub.com/social-science/concept/biology_and_chemistry>
  skos:prefLabel "biology and chemistry"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/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/mutation> .

<https://concepts.sagepub.com/social-science/concept/mutation>
  skos:definition "A mutation is a transmissible or heritable change in the nucleotide sequence of the genetic material of a cell or virus. Mutations are either spontaneous, occurring naturally due to errors in DNA or RNA replication, or induced by external agents. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n301.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Mutation</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/DNA_repeat_expansion> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pollution>, <https://concepts.sagepub.com/social-science/concept/genetics>, <https://concepts.sagepub.com/social-science/concept/biology_and_chemistry> ;
  skos:prefLabel "mutation"@en ;
  a skos:Concept .

