diff --git a/docs/_specification/1.3-DRAFT/examples/rainfall-1.3.0/ro-crate-metadata.json b/docs/_specification/1.3-DRAFT/examples/rainfall-1.3.0/ro-crate-metadata.json deleted file mode 100644 index 2a0680e9..00000000 --- a/docs/_specification/1.3-DRAFT/examples/rainfall-1.3.0/ro-crate-metadata.json +++ /dev/null @@ -1,48 +0,0 @@ -{ "@context": "https://w3id.org/ro/crate/1.3-DRAFT/context", - "@graph": [ - { - "@id": "ro-crate-metadata.json", - "@type": "CreativeWork", - "conformsTo": {"@id": "https://w3id.org/ro/crate/1.3-DRAFT"}, - "about": {"@id": "./"} - }, - { - "@id": "./", - "@type": "Dataset", - "name": "Example dataset for RO-Crate specification", - "description": "Official rainfall readings for Katoomba, NSW 2022, Australia", - "datePublished": "2022-12-01", - "license": { "@id": "http://spdx.org/licenses/CC0-1.0" }, - "publisher": {"@id": "https://ror.org/04dkp1p98"}, - "hasPart": [ {"@id": "data.csv"} ] - }, - { - "@id": "data.csv", - "@type": "File", - "name": "Rainfall data for Katoomba, NSW Australia February 2022", - "encodingFormat": "text/csv", - "license": { "@id": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/" } - }, - { - "@id": "https://ror.org/04dkp1p98", - "@type": "Organization", - "name": "Bureau of Meteorology", - "description": "Australian Government Bureau of Meteorology", - "url": "http://www.bom.gov.au/" - }, - { - "@id": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/", - "@type": "CreativeWork", - "name": "CC BY-NC-SA 3.0 AU", - "description": "Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Australia" - }, - { - "@id": "http://spdx.org/licenses/CC0-1.0", - "@type": "CreativeWork", - "description": "This is a human-readable summary of the Legal Code (read the full text).\n\nNo Copyright\n\n The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.\n\n You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below.\n\nThis license is acceptable for Free Cultural Works.\nOther Information\n\n In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.\n Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law.\n When using or citing the work, you should not imply endorsement by the author or the affirmer.\n", - "identifier": "CC0-1.0", - "name": "Creative Commons Zero v1.0 Universal", - "url": "https://creativecommons.org/publicdomain/zero/1.0/" -} - ] -} \ No newline at end of file diff --git a/docs/_specification/1.3-DRAFT/_metadata.liquid b/docs/_specification/1.4-DRAFT/_metadata.liquid similarity index 95% rename from docs/_specification/1.3-DRAFT/_metadata.liquid rename to docs/_specification/1.4-DRAFT/_metadata.liquid index c564e2be..9871b71e 100644 --- a/docs/_specification/1.3-DRAFT/_metadata.liquid +++ b/docs/_specification/1.4-DRAFT/_metadata.liquid @@ -1,18 +1,18 @@ -# RO-Crate Metadata Specification 1.3-DRAFT +# RO-Crate Metadata Specification 1.4-DRAFT * Status: Editor's Draft -* JSON-LD context: -* This version: -* Alternate formats: [Web pages](https://www.researchobject.org/ro-crate/specification/1.3-DRAFT/), +* JSON-LD context: +* This version: +* Alternate formats: [Web pages](https://www.researchobject.org/ro-crate/specification/1.4-DRAFT/), [single-page HTML](https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.html), [PDF](https://github.com/ResearchObject/ro-crate/releases/download/TAG/ro-crate-TAG.pdf), [RO-Crate JSON-LD](ro-crate-metadata.json), [RO-Crate HTML](ro-crate-preview.html) -* Previous version: +* Previous version: * Cite as: (any version) * Editors: [Peter Sefton](https://orcid.org/0000-0002-3545-944X), [Stian Soiland-Reyes](https://orcid.org/0000-0001-9842-9718), [Eli Chadwick](https://orcid.org/0000-0002-0035-6475) @@ -41,6 +41,6 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -**Note**: The RO-Crate [JSON-LD context](https://w3id.org/ro/crate/1.3-DRAFT/context) and JSON-LD examples within this specification are distributed under [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication][CC0]. +**Note**: The RO-Crate [JSON-LD context](https://w3id.org/ro/crate/1.4-DRAFT/context) and JSON-LD examples within this specification are distributed under [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication][CC0]. > The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted as described in [RFC 2119]. diff --git a/docs/_specification/1.3-DRAFT/appendix/changelog.md b/docs/_specification/1.4-DRAFT/appendix/changelog.md similarity index 99% rename from docs/_specification/1.3-DRAFT/appendix/changelog.md rename to docs/_specification/1.4-DRAFT/appendix/changelog.md index 52fc0170..d178c822 100644 --- a/docs/_specification/1.3-DRAFT/appendix/changelog.md +++ b/docs/_specification/1.4-DRAFT/appendix/changelog.md @@ -1,9 +1,9 @@ --- title: Changelog redirect_from: - - /1.3-DRAFT/appendix/changelog + - /1.4-DRAFT/appendix/changelog parent: Appendix -grand_parent: RO-Crate 1.3-DRAFT +grand_parent: RO-Crate 1.4-DRAFT nav_order: 30 excerpt: List of changes in releases of this specifications --- diff --git a/docs/_specification/1.3-DRAFT/appendix/implementation-notes.md b/docs/_specification/1.4-DRAFT/appendix/implementation-notes.md similarity index 99% rename from docs/_specification/1.3-DRAFT/appendix/implementation-notes.md rename to docs/_specification/1.4-DRAFT/appendix/implementation-notes.md index 406473b9..c07ce653 100644 --- a/docs/_specification/1.3-DRAFT/appendix/implementation-notes.md +++ b/docs/_specification/1.4-DRAFT/appendix/implementation-notes.md @@ -2,9 +2,9 @@ title: Implementation notes description: Guidance on programming with JSON-LD, combining RO-Crate with other packaging schemes, and repository-specific identifiers redirect_from: - - /1.3-DRAFT/appendix/implementation-notes + - /1.4-DRAFT/appendix/implementation-notes parent: Appendix -grand_parent: RO-Crate 1.3-DRAFT +grand_parent: RO-Crate 1.4-DRAFT nav_order: 21 ---