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

<https://concepts.sagepub.com/social-science/concept/ambulatory_monitoring>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/esophageal_ph_monitoring>, <https://concepts.sagepub.com/social-science/concept/ambulatory_electrocardiography>, <https://concepts.sagepub.com/social-science/concept/ambulatory_blood_pressure_monitoring> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D018670.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiologic_monitoring> ;
  skos:prefLabel "ambulatory monitoring"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/esophageal_ph_monitoring>
  skos:prefLabel "esophageal ph monitoring"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ambulatory_monitoring> .

<https://concepts.sagepub.com/social-science/concept/ambulatory_blood_pressure_monitoring>
  skos:prefLabel "ambulatory blood pressure monitoring"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ambulatory_monitoring> .

<https://concepts.sagepub.com/social-science/concept/ambulatory_electrocardiography>
  skos:prefLabel "ambulatory electrocardiography"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ambulatory_monitoring> .

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

