egonw / rrdf

R package for handling RDF data.
Other
29 stars 11 forks source link

perhaps use a R class to wrap the Jena Model? #12

Closed egonw closed 10 years ago

egonw commented 13 years ago

So that we can use default summary(model) stuff on it?

cboettig commented 10 years ago

Yes, I think using an dedicated R class on the java object returned by new.rdf would be the natural thing to do, jobjRef is not a particularly useful designation. Then standard methods like summary and show or print (to return something meaningful to the console when just writing in the object name) could be defined for the class.

egonw commented 10 years ago

Applied.