SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000