Open jonrkarr opened 3 years ago
Prodding @jhgennari @nickerso for some help with this one.
Great question. I think we should just be using the appropriate media type for the given serialisation. Some examples:
text/turtle
application/n-triples
application/rdf+xml
application/ld+json
Although we had at one point thought about using the generic OMEX Metadata format and letting tools determine themselves the actual serialisation format, and that then allows tools to detect "OMEX Metadata" compliant annotations from the manifest...but not sure how useful that actually is.
I agree with David about using the real media types.
Given that OMEX Metadata is trending toward specific conventions beyond the various serializations, I think it would be helpful for the format
to capture that files are OMEX Metadata files rather than other triple files,
Something like
text/omexmetadata-turtle
application/omexmetadata+rdf+xml
OR something like
http://identifiers.org/combine.specifications/omex-metadata.turtle
http://identifiers.org/combine.specifications/omex-metadata.n-triples
How is this intended to work with OMEX Metadata stored in the various supported formats (RDF-XML, turtle, etc)?