EChO IMAGES:SPARQL/examples: Difference between revisions
Espartatuga (talk | contribs) Created page with "=ParVoices Entries= ==ParVO all entries == <sparql tryit="1"> #This is a list of ParVO entries PREFIX wdt: <https://wikibase.echoimages.labs.wikimedia.pt/prop/direct> PREFIX wd: <https://wikibase.echoimages.labs.wikimedia.pt/entity/> SELECT ?item ?itemLabel ?Image ?itemImage ?logo ?value ?valueLabel ?valueImage ?edgeLabel WHERE { ?item wdt:P6 ?itemImage. ?item ?wdt ?value . ?edge a wikibase:Property; wikibase:propertyType wikibas..." |
Espartatuga (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
=ParVoices Entries= | =ParVoices Entries= | ||
== | ==Inventors== | ||
<sparql tryit="1"> | <sparql tryit="1"> | ||
PREFIX wdt: <https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/> | |||
PREFIX wdt: <https://wikibase.echoimages.labs.wikimedia.pt/prop/direct> | |||
PREFIX wd: <https://wikibase.echoimages.labs.wikimedia.pt/entity/> | PREFIX wd: <https://wikibase.echoimages.labs.wikimedia.pt/entity/> | ||
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE { | |||
?item wdt:P3 wd:Q66 . | |||
OPTIONAL { ?item wdt:P79 ?inventor . } | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | |||
} | } | ||
</sparql> | </sparql> | ||
Revision as of 20:56, 5 June 2026
ParVoices Entries
Inventors
<sparql tryit="1"> PREFIX wdt: <https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/> PREFIX wd: <https://wikibase.echoimages.labs.wikimedia.pt/entity/>
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {
?item wdt:P3 wd:Q66 .
OPTIONAL { ?item wdt:P79 ?inventor . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
</sparql>