@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/fruit>
  skos:broader <https://concepts.sagepub.com/social-science/concept/food> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/canned_fruit>, <https://concepts.sagepub.com/social-science/concept/school_fruit>, <https://concepts.sagepub.com/social-science/concept/citrus_fruit>, <https://concepts.sagepub.com/social-science/concept/soft_fruit>, <https://concepts.sagepub.com/social-science/concept/pears>, <https://concepts.sagepub.com/social-science/concept/dried_fruit> ;
  a skos:Concept ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D005638.html> ;
  skos:prefLabel "fruit"@en .

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

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

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

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

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

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

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

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

