query-3f16a1b45c861f7436345a4781e80955
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
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?p ?o
WHERE {
wdt:P26 ?p ?o .
}
Query found at
- https://www.wikidata.org/wiki/Wikidata_talk:SPARQL_query_service
- https://www.wikidata.org/wiki/Wikidata_talk:SPARQL_query_service/Wikidata_Query_Help
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