You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: str = Field(default=..., description="""Human-readable name for the entity or activity.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Configuration',
3424
3427
'MobilePhaseSegment',
@@ -3543,7 +3546,8 @@ class Entity(ConfiguredBaseModel):
name: str = Field(default=..., description="""Human-readable name for the entity or activity.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Configuration',
3549
3553
'MobilePhaseSegment',
@@ -3667,7 +3671,8 @@ class DataProduct(ConfiguredBaseModel):
3667
3671
processedData and future sitePhoto extend this via is_a.
3668
3672
No direct database table, subclasses map to tables.
name: str = Field(default=..., description="""Human-readable name for the entity or activity.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Configuration',
3673
3678
'MobilePhaseSegment',
@@ -6226,7 +6231,8 @@ class DataGenerationActivity(ConfiguredBaseModel):
6226
6231
Abstract base for any data generation activity (physical to digital). Input data should
name: str = Field(default=..., alias="name", description="""Human-readable name for the entity or activity.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Configuration',
3422
3425
'MobilePhaseSegment',
@@ -3541,7 +3544,8 @@ class Entity(ConfiguredBaseModel):
name: str = Field(default=..., alias="name", description="""Human-readable name for the entity or activity.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Configuration',
3547
3551
'MobilePhaseSegment',
@@ -3665,7 +3669,8 @@ class DataProduct(ConfiguredBaseModel):
3665
3669
processedData and future sitePhoto extend this via is_a.
3666
3670
No direct database table, subclasses map to tables.
name: str = Field(default=..., alias="name", description="""Human-readable name for the entity or activity.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Configuration',
3671
3676
'MobilePhaseSegment',
@@ -6224,7 +6229,8 @@ class DataGenerationActivity(ConfiguredBaseModel):
6224
6229
Abstract base for any data generation activity (physical to digital). Input data should
sequence_order: Optional[int] = Field(default=None, alias="sequence_order", description="""Integer ordering within a temporal series for the same analyte.
6230
6236
Lower = earlier in series. Use when acquisition_time alone is insufficient.
@@ -9824,7 +9830,8 @@ class XRayDataGenerationActivity(DataGenerationActivity):
9824
9830
- XRD may optionally link to DataProcessingActivity for Rietveld refinement
9825
9831
- protocol_url should link to vendor SOP or EMSL internal protocol documentation
sequence_order: Optional[int] = Field(default=None, alias="sequence_order", description="""Integer ordering within a temporal series for the same analyte.
9830
9837
Lower = earlier in series. Use when acquisition_time alone is insufficient.
0 commit comments