freme-project / e-Link

Apache License 2.0
0 stars 0 forks source link

Support for RDF template formats #48

Closed jnehring closed 8 years ago

jnehring commented 8 years ago

The templates can be read and written using RDF or JSON. Right now only the JSON representation is up to date and contains the new fields visibility, type and owner. The turtle representation lacks these. Also there is no documentation for the RDF version of the template.

My suggestion is to remove the RDF version. We should remove it from broker and e-link.

@m1ci is this ok with you? Or do you see a reason to maintain the RDF versions? I think JSON is fine and there is no need to keep both.

@ArneBinder already gathered a lot of experience with these codes and can implement this.

m1ci commented 8 years ago

OK, lets have JSON only.

jnehring commented 8 years ago

I think we will not be able to implement this within FREME 0.4. We leave this for FREME 0.5.

m1ci commented 8 years ago

At the moment informat and outformat are forced to JSON when manipulating with templates. RDF is not used at all.

jnehring commented 8 years ago

Ok I created https://github.com/freme-project/Documentation/issues/94 to note this in the documentation. I leave this issue open to take a 2nd look at the source code and do some testing.