ropensci / jsonld

R wrapper for jsonld.js JavaScript library
https://docs.ropensci.org/jsonld
Other
35 stars 0 forks source link

Other RDF serialization formats? #5

Open cboettig opened 7 years ago

cboettig commented 7 years ago

The default application/nquads works fine, but can't find out how to get other types , e.g.

xml <- jsonld_to_rdf("ropensci.json", options = list(format="application/rdf+xml")) 
cboettig commented 7 years ago

(It's possible that nquads is the only supported type, I'm not sure.