Lines Matching refs:addTriple
31 $this->_triples->addTriple($bob, 'class', 'person', 'wiki');
32 $this->_triples->addTriple($alice, 'class', 'person', 'wiki');
33 $this->_triples->addTriple($carol, 'class', 'person', 'wiki');
35 $this->_triples->addTriple($bob, 'name', 'Bob', 'wiki');
36 $this->_triples->addTriple($alice, 'name', 'Alice', 'wiki');
37 $this->_triples->addTriple($carol, 'name', 'Carol', 'wiki');
39 $this->_triples->addTriple($bob, 'identifier', 'Β', 'wiki');
40 $this->_triples->addTriple($alice, 'identifier', 'α', 'wiki');
41 $this->_triples->addTriple($carol, 'identifier', 'γ', 'wiki');
43 $this->_triples->addTriple($bob, 'knows', $alice, 'wiki');
44 $this->_triples->addTriple($alice, 'knows', $carol, 'wiki');
45 $this->_triples->addTriple($carol, 'knows', $bob, 'wiki');
46 $this->_triples->addTriple($carol, 'knows', $alice, 'wiki');
48 $this->_triples->addTriple($bob, 'likes', $alice, 'wiki');
50 $this->_triples->addTriple($bob, 'looks like', $img_bob, 'wiki');
51 $this->_triples->addTriple($alice, 'looks like', $img_alice, 'wiki');
52 $this->_triples->addTriple($carol, 'looks like', $img_carol, 'wiki');
54 $this->_triples->addTriple($bob, 'is rated', 8, 'wiki');
55 $this->_triples->addTriple($alice, 'is rated', 10, 'wiki');
56 $this->_triples->addTriple($carol, 'is rated', 1, 'wiki');
58 $this->_triples->addTriple($bob, 'has length', '5 ft 10 in', 'wiki');
59 $this->_triples->addTriple($alice, 'has length', '5 ft 5 in', 'wiki');
60 $this->_triples->addTriple($carol, 'has length', '4 ft 11 in', 'wiki');
62 $this->_triples->addTriple($bob, 'tax rate', '25%', 'wiki');
63 $this->_triples->addTriple($alice, 'tax rate', '10%', 'wiki');
64 $this->_triples->addTriple($carol, 'tax rate', '2%', 'wiki');