@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/veins>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/venules>, <https://concepts.sagepub.com/social-science/concept/vena_cavae>, <https://concepts.sagepub.com/social-science/concept/pulmonary_veins>, <https://concepts.sagepub.com/social-science/concept/hepatic_portal_vein>, <https://concepts.sagepub.com/social-science/concept/coronary_veins> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/blood_vessels> ;
  skos:prefLabel "veins"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/hepatic_portal_vein>
  skos:prefLabel "hepatic portal vein"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/veins> .

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

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

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

<https://concepts.sagepub.com/social-science/concept/blood_vessels>
  skos:prefLabel "blood vessels"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/veins> .

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

<https://concepts.sagepub.com/social-science/concept/vena_cavae>
  skos:prefLabel "vena cavae"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/veins> .

