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

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

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

<https://concepts.sagepub.com/social-science/concept/aerobiology>
  skos:definition "The microbiology of the atmosphere, including the study of micro-organisms and organic matter small enough to be passively transported in the atmosphere (e.g. pollen, spores and viruses). [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n75.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; aerobiology</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ecology>, <https://concepts.sagepub.com/social-science/concept/biology> ;
  skos:prefLabel "aerobiology"@en ;
  a skos:Concept .

