SELECT ?attribute ?value WHERE {
?? ?attribute ?value .
FILTER ( isLiteral( ?value ) )
} LIMIT 100
Attributes: No results found.
SELECT ?objectProperty ?object WHERE {
BIND (?? AS ?s)
?s ?objectProperty ?object .
FILTER (isIRI( ?object))
FILTER (?objectProperty != rdf:type)
} LIMIT 100
Outgoing Relationships: No results found.
SELECT ?incomingObject ?objectProperty WHERE {
BIND (?? AS ?s)
?incomingObject ?objectProperty ?s .
} LIMIT 1000
Incoming Relationships: No results found.