Difference between revisions of "Item talk:Q1308"

From Wikibase Personal data
Jump to navigation Jump to search
(Created page with "{{SPARQL|query=SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel WHERE { ?item pdiot:P3 pdio:Q1308. OPTIONAL {?item pdiot:P229 ?ds.} OPTIONAL {?it...")
(No difference)

Revision as of 22:31, 11 January 2020

PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel WHERE {
  ?item pdiot:P3 pdio:Q1308.
  OPTIONAL {?item pdiot:P229 ?ds.}
  OPTIONAL {?item pdiot:P99 ?target.}
  OPTIONAL {?item pdiot:P136 ?event.}
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" . }
}
LIMIT 100

Try it (embedded)