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

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

<https://concepts.sagepub.com/social-science/concept/organisms>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/plants>, <https://concepts.sagepub.com/social-science/concept/microorganisms>, <https://concepts.sagepub.com/social-science/concept/marine_life>, <https://concepts.sagepub.com/social-science/concept/genetically_modified_organisms>, <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/life_sciences> ;
  skos:prefLabel "organisms"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/life_sciences>
  skos:prefLabel "life sciences"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/organisms> .

<https://concepts.sagepub.com/social-science/concept/marine_life>
  skos:prefLabel "marine life"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/organisms> .

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

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

