BooleanExpression

7 triples
GPTKB property

Random triples
Subject Object
gptkb:AND_Gate A AND B
gptkb:NAND_logic_gate NOT (A AND B)
gptkb:OR_Gate A + B
gptkb:XOR_gate A ⊕ B = (A AND NOT B) OR (NOT A AND B)
gptkb:AND_Gate A · B
gptkb:XNOR (A AND B) OR (NOT A AND NOT B)
gptkb:XNOR NOT (A XOR B)