rdf-ext-archive / discussions

This repo is for discussions all over the rdf-ext project
3 stars 2 forks source link

Write HOWTOs #5

Open retog opened 8 years ago

retog commented 8 years ago

Just some ideas....

HOWTOs for implementatin provider:

HOWTOs for users:

bergos commented 8 years ago

The readmes of abstract parser, serializer and store should describe in detail how to extend the classes for own implementations. The RDF-Ext spec will contain a description of the methods, but the readmes should be more focus on the requirements of developers.

The parser and serializer API used in the abstract classes is from my point of view already in rc/final state. The stream interface for the store is still an open issue.