SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000