@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/blushing>
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001821.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychophysiology>, <https://concepts.sagepub.com/social-science/concept/nonverbal_communication> ;
  skos:prefLabel "blushing"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/nonverbal_communication>
  skos:prefLabel "nonverbal communication"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/blushing> .

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

