result_time
Slot: result_time
Date on which the sample was collected. Can be YYYY, YYYY-MM, xsd:date, or xsd:dateTime.
URI: isam:result_time
Applicable Classes
Name | Description |
---|---|
SamplingEvent | Information about the event resulting in the creation of the material sample. Include information about permitting in the authorized_by property. The sampling procedure should be described in the description. If any special protocols were followed in the sampling procedure, they should be documented using the MaterialSampleRecord/complies_with property. |
Properties
- Range: xsd:string
- Multivalued: None
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/isample/schema/1.0
LinkML Source
name: result_time
description: 'Date on which the sample was collected. Can be YYYY, YYYY-MM, xsd:date,
or xsd:dateTime.
'
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
domain: SamplingEvent
alias: result_time
domain_of:
- SamplingEvent
range: string
any_of:
- range: date
- range: datetime
- pattern: ^(?:[1]?[0-9]{3}|20[0-2][0-9])$
- pattern: ^(?:[1]?[0-9]{3}|20[0-2][0-9])-(?:0[1-9]|1[0-2])$