SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
SingleBlindedTrial
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
MedicalTrialDesign
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000