@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/sugar_beet>
  skos:prefLabel "sugar beet"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crops> .

<https://concepts.sagepub.com/social-science/concept/sugar_cane>
  skos:prefLabel "sugar cane"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crops> .

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

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

<https://concepts.sagepub.com/social-science/concept/edible_nuts>
  skos:prefLabel "edible nuts"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crops> .

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

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

<https://concepts.sagepub.com/social-science/concept/crops>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/genetically_modified_crops>, <https://concepts.sagepub.com/social-science/concept/tobacco>, <https://concepts.sagepub.com/social-science/concept/sugar_cane>, <https://concepts.sagepub.com/social-science/concept/organic_crops>, <https://concepts.sagepub.com/social-science/concept/flowers>, <https://concepts.sagepub.com/social-science/concept/sugar_beet>, <https://concepts.sagepub.com/social-science/concept/edible_nuts> ;
  skos:prefLabel "crops"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/plants> .

<https://concepts.sagepub.com/social-science/concept/genetically_modified_crops>
  skos:prefLabel "genetically modified crops"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crops> .

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

