Skip to content

Commit

Permalink
Merge pull request #355 from elichad/fix-typos
Browse files Browse the repository at this point in the history
Fix minor errors in spec
  • Loading branch information
stain authored Sep 11, 2024
2 parents d92d9f1 + c5562f0 commit 1466481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/_includes/references.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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
Expand Down Expand Up @@ -238,4 +238,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

2 changes: 1 addition & 1 deletion docs/_specification/1.1/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/_specification/1.2-DRAFT/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1466481

Please sign in to comment.