query-3f16a1b45c861f7436345a4781e80955

rq turtle/ttl

Information about properties (P26)spouse Why is there so little information returned when I query for information about properties? Here is an example for

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?p ?o
WHERE {
  wdt:P26 ?p ?o .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?o"):::projected v1("?p"):::projected c1(["wdt:P26"]):::iri c1 -->v1--> v2