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

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

<https://concepts.sagepub.com/social-science/concept/terraces_and_raised_fields>
  skos:definition "Terraces and raised fields are earthworks created to improve cultivation conditions by manipulating slope, hydrology, soil fertility, erosion, and microclimate. While both require intense labor, they allow agriculture to flourish in potentially inhospitable topography and environments. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n1058.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Terraces and Raised Fields</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/agriculture> ;
  skos:prefLabel "terraces and raised fields"@en ;
  a skos:Concept .

