@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/types_of_relationships>
  skos:prefLabel "types of relationships"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/passionate_love> .

<https://concepts.sagepub.com/social-science/concept/passionate_love>
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_relationships>, <https://concepts.sagepub.com/social-science/concept/love_(emotion)>, <https://concepts.sagepub.com/social-science/concept/emotion_processes_in_relationships> ;
  skos:prefLabel "passionate love"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/emotion_processes_in_relationships>
  skos:prefLabel "emotion processes in relationships"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/passionate_love> .

<https://concepts.sagepub.com/social-science/concept/love_(emotion)>
  skos:prefLabel "love (emotion)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/passionate_love> .

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

