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

<https://concepts.sagepub.com/social-science/concept/plankton>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/zooplankton>, <https://concepts.sagepub.com/social-science/concept/phytoplankton> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D010933.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/marine_life>, <https://concepts.sagepub.com/social-science/concept/aquatic_organisms> ;
  skos:prefLabel "plankton"@en ;
  a skos:Concept .

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

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

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

<https://concepts.sagepub.com/social-science/concept/aquatic_organisms>
  skos:prefLabel "aquatic organisms"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/plankton> .

