query-fc3230f27d25f8759cd586f66767c8c5

rq turtle/ttl

Software and website. (P2738)disjoint union of : on problems with one of my batch edit, I found a pattern of mistakes : software that are also websites. It occured to me that I could pretty simply generates a query to find them all with my work around DacharyHi, following an idea I had when discussing with @ and the following query (modulo the comment I added because of a conceptual bug in the generating code that will be corrected) popped up as a link in the bottom of the talkpage of the item.  (Q27043072)software artefact I then created

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select ?item where {
    # ?item wdt:P31/wdt:P279* wd:Q27043072 .
    {
        ?item wdt:P31/wdt:P279* wd:Q205663 .
        ?item wdt:P31/wdt:P279* wd:Q166142 .
    } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) c3(["wd:Q205663"]):::iri c4(["wd:Q166142"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c4