From a00fff14dbd37caedb8661f782064c3b32208cda Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:24:44 +0200 Subject: [PATCH 1/4] fix typo --- developers/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/introduction.md b/developers/introduction.md index 098bd64..53cd504 100644 --- a/developers/introduction.md +++ b/developers/introduction.md @@ -6,7 +6,7 @@ description: Developers are spoilt for choice! {% hint style="info" %} **Are you a Validator?** \ -Refer to our Github [documentation](https://github.com/ixofoundation/genesis/blob/main/README.md) for details about setting up a _testnet_ node on`pandora` or a _mainnet_ node on `ixo.` +Refer to our Github [documentation](https://github.com/ixofoundation/genesis/blob/main/README.md) for details about setting up a _testnet_ node on `pandora` or a _mainnet_ node on `ixo.` {% endhint %} {% hint style="info" %} From 422b1b69f8b36ec63999633b9fff7e551be1aaf8 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:26:48 +0200 Subject: [PATCH 2/4] fix typos --- developers/developer-tools/data-asset-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/developer-tools/data-asset-schema.md b/developers/developer-tools/data-asset-schema.md index 6350bb2..6856938 100644 --- a/developers/developer-tools/data-asset-schema.md +++ b/developers/developer-tools/data-asset-schema.md @@ -40,7 +40,7 @@ Add `identifier`, `license`, and `sameAs` for Datasets that provide provenance a | `alternateName` |

Text

Alternative names that have been used to refer to this dataset, such as aliases or abbreviations. Example (in JSON-LD format):

| | `creator` |

Person or Organization

The creator or author of this dataset. To uniquely identify individuals, use ORCID ID as the value of the sameAs property of the Person type. To uniquely identify institutions and organizations, use ROR ID. Example (in JSON-LD format):

| | `citation` |

Text or CreativeWork

Identifies academic articles that are recommended by the data provider be cited in addition to the dataset itself. Provide the citation for the dataset itself with other properties, such as name, identifier,creator, and publisher properties. For example, this property can uniquely identify a related academic publication such as a data descriptor, data paper, or an article for which this dataset is supplementary material for. Examples (in JSON-LD format):

Additional guidelines

| -| `hasPart` or `isPartOf` |

URL or Dataset

If the dataset is a collection of smaller datasets, use the hasPart property to denote such relationship. Conversly, if the dataset is part of a larger dataset, use isPartOf. Both properties can take the form of a URL or a Dataset instance. In case Dataset is used as a value it has to include all of the properties required for a standalone Dataset. Examples:

| +| `hasPart` or `isPartOf` |

URL or Dataset

If the dataset is a collection of smaller datasets, use the hasPart property to denote such relationship. Conversely, if the dataset is part of a larger dataset, use isPartOf. Both properties can take the form of a URL or a Dataset instance. In case Dataset is used as a value it has to include all of the properties required for a standalone Dataset. Examples:

| | `identifier` |

URL, Text, or PropertyValue

An identifier, such as a DOI or a Compact Identifier. If the dataset has more than one identifier, repeat the identifier property. If using JSON-LD, this is represented using JSON list syntax.

| | `keywords` |

Text

Keywords summarizing the dataset.

| | `license` |

URL, CreativeWork

A license under which the dataset is distributed. For example:

Additional guidelines