@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/unique_identifiers>
  skos:prefLabel "unique identifiers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_identification_numbers> .

<https://concepts.sagepub.com/social-science/concept/community_health_index_numbers>
  skos:prefLabel "community health index numbers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_identification_numbers> .

<https://concepts.sagepub.com/social-science/concept/patient_identification_numbers>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/unique_identifiers>, <https://concepts.sagepub.com/social-science/concept/community_health_index_numbers> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_identification_systems> ;
  skos:prefLabel "patient identification numbers"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/patient_identification_systems>
  skos:prefLabel "patient identification systems"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_identification_numbers> .

