This is a discussion page looking at defining and registering a list of standard VO data formats.
Although the VOSpace team will probably want to register VOStandard resources for the VO data formats, this discussion is not intended to be about using registry URIs vs MIME types to describe data formats.
All I am suggesting at the moment is that we work together to produce a list of the core VO data formats. As far as I know, we don't have a list of the common data formats used within the VO. If we do already have one, then please let me know.
Initially, this can be just a wiki page that describes the formats, provides links to the relevant RFC documents, lists the common MIME types associated with each format, specifies the VO standard MIME type(s) we want to use and describes how the formats are used within astronomy and the VO.
The information collected on the wiki may form the basis for a VOStandard resource that registers the common data formats, but the initial step is to collect the information.
-- DaveMorris - 29 May 2007
The recent discussion thread about data formats and MIME types on the DAL mailing list started with a question about "gzipped images in SIAP 1.0" and has openned up into a wider discussion about MIME types and HTTP headers.
The thread has highlighted the fact that there are at least three different concepts that we need to represent when transferring data.
The discussion has looked at various options for representing these concepts in the HTTP header fields :
We have been struggling to solve similar problems within the VOSpace group. The problems we are trying to solve within VOSpace may be slightly more complex for a number of reasons :
However, the core problems of deciding which formats to use, and how to refer to them are the same.
The current VOSpace specification introduces the concept of registered URIs to refer to 'views' which unfortunately attempts to represent at least two of the concepts what it contains and how it is represented using a single URI. We know this is not sufficient for what we need, and plan to revisit this fairly soon.
Using registered URIs to identify content and formats has proved to be useful, certainly within the context of VOSpace. However, I appreciate that other groups may prefer to use MIME types or something similar, particularly for HTTP based access.
I think we should work together with the other groups to produce a list of the main VO data formats, their corresponding MIME types and see if we can identify an inheritance hierarchy where it is appropriate.
For VOSpace services, we would probably want to register these formats in a VOStandard registry resource, enabling us to use registry URIs to refer to them.
Even if we eventually decide not to use the registered URIs in services and applications, creating a list of the main VO data formats and their corresponding MIME types will provide a useful resource for developers working on VO projects.
The first step is to make an initial list of the formats, define the corresponding MIME types and the inheritance hierarchy.
Many of the common data formats have multiple MIME types associated with them, and the meaning may depend on the context.
It would be useful to bring together the information about the different data formats and MIME types from the existing VO standards.
This may make it easier for new VO standards and services to refer to, and preferably re-use, information about MIME types and data formats from the existing VO standards.
One example of this is that we may already have three or four different recomended MIME type strings that mean ASCII VOTable. Which MIME type string is used depends on what type of service you are using, and what the VOTable file contains (metadata about a set of results or the actual data itself).
To meet the design goals of VOSpace, we need to be able to represent the following concepts to the client application :
In this model FITS may be a special case. From my admittedly basic understanding of FITS, it is possible for FITS to be both a data format (a FITS file containing tabular or image data) and a container format (one FITS file containing multiple images or tables).
I hope others who have a much better understanding of the FITS format and its useage within astronomy will be able to define this in more detail.
Ideally, we would want to be able to distinguishes between the following concepts :
Transport formats will be specific to the particular tranport protocol used. The most common examples are the content-encoding options that can be applied to HTTP data streams. I don't know if any other tranport protocols support equivalent options for processing or compressing the data stream.
However, it may be useful to at least list the main content-encoding options that we expect VO services to be able to apply to HTTP data streams and identify the standard MIME type strings that VO services should use to refer to them.
Some data formats may be specializations of existing formats, and may inherit the MIME type or other details from their parent format.
An example of this is the Java Archive format. From the JAR file specification :
This implies that the JAR format extends the ZIP specification, with additional metadata in the META-INF directory. As far as I know, there isn't a specific MIME-type defined for Java JAR files, so the JAR format would 'inherit' the MIME type string from the ZIP format.
This particular example may not be useful for astronomers, but I listed it here because it is an already established extension format that developers will be familiar with.
What I think will be useful for astronomers is to be able to say
Having talked about this with some of our astronomers, one thing they suggested would be useful is be to be able to define types that represent data from specific data sets.
If we had a VO data type that represented FITS image, then they would like to be able to define a new type that represented a FITS image from a specific data set.
This new type would extend the definition of FITS image, inheriting all of the properties and behaviour defined fo a generic FITS image, and add details of the specific FITS header fields that that particular data set used in their files.
Defining this as an extension type means that tools and applications that don't understand the specific type could handle the data as generic FITS, but tools that did understand the more specific type would be able to make use of the additional metadata that described what the data set specific header fields meant.
At this point I don't know if this is a GoodIdea or not, or whether this information should be encoded in the content type or in a separate property. However, our astronomers seemed to think that the ability to distinguish between a generic FITS file and a FITS file from a specific data set was important.
How we enable them to make this distinction is up for discussion.