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

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

<https://concepts.sagepub.com/social-science/concept/delta>
  skos:definition "A partly subaerial accumulation of sediment at the mouth of a river where it enters a body of standing water (a lake or the sea). Deltas are highly variable in morphology, depending largely on the relative importance of river and basinal processes. [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n1000.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; delta</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geomorphology> ;
  skos:prefLabel "delta"@en ;
  a skos:Concept .

