midgardproject / midgard-core

The base library of the Midgard Content Repository
http://midgard-project.org/docs/
Other
37 stars 6 forks source link

export objects using JSON-LD #95

Open indeyets opened 13 years ago

indeyets commented 13 years ago

Midgard2 knows how to export objects using XML schema. Additionally, export using JSON-LD is needed.

Should be compatible with implementation in Midgard Daemon project. As soon as this issue is resolved, Midgard Daemon and Midgard Create should be switched to use this implementation

bergie commented 13 years ago

This is a good place to follow the "be liberal in input but strict with output" philosophy.

If a MgdSchema has RDF mappings (see this schema for example), then those mappings should be supported in JSON-LD. If not, then everything should be put to a mgd namespace.

bergie commented 13 years ago

I think this needs a proper proposal

piotras commented 13 years ago

Removed 10.05.5 milestone. This isrelated to replication and serialization

piotras commented 12 years ago

Related to #101