From 329795e7c8405953e287447c2fa649ff1cc9832a Mon Sep 17 00:00:00 2001 From: Nicholas Jarboe Date: Tue, 28 Jun 2022 13:57:15 -0600 Subject: [PATCH] Update Dataset.md fixed typo --- guides/Dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/Dataset.md b/guides/Dataset.md index f3099d1..ebede08 100644 --- a/guides/Dataset.md +++ b/guides/Dataset.md @@ -316,7 +316,7 @@ Or as a URL: } -However, if the identifier is a persistent identifier such as a DOI, ARK, or accession nmumber, then the best way to represent these identifiers is by using a [schema:PropertyValue](https://schema.org/PropertyValue). The PropertyValue allows for more information about the identifier to be represented such as the identifier type or scheme, the identifier's value, it's URL and more. Because of this flexibility, we recommend using PropertyValue for all identifier types. +However, if the identifier is a persistent identifier such as a DOI, ARK, or accession number, then the best way to represent these identifiers is by using a [schema:PropertyValue](https://schema.org/PropertyValue). The PropertyValue allows for more information about the identifier to be represented such as the identifier type or scheme, the identifier's value, it's URL and more. Because of this flexibility, we recommend using PropertyValue for all identifier types. [schema:Dataset](https://schema.org/Dataset) also defines a field for the [schema:citation](https://schema.org/citation) as either text or a [schema:CreativeWork](https://schema.org/CreativeWork). To provide citation text: