{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare. Previously limited to outpatients but with evolution it may be open to inpatients as well.",
      "rdfs:label" : "MedicalClinic",
      "rdfs:subClassOf" : [
         "schema:MedicalBusiness",
         "schema:MedicalOrganization"
      ],
      "schema:isPartOf" : "http:health-lifesci.schema.org"
   },
   "properties" : {
      "schema:availableService" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A medical service available from this provider.",
         "rdfs:label" : "availableService",
         "schema:domainIncludes" : [
            "schema:Hospital",
            "schema:MedicalClinic",
            "schema:Physician"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : [
            "schema:MedicalTherapy",
            "schema:MedicalProcedure",
            "schema:MedicalTest"
         ]
      },
      "schema:medicalSpecialty" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A medical specialty of the provider.",
         "rdfs:label" : "medicalSpecialty",
         "schema:domainIncludes" : [
            "schema:MedicalOrganization",
            "schema:Physician",
            "schema:Hospital",
            "schema:MedicalClinic"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:MedicalSpecialty"
      }
   }
}