@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/tides>
  skos:definition "Tides are the cyclic rising and falling of the earth's seas and oceans caused by the concerted gravitational pull of the sun, moon, and earth itself. On a geologic timescale, there has never been a more profound factor in the shaping of the world's coastlines than the everlasting ebb and flow of the tides. [Source: <a href=\"https://sk.sagepub.com/reference/time/n561.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Time: Science, Philosophy, Theology, &amp; Culture; Tides</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/climate> ;
  skos:prefLabel "tides"@en ;
  a skos:Concept .

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

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

