From 1ab25b728e399f31b6b08dfa5aa1038cdc4b6dd7 Mon Sep 17 00:00:00 2001 From: Eli Chadwick Date: Wed, 11 Sep 2024 17:41:24 +0100 Subject: [PATCH 1/2] [#304] ProgrammingLanguage type -> ComputerLanguage --- docs/_specification/1.1/workflows.md | 2 +- docs/_specification/1.2-DRAFT/workflows.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_specification/1.1/workflows.md b/docs/_specification/1.1/workflows.md index bf2a5891..53a4eaf5 100644 --- a/docs/_specification/1.1/workflows.md +++ b/docs/_specification/1.1/workflows.md @@ -308,7 +308,7 @@ The below is an example of an RO-Crate complying with the Bioschemas [Computatio }, { "@id": "#knime", - "@type": "ProgrammingLanguage", + "@type": "ComputerLanguage", "name": "KNIME Analytics Platform", "alternateName": "KNIME", "url": "https://www.knime.com/whats-new-in-knime-41", diff --git a/docs/_specification/1.2-DRAFT/workflows.md b/docs/_specification/1.2-DRAFT/workflows.md index ef12563b..00c515a2 100644 --- a/docs/_specification/1.2-DRAFT/workflows.md +++ b/docs/_specification/1.2-DRAFT/workflows.md @@ -318,7 +318,7 @@ The below is an example of an RO-Crate complying with the Bioschemas [Computatio }, { "@id": "#knime", - "@type": "ProgrammingLanguage", + "@type": "ComputerLanguage", "name": "KNIME Analytics Platform", "alternateName": "KNIME", "url": "https://www.knime.com/whats-new-in-knime-41", From c5562f02912878d069caaffba9dfed77f9800231 Mon Sep 17 00:00:00 2001 From: Eli Chadwick Date: Wed, 11 Sep 2024 17:47:26 +0100 Subject: [PATCH 2/2] [#343] update arcp link --- docs/_includes/references.liquid | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_includes/references.liquid b/docs/_includes/references.liquid index 7d2ad7cc..24854a6d 100644 --- a/docs/_includes/references.liquid +++ b/docs/_includes/references.liquid @@ -86,7 +86,7 @@ and is also rendered into the end of the PDF. [Apache Jena]: https://jena.apache.org/ [Fuseki]: https://jena.apache.org/documentation/fuseki2/ [RDF 1.1 note on IRIs]: https://www.w3.org/TR/rdf11-concepts/#note-iris -[ARCP]: https://tools.ietf.org/id/draft-soilandreyes-arcp-03.html +[ARCP]: https://datatracker.ietf.org/doc/id/draft-soilandreyes-arcp-03 [ARCP BagIt]: https://tools.ietf.org/html/draft-soilandreyes-arcp-03#appendix-A.4 [media type]: https://www.iana.org/assignments/media-types [JSON-LD media type]: https://www.w3.org/TR/json-ld/#application-ld-json @@ -237,4 +237,3 @@ and is also rendered into the end of the PDF. [Profiles Vocabulary]: https://www.w3.org/TR/2019/NOTE-dx-prof-20191218/ [Profile]: https://www.w3.org/TR/dx-prof/#Class:Profile -