@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/blood_cell_count>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/platelet_count>, <https://concepts.sagepub.com/social-science/concept/leukocyte_count>, <https://concepts.sagepub.com/social-science/concept/erythrocyte_count> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001772.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hemodynamics>, <https://concepts.sagepub.com/social-science/concept/hematologic_tests>, <https://concepts.sagepub.com/social-science/concept/cell_count> ;
  skos:prefLabel "blood cell count"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/platelet_count>
  skos:prefLabel "platelet count"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/blood_cell_count> .

<https://concepts.sagepub.com/social-science/concept/cell_count>
  skos:prefLabel "cell count"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/blood_cell_count> .

<https://concepts.sagepub.com/social-science/concept/hematologic_tests>
  skos:prefLabel "hematologic tests"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/blood_cell_count> .

<https://concepts.sagepub.com/social-science/concept/leukocyte_count>
  skos:prefLabel "leukocyte count"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/blood_cell_count> .

<https://concepts.sagepub.com/social-science/concept/hemodynamics>
  skos:prefLabel "hemodynamics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/blood_cell_count> .

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

<https://concepts.sagepub.com/social-science/concept/erythrocyte_count>
  skos:prefLabel "erythrocyte count"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/blood_cell_count> .

