query-c9928817c3a5691606bc2d762841bde2

rq turtle/ttl

connecteurs logiques(Q211790)logical connective (Q3539534)semantic triple (P112)founded by {\displaystyle \rightarrow } → {\displaystyle \rightarrow } → ]note 6[(P3373)sibling {\displaystyle \leftrightarrow } ↔ élément1 {\displaystyle \rightarrow } → P3373 {\displaystyle \rightarrow } → élément2 {\displaystyle \Rightarrow } ⇒ élément2 {\displaystyle \rightarrow } → P3373 {\displaystyle \rightarrow } → élément1

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?fratrie ?item WHERE
{
  ?item wdt:P3373 ?fratrie
  MINUS {?fratrie wdt:P3373 ?pasfratrie}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?fratrie"):::projected v1("?item"):::projected v3("?pasfratrie") v1 --"wdt:P3373"--> v2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P3373"--> v3 end