query-98de36151f82d81feb7f1ac328550cbf

rq turtle/ttl

Dictionary entries 12:51, 11 June 2017 (UTC), XXN notable and allowed in Wikidata? I don't think so. By me, they are much like wiktionary pages about words/definitions which aren't allowed in WD at the moment. What do other think? --Q30189424, Q30194711, Q30194708Are such items like for dictionary entries originating from Russian wikisource (all of them part of this series):~27000 itemsUpdate; this query shows that at the moment there are 19:00, 11 June 2017 (UTC), XXN, or even a RFC? --WD:PCIf it's not very obivous to accept or not such items, maybe is the case to start a broader discussion at [1]I've asked first the author about these items, then notified him about this discussion, but seems that he isn't interested to participate in this discussion, but keeps building such useless (IMO) items. 13:52, 11 June 2017 (UTC) Jura--- I think the general question may be if Wikisource is a good fit for Wikidata or if it wouldn't be served better by a Wikibase installation of its own. Other than that, there isn't really a big difference between these and other WS items. 12:59, 11 June 2017 (UTC), XXNNote: this discussion will affect thousands of similar items (the 3 items listed above are part of a series). --

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:P31 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:P31"--> c3 v2 --"rdfs:label"--> v1 v3 --"schema:about"--> v2 v3 --"schema:isPartOf"--> c7