wisski-cloud-distillery/distillery/resources/compose/barrel/patch/triples.patch
2021-05-04 10:59:39 +02:00

8 lines
256 B
Diff

100c100
< if($result->o instanceof \EasyRdf_Resource) {
---
> if($result->o instanceof \EasyRdf\Resource) {
118c118
< $object_text = $result->o->getValue();
---
> $object_text = $result->o->dumpValue('string');