Item talk:Q1308

From Wikibase Personal data
Revision as of 22:31, 11 January 2020 by Podehaye (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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)