query-fd25139777698f929be46d77d2092c5c

rq turtle/ttl

Incorrect properties added to items 02:35, 17 June 2017 (UTC) • I'm not shouting, I just like this font!Stalk my edits • Drink some tea and talk with me • PokestarFan, which is obviously wrong. I have made a QuickStatements script to remove them. (Q4423781)dictionary entry , which contains (P131)located in the administrative territorial entity There have been incorrect properties added to these items. One such example is Find them

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item ?itemLabel
WHERE
{
  ?item wdt:P131 wd:Q4423781 ;
        rdfs:label ?itemLabel filter (lang(?itemLabel) = "ru") .
  ?article schema:about ?item ; schema:isPartOf <https://ru.wikisource.org/> .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?article") v2("?item"):::projected v1("?itemLabel"):::projected c7([https://ru.wikisource.org/]):::iri c3(["wd:Q4423781"]):::iri f0[["?itemLabel = 'ru'"]] f0 --> v1 v2 --"wdt:P131"--> c3 v2 --"rdfs:label"--> v1 v3 --"schema:about"--> v2 v3 --"schema:isPartOf"--> c7