Talk:Q373767

From Wikidata
Jump to navigation Jump to search

Autodescription — Pheasant Island (Q373767)

description: island shared alternately between France and Spain
Useful links:
Generic queries for administrative territorial entities

This list of queries is designed for all instances of administrative territorial entity (Q56061). It is generated using {{TP administrative area}}.

🌎 Geography 🌎

👥 People 👥

🎭 Arts and fictions 🎭


See also

WikiProject Spain

Query to know who currently owns Pheasant Island (Q373767)[edit]

SELECT ?pays ?paysLabel ?starttime ?endtime
WHERE
{
     wd:Q373767 p:P17 [ps:P17 ?pays;
                   pq:P580 ?starttime;
                   pq:P582 ?endtime;
                  ].
     SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,es". }
FILTER(?starttime < NOW() && ?endtime >= NOW())
}
Try it!