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! ;)