query-43dba7dc9cb347f85f405c13367e5f8a

rq turtle/ttl

added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100 added before 2016-10 SELECT ?entity ?claim ?prop WHERE { ?prop wdt:P31 wd:Q15720608 . ?prop wikibase:reference ?propClaim . ?ref ?propClaim ?o . ?statement prov:wasDerivedFrom ?ref . ?entity ?claim ?statement . } LIMIT 100

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
# added before 2016-10
SELECT ?entity ?claim ?prop
WHERE
{
    ?prop wdt:P31 wd:Q15720608 .
    ?prop wikibase:reference ?propClaim .
    ?ref ?propClaim ?o .
    ?statement prov:wasDerivedFrom ?ref .
    ?entity ?claim ?statement .
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?claim"):::projected v6("?entity"):::projected v4("?o") v1("?prop"):::projected v2("?propClaim") v3("?ref") v5("?statement") c2(["wd:Q15720608"]):::iri v1 --"wdt:P31"--> c2 v1 --"wikibase:reference"--> v2 v3 -->v2--> v4 v5 --"prov:wasDerivedFrom"--> v3 v6 -->v7--> v5