This specification defines a file format for storage and distribution of Research Objects as a ZIP archive; called a Research Object Bundle (RO Bundle). RO Bundles allow capturing a Research Object to a single file or byte-stream by including its manifest, annotations and some or all of its aggregated resources for the purposes of exporting, archiving, publishing and transferring research objects.
This document uses the terms [[URI]] and [[IRI]] interchangably. As long as the implementing technology supports it, all uses of URIs can be interchanged with IRIs (e.g. URIs containing unescaped Unicode characters).
The Wf4Ever Research Object model [[!RO]] defines a model for aggregating the resources that contribute to a scientific work, including domain-specific annotations and provenance traces. The unit that collects these resources is called a Research Object (RO) and is described in an RDF-based manifest according to the Wf4Ever OWL ontologies. The RO model has been formed in particular for the purpose of preservation of scientific workflows, but is applicable also in a general sense for capturing resources that are related to eacher, and which together form a trackable whole. The Research Object primer [[ROPrimer]] provides further details and examples of using the RO model.
The specification for the RO model does not mandate any particular form for the representation of Research Objects. The Wf4Ever RO Storage and Retrieval Service API [[ROSRS]] defines how research objects can be accessed and maintained on the web through a RESTful web service exposing RDF/XML and Turtle representations. Practical use of the RO model has however shown that it is also benefitial to represent a research object as a single ZIP archive or as file system folders for the purposes of downloading, editing and archiving a research object.
For instance a scientific workflow system can export a workflow run by saving the workflow definition, runtime provenance trace and generated results to a set of files. A research object that represents the workflow run can aggregate and relate these resources. However, at the time of running the workflow (e.g. on a desktop computer) it is often not known where or if the user would choose to publish the RO; thus the direct use of a web service or minting public URIs is problematic in this situation.
A Research Object Bundle, as specified by this document, provides a way to collect the resources that are aggregated in a research object, represented as files in a ZIP archive, in addition to their metadata and annotations. The ZIP archive thus becomes a single representation of a research object and which can be exported, archived, published and transferred like a regular file or resource.
A Research Object Bundle is a structured [[ZIP]] archive, specializing the Adobe Universal Container Format [[!UCF]]. UCF is based on the EPUB [[OCF]] format, but generalized to be any kind of container. The following section gives an informal introduction to the UCF format. For the complete, normative details, see the [[!UCF]] specification.
A UCF container is based on the ZIP compression file format [[ZIP]], enforcing additional restrictions. The most important restrictions are:
mimetype
and META-INF
mimetype
and without any extra attributesUCF says about mimetype
:
The first file in the Zip container MUST be a file with the ASCII name ofmimetype
, which holds the MIME type for the Zip container (application/epub+zipas an ASCII string; no padding, white-space, or case change).
The actual media type to include in mimetype
depends
on the specific container type (the above quote uses ePub as
an example).
See .
Use zip -0 -X
To add the mimetype
file correctly on a UNIX/Linux
installation with InfoZip, use
echo -n
and zip -0 -X
. Below is an example which adds
mimetype
correctly as the first, uncompressed file, then the remaining files (excluding mimetype
) with the default compression:
stain@ahtissuntu:~/test$ echo -n application/vnd.wf4ever.robundle+zip > mimetype stain@ahtissuntu:~/test$ zip -0 -X ../example.robundle mimetype adding: mimetype (stored 0%) stain@ahtissuntu:~/test$ zip -X -r ../example.robundle . -x mimetype adding: META-INF/ (stored 0%) adding: META-INF/container.xml (stored 0%) adding: .ro/ (stored 0%) adding: .ro/manifest.json (stored 0%) adding: helloworld.txt (stored 0%)
A root file is the entry-point for a UCF container,
playing a similar role to index.html
on web servers.
UCF says about META-INF/container.xml
and rootfiles:
A UCF Container MAY include a file namedcontainer.xml
in theMETA-INF
directory at the root level of the container file system. If present, thecontainer.xml
file MAY identify the MIME type of, and path to, the root file for the container and any OPTIONAL alternative renditions included in the container.
An example of META-INF/container.xml
which
defines the rootfile as .ro/manifest.json
:
.ro
MUST be present and MUST be a
directory.mimetype
SHOULD be
application/vnd.wf4ever.robundle+zip
(see
below)META-INF/container.xml
, if present,
SHOULD contain a rootfile entry equivalent to:<rootfile full-path=".ro/manifest.json"
media-type="application/ld+json" />
.ro/manifest.json
MUST be
present, and MUST describe the RO according to .
Applications who specialize RO Bundles MAY specify a different
mimetype
, for instance because the
bundle is used to distribute application-specific data. It is
RECOMMENDED for such extensions that their media type end
with +zip
according to [[RFC6839]] unless it is not considered
meaningful for a user to treat such bundles
as a general ZIP archive.
If an application requires a media-type for a resource, for instance because it is exposing the RO bundle over HTTP, it SHOULD resolve the media type of the resource according to this section.
In order of preference:
mimetype
of the corresponding
(or implied)
<rootfile>
entry.
http://
URI), then its media
type is given by the HTTP Content-Type
,
which may involve content
negotiation.
mediatype
(dc:format
in RDF manifests), if present.
Extension | Media type |
---|---|
.txt |
text/plain; charset="utf-8" |
.ttl |
text/turtle; charset="utf-8" |
.rdf |
application/rdf+xml |
.json |
application/json |
.jsonld |
application/ld+json |
.xml |
application/xml |
application/octet-stream
MAY be assumed.
To avoid confusion with the somewhat overlapping
RO manifest it is NOT
RECOMMENDED to include the
ODF
manifest (META-INF/manifest.xml
) in
RO Bundles or to use the [[ODF]] manifest for resolving media types.
The research object MUST be described
in the file
The file
Identifiers used below are either:
Identifiers with special characters (e.g. space) MUST be URI escaped,
while international characters (e.g. Unicode) MAY be escaped or expressed as an [[IRI]]. The structure of the JSON manifest is given by an JSON Object
with the members:
The file
The higher level
provenance of the research object
(e.g. it's creator and creation date) SHOULD be provided
as additional members, even if the
Additional members detailing the
provenance of the
proxy (i.e. describing who aggregated the resource)
MAY be included (see below).
Other metadata about a proxy (e.g. comments about
why a resource was included),
if present, SHOULD be added as an annotation (see below)
using the proxy identifier as
Additional members detailing the
provenance of every
aggregated resource SHOULD be included (see below).
Other metadata about a resource (e.g. a title or description),
if present, SHOULD be added as an annotation (see below)
using the resource
The order of the values in the
An annotation is specified as an object, which have the
following members:
Additional properties describing the annotation using the
oa: namespace
MAY be added
according to .
The members
Provenance information (describing creators, dates and sources)
SHOULD be provided for these JSON objects in the manifest:
Provenance information MAY also be provided for these JSON
objects in the manifest:
Provenance information is given by the following members:
Additional [[FOAF]] properties (such as
The author SHOULD be a JSON object with the same members and requirements as
for
Additional provenance (curation, contribution, derivation, etc.) MAY be added using the
pav: namespace
according to
or detailed in a separate history provenance trace.
An example of a manifest which is valid JSON-LD is included below:
Manifests following the JSON structure defined in
with a
In order to generate the RDF implied by the manifest, an absolute
base URI
SHOULD be assumed according to with a path element of The content of https://w3id.org/bundle/context
at time of writing is:
As an example of this JSON-LD processing, below is a
N-Quads [[N-Quads]]
representation of the triples expressed by
Applications who support JSON-LD (rather than just JSON)
MAY choose to parse and generate statements
in
Applications generating JSON-LD MAY provide additional items in the
Applications MAY add other properties directly
to JSON Objects defined from
,
but MUST ensure they are valid JSON-LD.
Note that
the RO Bundle JSON-LD context does not specify
the typing of properties outside this specification.
As an example, to provide additional [[FOAF]] properties
for the creator of a file:
Alternatively, additional statements can be made within a
top-level
Note that rather than using the above extension mechanism,
it is generally RECOMMENDED
to instead store such additional statements in
an annotation content
for purposes of provenance and separation of concern. Although
technically valid, it is NOT RECOMMENDED to use the member
In addition to the
If an application is modifying a research object bundle which
contains manifests it can't handle (and thus can't update), the
application SHOULD remove the .ro/manifest.json
as specified
below. Alternative manifests MAY
also be present.
.ro/manifest.json
.ro/manifest.json
, MUST contain
the [[!ORE]] manifest for the research object according to this section.
The file MUST be in JSON format
[[!RFC4627]], and SHOULD be valid [[JSON-LD]].
/.ro/
directory,
which MUST NOT contain the :
character. For
instance manifest.json
or annotations/ann2
.
Depending on how meta-resources are used, the ZIP might or might not include
a corresponding entry for the given path.
/
to indicate the root of the
bundle, for instance /hello.txt
or
/folder2/
. Folders SHOULD have a path
terminating with /
.
The resource identified by the path SHOULD be included as a
corresponding file or directory in the ZIP file.
:
), external to the bundle. For instance
http://www.example.com/external
JSON structure
@context
"https://w3id.org/bundle/context"
.
This value SHOULD be the last item of the list.id
/
indicating the
relative top-level folder as the identifier.
(See .)manifest
.ro/
directory. SHOULD be literal
manifest.json
,
but MAY be a list, in which case the list MUST contain
manifest.json
history
.ro/
directory. This property MAY be present, in
which case it SHOULD be evolution.ttl
,
indicating that the bundle file /.ro/evolution.ttl
contains the provenance trace.
This value MAY be an absolute URI. The property MAY give a list if
several provenance traces are known, in which case the list
SHOULD include evolution.ttl
.
/.ro/evolution.ttl
, if present,
SHOULD include a provenance trace
of this research object
according to the roevo ontology.
history
member is present.
aggregates
uri
. The members are:
uri
/
unless they are relative to the /.ro/
folder. (See prefixes.)
Special characters such as space MUST be URI escaped,
while international characters (e.g. Unicode) MAY be escaped
or expressed as an [[IRI]].
mediatype
file
) resource. This SHOULD be specified
for resource identified by a bundle path
unless its media type is correctly identified
according to
.
conformsTo
http://www.w3.org/TR/SVG11/
bundledAs
uri
bundledAs
object exists.
This identifier should be used if
referring to "resource X as aggregated in research object Y"
within annotations and in external documents.
The proxy identifier SHOULD consist of the prefix urn:uuid:
and
a lowercased UUID string [[RFC4122]], for example:
urn:uuid:d4f09040-272e-467f-9250-59593bd4ac8f
folder
filename
is given, and
MAY be present alone.
The path SHOULD be prefixed with
/
and SHOULD end with /
,
for instance /folder2/
or /
.
The folder SHOULD
be a directory in the zip archive. filename
folder
is also given.
The filename should not contain the characters
/
, :
or \
, but
MAY contain spaces and international characters.
about
.
uri
as about
.
aggregates
list is insignificant, however
the list MUST NOT contain duplicate entries. An entry is considered
duplicate by comparing the uri
value
resolved as an unescaped and
absolute IRI.
annotations
uri
urn:uuid:
and
a lowercased UUID string [[RFC4122]]. For example:
urn:uuid:1a876f9e-4ffe-4c99-a05d-cd9d0cbd4cbb
about
id
, e.g.
"/"
.uri
under aggregates
. uri
of bundledAs
on an aggregated resource.uri
as listed under
annotations
.about
resource is not aggregated, the corresponding content
member SHOULD be an aggregated resource.content
annotations/
, which
MUST exist in the /.ro/annotations/
directory.uri
under aggregates
.about
MUST NOT be an absolute URI that is not aggregated by the
research object.
about
or content
SHOULD
identify at least one resource that is otherwise part of the research
object (e.g. the research object itself, an aggregated resource,
a proxy or another annotation). Annotations are considered
implicitly aggregated by a research object, and
SHOULD NOT be listed under aggregates
of the same research object.
@graph
Provenance information
aggregates
)
bundledAs
)annotations
)
createdOn
createdBy
authoredBy
. The creator SHOULD be an object
with the following members:
name
"John Doe"
or "University of Manchester"
uri
http://example.com/fred#fred
orcid
http://orcid.org/0000-0001-9842-9718
. An ORCID
MAY be present if known, and MUST be a URI.
foaf:homepage
) MAY be added to
according to .
createdOn
. The value MUST be a
xsd:dateTime
formatted timestamp (ISO 8601), and SHOULD include the time zone.createdBy
.
createdBy
, but MAY be a list to indicate
multiple authors.
retrievedFrom
Example manifest.json
JSON-LD and mapping to RO model
"@context": [
"https://w3id.org/bundle/context"
]
is intended to be valid [[JSON-LD]] without any additional
modifications. Mapping .ro/manifest.json
to the
ORE and [[RO]] models in RDF SHOULD be performed according to the
algorithm for conversion
from JSON to RDF, as specified in the JSON-LD API [[!JSON-LD]].
/.ro/manifest.json
.
This is to ensure that paths starting with
/
don't "climb out" of the
bundle root, and so that relative paths
like annotations/soup-properties.ttl
are resolved correctly
within the /.ro/
directory.
For example, generating a random UUID for the RO bundle
and assuming a base URI of
app://9c13b6c1-d053-4889-b42d-691b4a54338e/.ro/manifest.json
then the bundled resource /folder/soup.jpeg
will be
represented in the RDF graph as
app://9c13b6c1-d053-4889-b42d-691b4a54338e/folder/soup.jpeg
.
Example manifest as triples
.ro/manifest.json
from
the example in
,
assuming a base URI of
app://2b9486f0-54d8-4274-b241-7669538b0d2f/.ro/manifest.json
Custom JSON-LD
.ro/manifest.json
according to the [[!JSON-LD]] specifications.
@context
list, but SHOULD include
https://w3id.org/bundle/context
as the last item, to indicate to JSON parsers that
the manifest can be parsed as plain JSON according to
.
Applications SHOULD NOT use @context
at deeper nexting
levels.
{
"@context": [
"https://w3id.org/bundle/context"
],
"id": "/",
"manifest": "manifest.json",
"aggregates": [
{ "uri": "/README.txt",
"createdBy": {
"uri": "http://example.com/foaf#bob",
"name": "Bob Builder",
"foaf:homepage": {
"@id": "http://example.com/bob"
},
"foaf:title": "Dr"
}
}
]
}
@graph
node according to
JSON-LD
Named Graphs.
For example:
{
"@context": [
"https://w3id.org/bundle/context"
],
"id": "/
"manifest": "manifest.json",
"aggregates": [
{ "uri": "http://example.com/blog/2012" },
{ "uri": "http://example.com/blog/2013" }
],
"@graph": [
{ "@id": "http://example.com/blog/2013",
"dcterms:replaces": "http://example.com/blog/2012" },
{ "@id": "http://example.com/blog/2012",
"dcterms:isReplacedBy": "http://example.com/blog/2013" }
]
}
@graph
to embed semantic annotation bodies
within annotations
nodes, as it would duplicate the
content of the annotation body in the bundle and may lead to
inconsistencies.
Alternative manifest representations
.ro/manifest.json
representation
specified in , a
Research Object Bundle MAY include the ORE manifest in
alternative representations like RDF/XML
[[RDF-SYNTAX-GRAMMAR]] and Turtle [[TURTLE]], for instance by
generating them using the conversion
from JSON to RDF algorithm in JSON-LD API [[JSON-LD]].
.ro/manifest
, for instance
.ro/manifest.ttl
for a Turtle representation.
.ro/manifest.json
as the authorative representation of
the research object.
.ro/manifest.json
(see )
META-INF/container.xml
as
<rootfile>
entries with corresponding
media-type
attributes.
.ro/manifest.json
rootfile
entry for those
unsupported manifests, and MAY delete those manifests from the
archive.
Objects in a research object bundle are identified within the
JSON manifest relative to .ro/manifest.json
,
with /
resolving to the root of the ZIP archive.
Prefix | Interpretation |
---|---|
/ | Path relative to root of ZIP archive |
urn:uuid: | UUID according to [[RFC4122]] |
(containing : ) | Absolute URI |
(no prefix) | Path relative to /.ro/ in the ZIP archive |
Due to their nature as ZIP files, Research Object Bundles might
be downloaded, copied, moved and republished. In order to avoid
ambiguity about RO identity and evolution, each Research Object Bundle
serialization is considered to represent unique Research Objects.
Thus any of the prefixes above describing resources within the
bundle are relative to the root of the ZIP file, and the
id
identifying the Research Object is set to
"/"
, meaning the root represents the RO itself.
All identifieres within the manifest are in JSON expressed
as escaped [[IRI]]s.
If the ZIP file contains a filename with escapable characters, e.g.
/folder with spaces/Δfilename-∈unicode.txt
, then this
SHOULD in JSON be expressed as an escaped IRI, e.g.
http://example.com/folder%20with%20spaces/Δfilename-∈unicode
,
but MAY alternatively be expressed as an ASCII-escaped URI, e.g.
/folder%20with%20spaces/%CE%94filename-%E2%88%88unicode.txt
.
If the research object references an absolute URI (e.g. aggregating
or as an annotation body), e.g.
http://www.example.中國/with%20space%20as%20well.txt
,
then this SHOULD in JSON be expressed as an IRI as-is
(preserving IRI escapes for special characters),
or using the [[RFC3492]] punycode DNS name:
http://xn--fiqs8s.example.com
.
The filenames as stored in the ZIP file MUST be a valid UTF-8 filename and SHOULD NOT be URI escaped, as this causes double escaping within the manifest.
Note that IRIs that syntactically differ may be identifying the same resource if they match after comparing them as absolute IRIs within the bundle.
Applications which require an absolute URI for identifying a resource within a Research Object Bundle may choose to use the approach presented in this section in combination with resolving against the prefix table above.
The app: URI scheme [[APP-URI]] proposes how a URI can be formed for the purposes of accessing resources within a ZIP file as if the resources were retrieved from a HTTP server. While this is primary intended for sandboxing HTML applications, it is equally applicable to Research Object bundles for the purposes of sandboxing and for generating a URI independent of the location of the ZIP archive.
The app: URI scheme suggests generating a UUID string [[RFC4122]] for minting the authority, forming the base URI for the RO bundle. For instance, if:
http://example.com/example1.robundlecontains the file
/folder/helloworld.txt
, then
we generate a new UUID
8191dee8-0b8e-452d-8d64-7706a140185e
and
refer to the Research Object as app://8191dee8-0b8e-452d-8d64-7706a140185e/and can refer to its bundled file
/folder/helloworld.txt
as:
app://8191dee8-0b8e-452d-8d64-7706a140185e/folder/helloworld.txt
The type of authority to generate depends on what is the purpose of the absolute URI:
@prefix pav: <http://purl.org/pav/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <app://15259726-dcbb-42ff-8fc6-36282c98d4e6/> pav:retrievedFrom <http://example.com/example1.robundle> ; pav:retrievedOn "2013-05-21T14:24:19Z"^^xsd:dateTime .
6ba7b811-9dad-11d1-80b4-00c04fd430c8
(as
UUID bytes) and the ASCII-escaped version of the
URL. This approach gives
a predictable UUID for a particular URL, even if the
content at the URL might later change. owl:sameAs
relation between the accessed
URI and the generated app:
URI in order
to record the original URI. For instance:
@prefix owl: <http://www.w3.org/2002/07/owl#> . <app://7878e885-327c-5ad4-9868-7338f1f13b3b/> owl:sameAs <http://example.com/example1.robundle> .
Example app base URIs:
app://15259726-dcbb-42ff-8fc6-36282c98d4e6/
UUID v4 using pseduo-random numberapp://7878e885-327c-5ad4-9868-7338f1f13b3b/
UUID v5 of the URL
http://example.com/bundle1.robundle
app://587cff3ae37d58af6886d656623bd91237759a42d8fe1575a9744898c01d97d7/
SHA-256 of an empty RO bundleThanks to Khalid Belhajjame, Graham Klyne and Piotr Hołubowicz for reviewing this specification. The underlying work has been funded as part of the Wf4Ever project, funded by the European Commisson's FP7 programme (FP7-ICT-2007-6 270192). Many thanks to Robin Berjon for making ReSpec.js which generated this page.