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

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

<https://concepts.sagepub.com/social-science/concept/showups>
  skos:definition "Showups are an identification technique in which a single individual, the suspect, is presented in a oneon-one confrontation with the victim or other witness of a crime. The witness is asked to indicate whether the suspect is or is not the perpetrator. [Source: <a href=\"https://sk.sagepub.com/reference/psychologylaw/n300.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Psychology and Law; Showups</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/eyewitness_memory> ;
  skos:prefLabel "showups"@en ;
  a skos:Concept .

