SELECT ?attribute ?value WHERE {
?? ?attribute ?value .
FILTER ( isLiteral( ?value ) )
} LIMIT 100
Query failed: Query execution failed: HTTP error: 502 502 Bad Gateway
SELECT ?objectProperty ?object WHERE {
BIND (?? AS ?s)
?s ?objectProperty ?object .
FILTER (isIRI( ?object))
FILTER (?objectProperty != rdf:type)
} LIMIT 100
Query failed: Query execution failed: HTTP error: 502 502 Bad Gateway
SELECT ?incomingObject ?objectProperty WHERE {
BIND (?? AS ?s)
?incomingObject ?objectProperty ?s .
} LIMIT 1000
Incoming Relationships: No results found.