@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/crop_plants>
  skos:definition "Crop plants are vegetables that are grown primarily for food or fodder. They include species of the Liliopsida (monocot) family such as maize, rice, garlic, and onions, and the Magnoliopsida (dicot) family, such as lettuces, beans, cabbages, and potatoes. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n253.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Crop Plants</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/agriculture> ;
  skos:prefLabel "crop plants"@en ;
  a skos:Concept .

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

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

