query-11dd84636cc0b837ca61bad1553a3d95
Items with instance of (P31)standard UNIX utility or command (Q18343316) and part of (P361)GNU Core Utilities (Q1348204)There is a few of items with both of these statements, 53 to be exact according to this query:
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE
{
?item wdt:P31 wd:Q18343316 .
?item wdt:P361 wd:Q1348204 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["wd:Q1348204"]):::iri
c2(["wd:Q18343316"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P361"--> c4