@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/patient_selection>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/triage> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D018579.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/research_design>, <https://concepts.sagepub.com/social-science/concept/patient_management>, <https://concepts.sagepub.com/social-science/concept/patient_care_management> ;
  skos:prefLabel "patient selection"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/triage>
  skos:prefLabel "triage"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_selection> .

<https://concepts.sagepub.com/social-science/concept/research_design>
  skos:prefLabel "research design"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_selection> .

<https://concepts.sagepub.com/social-science/concept/patient_care_management>
  skos:prefLabel "patient care management"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_selection> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/patient_selection> .

<https://concepts.sagepub.com/social-science/concept/patient_management>
  skos:prefLabel "patient management"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_selection> .

