@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/dodo_(bird)>
  skos:definition "In louis carroll's Alice in Wonderland, a fictional Dodo bird leads a “caucus race” in which everybody wins a prize. The real Dodo, first discovered on the then-uninhabited island of Mauritius in the 1500s by Dutch and Portuguese sailors, was a loser in the race of survival. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n306.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Dodo Bird</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/animals> ;
  skos:prefLabel "dodo (bird)"@en ;
  a skos:Concept .

<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/dodo_(bird)> .

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

