@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/farm_loans>
  skos:prefLabel "farm loans"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/farming> .

<https://concepts.sagepub.com/social-science/concept/farm_subsidies>
  skos:prefLabel "farm subsidies"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/farming> .

<https://concepts.sagepub.com/social-science/concept/fertilizer>
  skos:prefLabel "fertilizer"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/farming> .

<https://concepts.sagepub.com/social-science/concept/agricultural_workers>
  skos:prefLabel "agricultural workers"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/farming> .

<https://concepts.sagepub.com/social-science/concept/industrial_commercial_consumption_and_waste>
  skos:prefLabel "industrial/commercial consumption and waste"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/farming> .

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

<https://concepts.sagepub.com/social-science/concept/farming>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fertilizer>, <https://concepts.sagepub.com/social-science/concept/farm_subsidies>, <https://concepts.sagepub.com/social-science/concept/farm_loans>, <https://concepts.sagepub.com/social-science/concept/farm_insurance> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/industrial_commercial_consumption_and_waste>, <https://concepts.sagepub.com/social-science/concept/agricultural_workers> ;
  skos:prefLabel "farming"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/farm_insurance>
  skos:prefLabel "farm insurance"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/farming> .

