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

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

<https://concepts.sagepub.com/social-science/concept/sexual_selection>
  skos:definition "Sexual selection operates under the same process of differential reproductive success described by Darwin in The Origin of Species. This success, or fitness, is determined by the amount of genes contributed by an individual to the next generation. [Source: <a href=\"https://sk.sagepub.com/reference/anthropology/n804.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Anthropology; Sexual Selection</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/evolutionary_psychology> ;
  skos:prefLabel "sexual selection"@en ;
  a skos:Concept .

