Support the ongoing development of Laravel.io →
Installation Configuration Packages

Hi,

I have to use Easy RDF library in my project and I have some problem. I've added this library to my composer.json file, installed it, and now I have this code:

public function index()
    {
        $foaf = new EasyRdf_Graph("http://biblioteka.wejherowo.pl/dlibra/dlibra/rdf.xml?type=e&id=1589");
        $foaf->load();
        $me = $foaf->primaryTopic();
        dd($me->get('dc:title'));
    }

But when I am trying to display something I get error about format, do i have to configure this library?

Here is the screen.

(http://imgur.com/2FMFgJ6)

Thank you for your help, Jarek

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

c00perpl c00perpl Joined 3 May 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.