Active
Project:
RDF CCK
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2010 at 21:58 UTC
Updated:
7 Jun 2010 at 21:58 UTC
Hi! I would like to get the rdf content from a node, without using the export url. I saw that the function 'rdfcck_load_node' gets the metadata resources from a node, but I guess there is a higher level function which builds the content of the export file. Do you know which function is that?
I need this because I'm changing 'Sparql endpoint' module to export the rdf data to a Sesame triple store database, using a JAVA webservice with Sesame API functions, and I'm not getting success, trying to add the triples by the export url (node/id/rdf).
Thanks in advance! ;)