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

Attributes

MedicalProcedure
A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques.
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
equivalentClass 50731006
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
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
MedicalEntity The most generic type of entity related to health and the practice of medicine.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
DiagnosticProcedure A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes.
TherapeuticProcedure A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.
PalliativeProcedure A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition.
PhysicalExam A type of physical examination of a patient performed by a physician.
SurgicalProcedure A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes.