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

8 lines
No EOL
255 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');