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

<https://concepts.sagepub.com/social-science/concept/community_nursing>
  skos:prefLabel "community nursing"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/primary_care_nursing> .

<https://concepts.sagepub.com/social-science/concept/nursing_care>
  skos:prefLabel "nursing care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/primary_care_nursing> .

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

<https://concepts.sagepub.com/social-science/concept/primary_care>
  skos:prefLabel "primary care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/primary_care_nursing> .

<https://concepts.sagepub.com/social-science/concept/primary_care_nursing>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/community_nursing> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D059017.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/primary_care>, <https://concepts.sagepub.com/social-science/concept/nursing_care>, <https://concepts.sagepub.com/social-science/concept/nursing> ;
  skos:prefLabel "primary care nursing"@en ;
  a skos:Concept .

