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

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

<https://concepts.sagepub.com/social-science/concept/endogenous_processes>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/volcanic_eruptions>, <https://concepts.sagepub.com/social-science/concept/thermal_springs>, <https://concepts.sagepub.com/social-science/concept/tectonics> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geodynamics> ;
  skos:prefLabel "endogenous processes"@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/endogenous_processes> .

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

<https://concepts.sagepub.com/social-science/concept/thermal_springs>
  skos:prefLabel "thermal springs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/endogenous_processes> .

