Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions developers/developer-tools/data-asset-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add `identifier`, `license`, and `sameAs` for Datasets that provide provenance a
| `alternateName` | <p><a href="https://schema.org/Text"><code>Text</code></a></p><p>Alternative names that have been used to refer to this dataset, such as aliases or abbreviations. Example (in JSON-LD format):</p> |
| `creator` | <p><a href="https://schema.org/Person"><code>Person</code></a> or <a href="https://schema.org/Organization"><code>Organization</code></a></p><p>The creator or author of this dataset. To uniquely identify individuals, use <a href="https://orcid.org">ORCID ID</a> as the value of the <code>sameAs</code> property of the <code>Person</code> type. To uniquely identify institutions and organizations, use <a href="https://ror.org">ROR ID</a>. Example (in JSON-LD format):</p> |
| `citation` | <p><a href="https://schema.org/Text"><code>Text</code></a> or <a href="https://schema.org/CreativeWork"><code>CreativeWork</code></a></p><p>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 <code>name</code>, <code>identifier</code>,<code>creator</code>, and <code>publisher</code> 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):</p><p><strong>Additional guidelines</strong></p><ul><li>Don’t use this property to provide citation information for the dataset itself. It is intended to identify related academic articles, not the dataset itself. To provide information necessary to cite the dataset itself use <code>name</code>, <code>identifier</code>, <code>creator</code>, and <code>publisher</code> properties instead.</li><li><p>When populating the citation property with a citation snippet, provide the article identifier (such as a DOI) whenever possible.</p><p>Recommended: <code>"Doe J (2014) Influence of X. Biomics 1(1). https://doi.org/10.1111/111"</code></p><p>Not recommended: <code>"Doe J (2014) Influence of X. Biomics 1(1)."</code></p></li></ul> |
| `hasPart` or `isPartOf` | <p><a href="https://schema.org/URL"><code>URL</code></a> or <a href="https://schema.org/Dataset"><code>Dataset</code></a></p><p>If the dataset is a collection of smaller datasets, use the <code>hasPart</code> property to denote such relationship. Conversly, if the dataset is part of a larger dataset, use <code>isPartOf</code>. Both properties can take the form of a URL or a <code>Dataset</code> instance. In case <code>Dataset</code> is used as a value it has to include all of the properties required for a standalone <code>Dataset</code>. Examples:</p> |
| `hasPart` or `isPartOf` | <p><a href="https://schema.org/URL"><code>URL</code></a> or <a href="https://schema.org/Dataset"><code>Dataset</code></a></p><p>If the dataset is a collection of smaller datasets, use the <code>hasPart</code> property to denote such relationship. Conversely, if the dataset is part of a larger dataset, use <code>isPartOf</code>. Both properties can take the form of a URL or a <code>Dataset</code> instance. In case <code>Dataset</code> is used as a value it has to include all of the properties required for a standalone <code>Dataset</code>. Examples:</p> |
| `identifier` | <p><a href="https://schema.org/URL"><code>URL</code></a>, <a href="https://schema.org/Text"><code>Text</code></a>, or <a href="https://schema.org/PropertyValue">PropertyValue</a></p><p>An identifier, such as a DOI or a Compact Identifier. If the dataset has more than one identifier, repeat the <code>identifier</code> property. If using JSON-LD, this is represented using JSON list syntax.</p> |
| `keywords` | <p><a href="https://schema.org/Text"><code>Text</code></a></p><p>Keywords summarizing the dataset.</p> |
| `license` | <p><a href="https://schema.org/URL"><code>URL</code></a>, <a href="https://schema.org/CreativeWork"><code>CreativeWork</code></a></p><p>A license under which the dataset is distributed. For example:</p><p><strong>Additional guidelines</strong></p><ul><li><p>Provide a URL that unambiguously identifies a specific version of the license used.</p><p>Recommended</p><pre><code>"license" : "https://creativecommons.org/licenses/by/4.0"
Expand All @@ -49,7 +49,7 @@ Add `identifier`, `license`, and `sameAs` for Datasets that provide provenance a
| `sameAs` | <p><a href="https://schema.org/URL"><code>URL</code></a></p><p>URL of a reference Web page that unambiguously indicates the dataset's identity, usually in a different repository.</p> |
| `spatialCoverage` | <p><a href="https://schema.org/Text"><code>Text</code></a>, <a href="https://schema.org/Place">Place</a></p><p>You can provide a single point that describes the spatial aspect of the dataset. Only include this property if the dataset has a spatial dimension. For example, a single point where all the measurements were collected, or the coordinates of a bounding box for an area.</p><p><strong>Points</strong></p><p><strong>Shapes</strong></p><p>Use <a href="https://schema.org/GeoShape">GeoShape</a> to describe areas of different shapes. For example, to specify a bounding box.</p><p><strong>Points inside <code>box</code>, <code>circle</code>, <code>line</code>, or <code>polygon</code> properties must be expressed as a space separated pair of two values corresponding to latitude and longitude (in that order).</strong></p><p><strong>Named locations</strong></p> |
| `temporalCoverage` | <p><a href="https://schema.org/Text"><code>Text</code></a></p><p>The data in the dataset covers a specific time interval. Only include this property if the dataset has a temporal dimension. Schema.org uses the ISO 8601 standard to describe time intervals and time points. You can describe dates differently depending upon the dataset interval. Indicate open-ended intervals with two decimal points (<code>..</code>).</p><p><strong>Single date</strong></p><p><strong>Time period</strong></p><p><strong>Open-ended time period</strong></p> |
| `variableMeasured` | <p><a href="https://schema.org/Text"><code>Text</code></a>, <a href="https://schema.org/PropertyValue"><code>PropertyValue</code></a></p><p>The variable that this dataset measures. For example, temperature or pressure.The <a href="https://pending.webschemas.org/variableMeasured"><code>variableMeasured</code></a> property is proposed and pending standardization at schema.org. We encourage publishers to share any feedback on this property with the schema.org community.</p> |
| `variableMeasured` | <p><a href="https://schema.org/Text"><code>Text</code></a>, <a href="https://schema.org/PropertyValue"><code>PropertyValue</code></a></p><p>The variable that this dataset measures. For example, temperature or pressure. The <a href="https://pending.webschemas.org/variableMeasured"><code>variableMeasured</code></a> property is proposed and pending standardization at schema.org. We encourage publishers to share any feedback on this property with the schema.org community.</p> |
| `version` | <p><a href="https://schema.org/Text"><code>Text</code></a>, <a href="https://schema.org/Number"><code>Number</code></a></p><p>The version number for the dataset.</p> |
| `url` | <p><a href="https://schema.org/URL"><code>URL</code></a></p><p>Location of a page describing the dataset.</p> |

Expand Down
Loading