SELECT ?property ?destination WHERE {
BIND (?? AS ?s)
?s ?property ?destination .
FILTER (isIRI(?destination))
FILTER (?property != rdf:type)
FILTER (?property != rdfs:subClassOf)
} LIMIT 1000
Query failed: Query execution failed: HTTP error: 502 502 Bad Gateway