@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/romantic_secrecy> .

<https://concepts.sagepub.com/social-science/concept/interpersonal_relationships>
  skos:prefLabel "interpersonal relationships"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/romantic_secrecy> .

<https://concepts.sagepub.com/social-science/concept/romantic_secrecy>
  skos:definition "Definition Romantic secrecy is the process by which an individual deliberately conceals his or her ongoing romantic relationship from a person or persons outside of the relationship. Romantic secrecy is typically associated with deception about the nature of a romantic relationship. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n459.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Romantic Secrecy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/interpersonal_relationships> ;
  skos:prefLabel "romantic secrecy"@en ;
  a skos:Concept .

