Example #1
0
 /**
  * Tests whether all nodes are returned and blank nodes are renamed accordingly.
  */
 public function testGetIri()
 {
     $this->assertEquals('http://example.com/dataset.jsonld', $this->document->getIri());
 }