query-3edb6a42aeb4e23a471200ad32260b14
10k 404 URLs for Cultural Heritage Agency of the Netherlands Art Collection statements, resulting in HTTP 404 errors. (P973)described at URL has changed its website since we added 10,885 of its URLs as (Q18600731)Cultural Heritage Agency of the Netherlands Art Collection The
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?inventory_no ?url WHERE {
?item wdt:P31 wd:Q3305213 .
?item wdt:P973 ?url .
?item wdt:P217 ?inventory_no .
FILTER(CONTAINS(str(?url), "http://data.collectienederland.nl/resource/aggregation/rce-kunstcollectie/") )
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?inventory_no"):::projected
v2("?item"):::projected
v1("?url"):::projected
c3(["wd:Q3305213"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,nl"]):::literal
f0[["contains(str(?url),'http://data.collectienederland.nl/resource/aggregation/rce-kunstcollectie/')"]]
f0 --> v1
v2 --"wdt:P31"--> c3
v2 --"wdt:P973"--> v1
v2 --"wdt:P217"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end