{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A hospital.",
"rdfs:label" : "Hospital",
"rdfs:subClassOf" : [
"schema:MedicalOrganization",
"schema:EmergencyService",
"schema:CivicStructure"
]
},
"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:healthcareReportingData" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates data describing a hospital, e.g. a CDC [[CDCPMDRecord]] or as some kind of [[Dataset]].",
"rdfs:label" : "healthcareReportingData",
"schema:domainIncludes" : "schema:Hospital",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : [
"schema:CDCPMDRecord",
"schema:Dataset"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
},
"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"
}
}
}