query-2e6262b3c4dcb6b20a40cf24fbe51376
title:elementi con url di riferimento treccani nella fonte ma senza fonte dell'affermazione SELECT ?item ?itemLabel ?datamorte (URI(?dmfonte) as ?dmfonteURL) WHERE { ?item wdt:P31 wd:Q5; wdt:P27 wd:Q172579; wdt:P570 ?datamorte. ?item p:P570 ?dm. ?dm prov:wasDerivedFrom ?dmref. ?dmref pr:P854 ?dmfonte. FILTER(CONTAINS(STR(?dmfonte),"http://www.treccani.it/enciclopedia/")). MINUS {?dmref pr:P248 ?dmafferm} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
Use at
- https://query.wikidata.org/sparql
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#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:elementi con url di riferimento treccani nella fonte ma senza fonte dell'affermazione
SELECT ?item ?itemLabel ?datamorte (URI(?dmfonte) as ?dmfonteURL)
WHERE
{
?item wdt:P31 wd:Q5; wdt:P27 wd:Q172579; wdt:P570 ?datamorte.
?item p:P570 ?dm.
?dm prov:wasDerivedFrom ?dmref.
?dmref pr:P854 ?dmfonte.
FILTER(CONTAINS(STR(?dmfonte),"http://www.treccani.it/enciclopedia/")).
MINUS {?dmref pr:P248 ?dmafferm}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?datamorte"):::projected
v4("?dm")
v6("?dmafferm")
v1("?dmfonte"):::projected
v7("?dmfonteURL")
v5("?dmref")
v2("?item"):::projected
c12(["bd:serviceParam"]):::iri
c3(["wd:Q5"]):::iri
c5(["wd:Q172579"]):::iri
c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["contains(str(?dmfonte),'http://www.treccani.it/enciclopedia/')"]]
f0 --> v1
v2 --"p:direct/P31"--> c3
v2 --"p:direct/P27"--> c5
v2 --"p:direct/P570"--> v3
v2 --"p:P570"--> v4
v4 --"prov:wasDerivedFrom"--> v5
v5 --"p:reference/P854"--> v1
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v5 --"p:reference/P248"--> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end
bind2[/"?dmfonte"/]
v1 --o bind2
bind2 --as--o v7