SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

MedicalEnumeration
Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
is part of health-lifesci.schema.org
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
rangeIncludes legalStatus
rangeIncludes normalRange
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class

superclass description
Enumeration Lists or enumerations—for example, a list of cuisines or music genres, etc.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
DrugCostCategory Enumerated categories of medical drug costs.
DrugPregnancyCategory Categories that represent an assessment of the risk of fetal injury due to a drug or pharmaceutical used as directed by the mother during pregnancy.
DrugPrescriptionStatus Indicates whether this drug is available by prescription or over-the-counter.
InfectiousAgentClass Classes of agents or pathogens that transmit infectious diseases. Enumerated type.
MedicalAudienceType Target audiences types for medical web pages. Enumerated type.
MedicalDevicePurpose Categories of medical devices, organized by the purpose or intended use of the device.
MedicalEvidenceLevel Level of evidence for a medical guideline. Enumerated type.
MedicalImagingTechnique Any medical imaging modality typically used for diagnostic purposes. Enumerated type.
MedicalObservationalStudyDesign Design models for observational medical studies. Enumerated type.
MedicalProcedureType An enumeration that describes different types of medical procedures.
MedicalSpecialty Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.
MedicalStudyStatus The status of a medical study. Enumerated type.
MedicalTrialDesign Design models for medical trials. Enumerated type.
MedicineSystem Systems of medical practice.
PhysicalExam A type of physical examination of a patient performed by a physician.