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.
Thank you for your help, Jarek
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community