query-8f4f0882ac50829d9a86471ea95df273

rq turtle/ttl

Mark deprecated P1255 if the value starts with vlts Eru: Request date: 22 November 2020, byLink to discussions justifying the requesthttps://fr.wikipedia.org/wiki/Discussion_utilisateur:FERNANDES_Gilbert#Module_Autorité Property_talk:P1255#Old_viaf_componant_with_vtlsTask description should be marked as deprecated, the link is not working, it has be deleted on viaf. (P1255)HelveticArchives ID The vlts* value for QuikStatement and OpenRefine cannot change the rank, so I think we need a bot to do that. (319 results): PetScan Here is the SPARQL query tested on

Use at

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 ?human ?humanLabel ?BNS
WHERE
{
  ?human wdt:P31 wd:Q5.
  ?human wdt:P1255 ?BNS.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  FILTER(STRSTARTS(?BNS, 'vtls')) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?BNS"):::projected v2("?human"):::projected c6(["bd:serviceParam"]):::iri c3(["wd:Q5"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["starts-with(?BNS,'vtls')"]] f0 --> v1 v2 --"wdt:P31"--> c3 v2 --"wdt:P1255"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end