4,467
edits
No edit summary |
(→SPARQL) |
||
Line 41: | Line 41: | ||
{ | { | ||
?item wbt:P5 wb:Q12 . | ?item wbt:P5 wb:Q12 . | ||
} | |||
</SPARQL> | |||
===Timeline of everything published or presented about Structured Data on Commons=== | |||
<SPARQL tryit="1"> | |||
#defaultView:Timeline | |||
PREFIX wb: <https://metabase.wikibase.cloud/entity/> | |||
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/> | |||
SELECT ?item ?itemLabel ?time | |||
WHERE | |||
{ | |||
?item wbt:P15 wb:Q90 # SDC | |||
{?item wbt:P23 ?time} # point in time | |||
UNION | |||
{?item wbt:P18 ?time} # publication date | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,sv". } | |||
} | } | ||
</SPARQL> | </SPARQL> | ||
[[Category:Documentation|i]] | [[Category:Documentation|i]] |