Skip to content

Slot: ended_at_time

URI: nmdc:ended_at_time

Applicable Classes

Name Description Modifies Slot
WorkflowExecutionActivity Represents an instance of an execution of a particular workflow yes
MetatranscriptomeAssembly no
Activity Something that occurs over a period of time and acts upon or with entities; i... no
ReadBasedTaxonomyAnalysisActivity A workflow execution activity that performs taxonomy classification using seq... no
ReadQcAnalysisActivity A workflow execution activity that performs quality control on raw Illumina r... no
MetabolomicsAnalysisActivity no
MetaproteomicsAnalysisActivity no
MetagenomeAssembly A workflow execution activity that converts sequencing reads into an assemble... no
NomAnalysisActivity no
MetatranscriptomeAnnotationActivity no
MagsAnalysisActivity A workflow execution activity that uses computational binning tools to group ... no
MetagenomeAnnotationActivity A workflow execution activity that provides functional and structural annotat... no
MetatranscriptomeActivity A metatranscriptome activity that e no
MetagenomeSequencingActivity Initial sequencing activity that precedes any analysis no

Properties

  • Range: String

  • Regex pattern: ^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24\:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$

Identifier and Mapping Information

Schema Source

LinkML Source

name: ended_at_time
notes:
- 'The regex for ISO-8601 format was taken from here: https://www.myintervals.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/
  It may not be complete, but it is good enough for now.'
from_schema: https://w3id.org/nmdc/nmdc
mappings:
- prov:endedAtTime
rank: 1000
domain: Activity
alias: ended_at_time
domain_of:
- Activity
range: string
pattern: ^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24\:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$