SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
TripleBlindedTrial
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
MedicalTrialDesign
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.