Skip to content
Merged
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
16 changes: 12 additions & 4 deletions pages/_types/Sample/0.3-DRAFT.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
<th><a>alternateIdentifier</a></th>
<td>
<a href="http://schema.org/Text">Text</a>
<a href="https://schema.org/URL">URL</a>
<a href="http://schema.org/PropertyValue">PropertyValue</a>
</td>
<td>
An additional identifier for the same instance of the resource.
Expand All @@ -66,6 +68,8 @@
<th><a href="https://schema.org/keywords">keywords</a></th>
<td>
<a href="http://schema.org/Text">Text</a>
<a href="http://schema.org/DefinedTerm">DefinedTerm</a>
<a href="http://schema.org/URL">URL</a>
</td>
<td>
Terms that capture the main subjects e.g. cancer, plant biology.
Expand Down Expand Up @@ -117,7 +121,7 @@
</tr>

<tr>
<th><a>processingDate</a></th>
<th><a>dateProcessed</a></th>
<td>
<a href="https://schema.org/Date">Date</a> or<br/>
<a href="https://schema.org/DateTime">DateTime</a>
Expand Down Expand Up @@ -178,7 +182,7 @@
<a href="https://schema.org/Organization">Organization</a>
</td>
<td>
Person or organization that can be contacted for more information or support.
A person or organization that can be contacted for more information or support.
</td>
</tr>

Expand All @@ -197,6 +201,7 @@
<td>
<a href="https://schema.org/Text">Text</a> or<br/>
<a href="https://schema.org/URL">URL</a>
<a href="https://schema.org/DefinedTerm">DefinedTerm</a>
</td>
<td>
Provide description of instruments and devices used in collecting, processing and analysis of samples.
Expand All @@ -219,6 +224,8 @@
<th><a>environmentSystem</a></th>
<td>
<a href="https://schema.org/Text">Text</a>
<a href="https://schema.org/URL">URL</a>
<a href="https://schema.org/DefinedTerm">DefinedTerm</a>
</td>
<td>
A category or description of the habitat that describes elements of an ecosystem where the sample was collected. Where possible use controlled vocabulary such as ENVO.
Expand Down Expand Up @@ -273,9 +280,10 @@
<td>
<a href="https://schema.org/Text">Text</a> or<br/>
<a href="https://schema.org/URL">URL</a>
<a href="https://schema.org/DefinedTerm">DefinedTerm</a>
</td>
<td>
Indicate the type of sample.
Indicate the type of sample. Note that this is intentionally broad to allow different types of specimens, i.e. cells, rock, sand
</td>
</tr>

Expand All @@ -295,7 +303,7 @@
<a href="https://schema.org/Text">Text</a>
</td>
<td>
The processing technique that was applied to the sample, methods used to prepare the samples.
The processing technique that was applied to the sample, methods used to prepare the samples, including SOPs (Standard Operating Procedures)
</td>
</tr>

Expand Down
Loading