{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A doctor's office.",
      "rdfs:label" : "Physician",
      "rdfs:subClassOf" : [
         "schema:MedicalBusiness",
         "schema:MedicalOrganization"
      ]
   },
   "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:hospitalAffiliation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A hospital with which the physician or office is affiliated.",
         "rdfs:label" : "hospitalAffiliation",
         "schema:domainIncludes" : "schema:Physician",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Hospital"
      },
      "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"
      }
   }
}