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

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

<https://concepts.sagepub.com/social-science/concept/ants>
  skos:definition "Ubiquitous colonial insects, abundant in most biomes, which occupy the upper 50 cm of the soil, often forming soil-nest mounds. They contribute to bioturbation and soil erosion and affect many soil properties, such as porosity and nutrient status. [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n221.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; ants</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/insects> ;
  skos:prefLabel "ants"@en ;
  a skos:Concept .

