@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/reverse_correlation>
  skos:definition "Reverse correlation is a technique that allows a researcher to infer the collection of “features” used by an information processing system (e.g., human vision). Probably the best way to understand what reverse correlation is and how it works is through an example: Let's suppose you want to know what facial features a person uses to identify a human face. [Source: <a href=\"https://sk.sagepub.com/reference/perception/n303.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Perception; Reverse Correlation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/methods> ;
  skos:prefLabel "reverse correlation"@en ;
  a skos:Concept .

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

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

