@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/canals> .

<https://concepts.sagepub.com/social-science/concept/canals>
  skos:definition "A canal is a waterway used for the shipping of goods and for transportation between two points. A canal can be built where there is no existing waterway, or it can be a river modified to handle such traffic. [Source: <a href=\"https://sk.sagepub.com/reference/urbanhistory/n67.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of American Urban History; Canals</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/waterways>, <https://concepts.sagepub.com/social-science/concept/surface_water>, <https://concepts.sagepub.com/social-science/concept/running_water> ;
  skos:prefLabel "canals"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/running_water>
  skos:prefLabel "running water"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/canals> .

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

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

