@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/cane_toad> .

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

<https://concepts.sagepub.com/social-science/concept/cane_toad>
  skos:definition "Native to the broader Caribbean region between southern Florida and northern South America, but purposely introduced into Australia and other regions, cane toads have provided a pointed illustration of the dangers of introducing species to a new environment, even for very well-intentioned reasons. Large toads with almost omnivorous appetites, cane toads breed prolifically and have proven adaptable to a fairly broad range of environments from coastal mangrove swamps to rainforests, from grasslands to marginal woodlands, and from agricultural areas to urban lots. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n138.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Cane Toad</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:prefLabel "cane toad"@en ;
  a skos:Concept .

