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

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

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

<https://concepts.sagepub.com/social-science/concept/oceans>
  skos:definition "Oceans cover 71 percent of the earth's surface and contain 97 percent of the planet's water. Over 20 percent of the world's petroleum is derived from offshore sources, and 95 percent of world trade by weight—or two-thirds by value—is carried by ship. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n793.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Oceans</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/surface_water>, <https://concepts.sagepub.com/social-science/concept/geomorphology> ;
  skos:prefLabel "oceans"@en ;
  a skos:Concept .

