PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • ere function setUp() { // create a new instance of String with the // string 'abc' $this->abc = new String(abc); } // called after the test functions are executed // this function is defined in PHPUnit_TestCase and overwritten // here function tearDown() { // delete your instance unset($this->abc); } // test the toString function function testToString() { $result = $this->abc->toString('contains
http://www.w3.org/ns/prov#wasQuotedFrom
  • php.net