Difference between revisions of "Report"
Jump to navigation
Jump to search
(Created page with "{{SPARQL|state=collapsed |label=items pointing to POD |query=select ?s ?sLabel ?p ?pLabel ?date { ?s ?pd pdio:Q351 . ?p wikibase:directClaim ?pd . OPTIONAL {?s pdiot:P10...") |
|||
Line 5: | Line 5: | ||
?p wikibase:directClaim ?pd . | ?p wikibase:directClaim ?pd . | ||
OPTIONAL {?s pdiot:P100 ?date}. | OPTIONAL {?s pdiot:P100 ?date}. | ||
+ | OPTIONAL {?s pdiot:P15 ?official}. | ||
+ | OPTIONAL {?s pdiot:P33 ?reference}. | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } | ||
Line 16: | Line 18: | ||
?p wikibase:directClaim ?pd . | ?p wikibase:directClaim ?pd . | ||
OPTIONAL {?s pdiot:P100 ?date}. | OPTIONAL {?s pdiot:P100 ?date}. | ||
+ | OPTIONAL {?s pdiot:P15 ?official}. | ||
+ | OPTIONAL {?s pdiot:P33 ?reference}. | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } | ||
}} | }} |
Revision as of 10:53, 24 July 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 ?s ?sLabel ?p ?pLabel ?date {
?s ?pd pdio:Q351 .
?p wikibase:directClaim ?pd .
OPTIONAL {?s pdiot:P100 ?date}.
OPTIONAL {?s pdiot:P15 ?official}.
OPTIONAL {?s pdiot:P33 ?reference}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
items pointing to POD (embedded)
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 ?s ?sLabel ?p ?pLabel ?date {
?s ?pd pdio:Q182 .
?p wikibase:directClaim ?pd .
OPTIONAL {?s pdiot:P100 ?date}.
OPTIONAL {?s pdiot:P15 ?official}.
OPTIONAL {?s pdiot:P33 ?reference}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}