query-434512c11cd6d1b778c2ee8aa411ffdd

rq turtle/ttl

Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Chercher les éléments qui ont en double la même déclaration de propriété / valeur deux fois comme déclaration. (Q33999)actor -> (P106)occupation Par exemple : trouver tous les humains qui ont Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Zoek items met een dubbele identieke eigenschap / waardeclaim hebben als een claim. (Q33999)actor -> (P106)occupation Zoek bijvoorbeeld alle mensen die Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have Find items that have a double identical property / value claim twice as a claim. (Q33999)actor -> (P106)occupation For example: find all humans that have

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
select ?item where {
  ?item wdt:P31 wd:Q5;
        p:P106 ?a, ?b.
  filter(?a != ?b)
  ?a ps:P106 wd:Q33999.
  ?b ps:P106 wd:Q33999.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?a") v2("?b") v3("?item"):::projected c2(["wd:Q5"]):::iri c5(["wd:Q33999"]):::iri f0[["?a != ?b"]] f0 --> v1 f0 --> v2 v3 --"p:direct/P31"--> c2 v3 --"p:P106"--> v1 v3 --"p:P106"--> v2 v1 --"p:statement/P106"--> c5 v2 --"p:statement/P106"--> c5