Class: StandardFileTimeseries¶
A StandardFileTimeseries represents time-varying data for a single contiguous time interval. The data is provided in an external file referenced in the StandardFileTimeseries. The data within the external file is encoded according to a dedicated format for the representation of timeseries data such as using the OGC TimeseriesML or OGC Observations & Measurements Standard. The data type of the data has to be specified within the external file.
URI: citygml:StandardFileTimeseries
classDiagram
class StandardFileTimeseries
click StandardFileTimeseries href "../StandardFileTimeseries/"
AbstractAtomicTimeseries <|-- StandardFileTimeseries
click AbstractAtomicTimeseries href "../AbstractAtomicTimeseries/"
StandardFileTimeseries : adeOfAbstractAtomicTimeseries
StandardFileTimeseries --> "*" ADEOfAbstractAtomicTimeseries : adeOfAbstractAtomicTimeseries
click ADEOfAbstractAtomicTimeseries href "../ADEOfAbstractAtomicTimeseries/"
StandardFileTimeseries : adeOfAbstractFeature
StandardFileTimeseries --> "*" ADEOfAbstractFeature : adeOfAbstractFeature
click ADEOfAbstractFeature href "../ADEOfAbstractFeature/"
StandardFileTimeseries : adeOfAbstractTimeseries
StandardFileTimeseries --> "*" ADEOfAbstractTimeseries : adeOfAbstractTimeseries
click ADEOfAbstractTimeseries href "../ADEOfAbstractTimeseries/"
StandardFileTimeseries : adeOfStandardFileTimeseries
StandardFileTimeseries --> "*" ADEOfStandardFileTimeseries : adeOfStandardFileTimeseries
click ADEOfStandardFileTimeseries href "../ADEOfStandardFileTimeseries/"
StandardFileTimeseries : description
StandardFileTimeseries : featureID
StandardFileTimeseries --> "1" ID : featureID
click ID href "../ID/"
StandardFileTimeseries : fileLocation
StandardFileTimeseries : fileType
StandardFileTimeseries --> "1" StandardFileTypeValue : fileType
click StandardFileTypeValue href "../StandardFileTypeValue/"
StandardFileTimeseries : firstTimestamp
StandardFileTimeseries : identifier
StandardFileTimeseries : lastTimestamp
StandardFileTimeseries : mimeType
StandardFileTimeseries --> "0..1" MimeTypeValue : mimeType
click MimeTypeValue href "../MimeTypeValue/"
StandardFileTimeseries : name
StandardFileTimeseries : observationProperty
StandardFileTimeseries : uom
Inheritance¶
- AbstractFeature
- AbstractTimeseries
- AbstractAtomicTimeseries
- StandardFileTimeseries
- AbstractAtomicTimeseries
- AbstractTimeseries
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| fileLocation | 1 Uri |
Specifies the URI that points to the external timeseries file | direct |
| fileType | 1 StandardFileTypeValue |
Specifies the format used to represent the timeseries data | direct |
| mimeType | 0..1 MimeTypeValue |
Specifies the MIME type of the external timeseries file | direct |
| adeOfStandardFileTimeseries | * ADEOfStandardFileTimeseries |
Augments the StandardFileTimeseries with properties defined in an ADE | direct |
| observationProperty | 1 String |
Specifies the phenomenon for which the atomic timeseries provides observation... | AbstractAtomicTimeseries |
| uom | 0..1 String |
Specifies the unit of measurement of the observation values | AbstractAtomicTimeseries |
| adeOfAbstractAtomicTimeseries | * ADEOfAbstractAtomicTimeseries |
Augments AbstractAtomicTimeseries with properties defined in an ADE | AbstractAtomicTimeseries |
| firstTimestamp | 0..1 String |
Specifies the beginning of the timeseries | AbstractTimeseries |
| lastTimestamp | 0..1 String |
Specifies the end of the timeseries | AbstractTimeseries |
| adeOfAbstractTimeseries | * ADEOfAbstractTimeseries |
Augments AbstractTimeseries with properties defined in an ADE | AbstractTimeseries |
| featureID | 1 ID |
AbstractFeature | |
| identifier | 0..1 String |
AbstractFeature | |
| name | * String |
AbstractFeature | |
| description | 0..1 String |
AbstractFeature | |
| adeOfAbstractFeature | * ADEOfAbstractFeature |
Augments AbstractFeature with properties defined in an ADE | AbstractFeature |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:StandardFileTimeseries |
| native | citygml:StandardFileTimeseries |
LinkML Source¶
Direct¶
name: StandardFileTimeseries
description: A StandardFileTimeseries represents time-varying data for a single contiguous
time interval. The data is provided in an external file referenced in the StandardFileTimeseries.
The data within the external file is encoded according to a dedicated format for
the representation of timeseries data such as using the OGC TimeseriesML or OGC
Observations & Measurements Standard. The data type of the data has to be specified
within the external file.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractAtomicTimeseries
abstract: false
attributes:
fileLocation:
name: fileLocation
description: Specifies the URI that points to the external timeseries file.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- StandardFileTimeseries
- TabulatedFileTimeseries
range: uri
required: true
multivalued: false
fileType:
name: fileType
description: Specifies the format used to represent the timeseries data.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- StandardFileTimeseries
- TabulatedFileTimeseries
range: StandardFileTypeValue
required: true
multivalued: false
mimeType:
name: mimeType
description: Specifies the MIME type of the external timeseries file.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- StandardFileTimeseries
- TabulatedFileTimeseries
- PointCloud
- AbstractTexture
- ImplicitGeometry
range: MimeTypeValue
required: false
multivalued: false
adeOfStandardFileTimeseries:
name: adeOfStandardFileTimeseries
description: Augments the StandardFileTimeseries with properties defined in an
ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- StandardFileTimeseries
range: ADEOfStandardFileTimeseries
required: false
multivalued: true
Induced¶
name: StandardFileTimeseries
description: A StandardFileTimeseries represents time-varying data for a single contiguous
time interval. The data is provided in an external file referenced in the StandardFileTimeseries.
The data within the external file is encoded according to a dedicated format for
the representation of timeseries data such as using the OGC TimeseriesML or OGC
Observations & Measurements Standard. The data type of the data has to be specified
within the external file.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractAtomicTimeseries
abstract: false
attributes:
fileLocation:
name: fileLocation
description: Specifies the URI that points to the external timeseries file.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: fileLocation
owner: StandardFileTimeseries
domain_of:
- StandardFileTimeseries
- TabulatedFileTimeseries
range: uri
required: true
multivalued: false
fileType:
name: fileType
description: Specifies the format used to represent the timeseries data.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: fileType
owner: StandardFileTimeseries
domain_of:
- StandardFileTimeseries
- TabulatedFileTimeseries
range: StandardFileTypeValue
required: true
multivalued: false
mimeType:
name: mimeType
description: Specifies the MIME type of the external timeseries file.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: mimeType
owner: StandardFileTimeseries
domain_of:
- StandardFileTimeseries
- TabulatedFileTimeseries
- PointCloud
- AbstractTexture
- ImplicitGeometry
range: MimeTypeValue
required: false
multivalued: false
adeOfStandardFileTimeseries:
name: adeOfStandardFileTimeseries
description: Augments the StandardFileTimeseries with properties defined in an
ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfStandardFileTimeseries
owner: StandardFileTimeseries
domain_of:
- StandardFileTimeseries
range: ADEOfStandardFileTimeseries
required: false
multivalued: true
observationProperty:
name: observationProperty
description: Specifies the phenomenon for which the atomic timeseries provides
observation values.
from_schema: https://www.ogc.org/standards/citygml
alias: observationProperty
owner: StandardFileTimeseries
domain_of:
- SensorConnection
- AbstractAtomicTimeseries
range: string
required: true
multivalued: false
uom:
name: uom
description: Specifies the unit of measurement of the observation values.
from_schema: https://www.ogc.org/standards/citygml
alias: uom
owner: StandardFileTimeseries
domain_of:
- SensorConnection
- AbstractAtomicTimeseries
- MeasureOrNilReasonList
range: string
required: false
multivalued: false
adeOfAbstractAtomicTimeseries:
name: adeOfAbstractAtomicTimeseries
description: Augments AbstractAtomicTimeseries with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractAtomicTimeseries
owner: StandardFileTimeseries
domain_of:
- AbstractAtomicTimeseries
range: ADEOfAbstractAtomicTimeseries
required: false
multivalued: true
firstTimestamp:
name: firstTimestamp
description: Specifies the beginning of the timeseries.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: firstTimestamp
owner: StandardFileTimeseries
domain_of:
- AbstractTimeseries
range: string
required: false
multivalued: false
lastTimestamp:
name: lastTimestamp
description: Specifies the end of the timeseries.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lastTimestamp
owner: StandardFileTimeseries
domain_of:
- AbstractTimeseries
range: string
required: false
multivalued: false
adeOfAbstractTimeseries:
name: adeOfAbstractTimeseries
description: Augments AbstractTimeseries with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractTimeseries
owner: StandardFileTimeseries
domain_of:
- AbstractTimeseries
range: ADEOfAbstractTimeseries
required: false
multivalued: true
featureID:
name: featureID
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: featureID
owner: StandardFileTimeseries
domain_of:
- AbstractFeature
range: ID
required: true
multivalued: false
identifier:
name: identifier
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: identifier
owner: StandardFileTimeseries
domain_of:
- AbstractFeature
range: string
required: false
multivalued: false
name:
name: name
from_schema: https://www.ogc.org/standards/citygml
alias: name
owner: StandardFileTimeseries
domain_of:
- CodeAttribute
- DateAttribute
- DoubleAttribute
- GenericAttributeSet
- IntAttribute
- MeasureAttribute
- StringAttribute
- UriAttribute
- AbstractFeature
range: string
required: false
multivalued: true
description:
name: description
from_schema: https://www.ogc.org/standards/citygml
alias: description
owner: StandardFileTimeseries
domain_of:
- ConstructionEvent
- AbstractFeature
range: string
required: false
multivalued: false
adeOfAbstractFeature:
name: adeOfAbstractFeature
description: Augments AbstractFeature with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractFeature
owner: StandardFileTimeseries
domain_of:
- AbstractFeature
range: ADEOfAbstractFeature
required: false
multivalued: true