You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An RO-Crate packaged with BagIt may be referencing external files which are not present in the RO-Crate Root hierarchy until the BagIt has been completed. This method can be used for files that are large, require authentication or otherwise inconvenient to transfer with the RO-Crate, but which should nevertheless still be considered part of the payload.
Not clear to me what "This method" refers to - specifically the BagIt packaging method, or the general guidance on referencing external files?
Under Self-describing and self-contained (Attached RO-Crates), the last few paragraphs (from "While RO-Crate is well catered for..." onward) are not incorrect, but seem old/out of place relative to the sections before. Could we add a "Summary" heading or similar just above these?
As of 2024-05-23, the CodeMeta URIs do not resolve correctly, but are used here to match the Codemeta JSON-LD context https://w3id.org/codemeta/3.0 (issue #275). The CodeMeta terms maintainer and funding are not mapped, as these are already defined by schema.org.
Is this still true? If so, update the date to the (pre-)release date.
An RO-Crate is described using JSON-LD by an RO-Crate Metadata Document. As explained in section RO-Crate structure this may be stored in an RO-Crate Metadata File. In this section we describe the format of the JSON-LD document.
Suggest this line be moved to the top of the Metadata section, as it would fit better there.
Required Root Data Entity properties have been a point of confusion:
The _Root Data Entity_ MUST have the following properties:
*`@type`: MUST be [Dataset] or an array that contains `Dataset`
*`@id`: SHOULD be the string `./` or an absolute URI (see [below](#root-data-entity-identifier))
*`name`: SHOULD identify the dataset to humans well enough to disambiguate it from other RO-Crates
*`description`: SHOULD further elaborate on the name to provide a summary of the context in which the dataset is important.
*`datePublished`: MUST be a single string value in [ISO 8601 date format][DateTime], SHOULD be specified to at least the precision of a day, and MAY be a timestamp down to the millisecond.
Suggest changing the first line here to "The Root Data Entity MUST have all of the properties listed below. Each property also has requirements that apply to its value:"
data-entities.md - the "Encoding file paths" section is duplicated, once under "Core Metadata for Data Entities" (L240) and once under "Web-based Data Entities" (L357). Which copy should be removed?
Suggest that Referencing RO-Crates be its own section on the Data Entities page, rather than being nested under "Web-based Data Entities", as it is a long section and includes cases where the nested crates aren't web-based. (Won't affect cross-references as long as the heading names are unchanged.)
In the example from Profiles of nested crates the profile is given with a version, not a generic identifier. Is this ok/encouraged? It seems odd for it to be fine for profiles (unless a generic is not available) when we require that the base spec MUST be versionless in the same situation.
The text was updated successfully, but these errors were encountered:
This method here is referring to "may be referencing external files which are not present in the RO-Crate Root hierarchy until the BagIt has been completed."
Questions and suggestions that have come up for me while proofreading the spec. There will probably be more as I continue...
In structure.md, L201:
Not clear to me what "This method" refers to - specifically the BagIt packaging method, or the general guidance on referencing external files?
Under Self-describing and self-contained (Attached RO-Crates), the last few paragraphs (from "While RO-Crate is well catered for..." onward) are not incorrect, but seem old/out of place relative to the sections before. Could we add a "Summary" heading or similar just above these?
metadata.md, L162
Is this still true? If so, update the date to the (pre-)release date.
root-data-entity.md, L39
Suggest this line be moved to the top of the Metadata section, as it would fit better there.
Required Root Data Entity properties have been a point of confusion:
ro-crate/docs/_specification/1.2-DRAFT/root-data-entity.md
Lines 131 to 137 in 4fc0b3a
Suggest changing the first line here to "The Root Data Entity MUST have all of the properties listed below. Each property also has requirements that apply to its value:"
data-entities.md - the "Encoding file paths" section is duplicated, once under "Core Metadata for Data Entities" (L240) and once under "Web-based Data Entities" (L357). Which copy should be removed?
Suggest that Referencing RO-Crates be its own section on the Data Entities page, rather than being nested under "Web-based Data Entities", as it is a long section and includes cases where the nested crates aren't web-based. (Won't affect cross-references as long as the heading names are unchanged.)
In the example from Profiles of nested crates the profile is given with a version, not a generic identifier. Is this ok/encouraged? It seems odd for it to be fine for profiles (unless a generic is not available) when we require that the base spec MUST be versionless in the same situation.
The text was updated successfully, but these errors were encountered: