@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/estuaries>
  skos:definition "Estuaries are known by many different names: bays, coves, inlets, harbors, sounds, and lagoons. Simply put, they are places where rivers meet the sea. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n376.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Estuaries</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D063366.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/surface_water>, <https://concepts.sagepub.com/social-science/concept/oceans_and_seas> ;
  skos:prefLabel "estuaries"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/surface_water>
  skos:prefLabel "surface water"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/estuaries> .

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

<https://concepts.sagepub.com/social-science/concept/oceans_and_seas>
  skos:prefLabel "oceans and seas"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/estuaries> .

