query-42f24bf6c141284c5af87fb20564f0ab
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT ?property
WHERE
{
?property rdf:type wikibase:Property;
(rdfs:label | skos:altLabel) "has effect"@[AUTO_LANGUAGE].
}