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

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

<https://concepts.sagepub.com/social-science/concept/beaches>
  skos:definition "Abeach is a sloping accumulation of sediment, usually sand or gravel, that is a result of wave action at the edge of a water body, such as an ocean or lake. The presence of a uniform surface adjacent to water provides a prime location for recreational activities that, in turn, often drive regional economies. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n66.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Beaches</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/landforms> ;
  skos:prefLabel "beaches"@en ;
  a skos:Concept .

