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

<https://concepts.sagepub.com/social-science/concept/airborne_particles>
  skos:prefLabel "airborne particles"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/spores> .

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

<https://concepts.sagepub.com/social-science/concept/spores>
  skos:definition "Reproductive bodies of the lower plants (cryptogams) such as ferns and mosses. As with pollen of flowering plants (Spermatophytes), the walls of spores of mosses, hepatics and ferns consist of highly polymerised terpens (sporopollenin). [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n3681.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; spores</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/microorganisms>, <https://concepts.sagepub.com/social-science/concept/airborne_particles> ;
  skos:prefLabel "spores"@en ;
  a skos:Concept .

