@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/special_road_vehicles>
  skos:prefLabel "special road vehicles"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ambulances> .

<https://concepts.sagepub.com/social-science/concept/transportation_of_patients>
  skos:prefLabel "transportation of patients"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ambulances> .

<https://concepts.sagepub.com/social-science/concept/motor_vehicles>
  skos:prefLabel "motor vehicles"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ambulances> .

<https://concepts.sagepub.com/social-science/concept/ambulances>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/air_ambulances> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D000552.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/transportation_of_patients>, <https://concepts.sagepub.com/social-science/concept/special_road_vehicles>, <https://concepts.sagepub.com/social-science/concept/motor_vehicles> ;
  skos:prefLabel "ambulances"@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/ambulances> .

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

