PROPERTIES
surface-model Properties
Class Diagram
classDiagram
class Class_definition_for_Content
class Class_definition_for_DomainSpecification
class Class_definition_for_Format
class Class_definition_for_Quality
class Class_definition_for_Quantity
class Class_definition_for_SurfaceModel
Class Hierarchy
- Class definition for Content (https://w3id.org/ascs-ev/envited-x/surface-model/v6/Content)
- Class definition for DomainSpecification (https://w3id.org/ascs-ev/envited-x/surface-model/v6/DomainSpecification)
- Class definition for Format (https://w3id.org/ascs-ev/envited-x/surface-model/v6/Format)
- Class definition for Quality (https://w3id.org/ascs-ev/envited-x/surface-model/v6/Quality)
- Class definition for Quantity (https://w3id.org/ascs-ev/envited-x/surface-model/v6/Quantity)
- Class definition for SurfaceModel (https://w3id.org/ascs-ev/envited-x/surface-model/v6/SurfaceModel)
Class Definitions
| Class |
IRI |
Description |
Parents |
| Class definition for Content |
https://w3id.org/ascs-ev/envited-x/surface-model/v6/Content |
Contains properties that describe the content type of the surface model asset. |
Content |
| Class definition for DomainSpecification |
https://w3id.org/ascs-ev/envited-x/surface-model/v6/DomainSpecification |
Surface model DomainSpecification containing additional metadata information of the simulation asset. |
DomainSpecification |
| Class definition for Format |
https://w3id.org/ascs-ev/envited-x/surface-model/v6/Format |
Contains properties that describe the format of the surface model asset. |
Format |
| Class definition for Quality |
https://w3id.org/ascs-ev/envited-x/surface-model/v6/Quality |
Contains properties that describe the accuracy of the surface model asset. |
Quality |
| Class definition for Quantity |
https://w3id.org/ascs-ev/envited-x/surface-model/v6/Quantity |
Contains properties that describe the quantity of the surface model asset. |
Quantity |
| Class definition for SurfaceModel |
https://w3id.org/ascs-ev/envited-x/surface-model/v6/SurfaceModel |
General properties for defining a surface model asset, including format, content, data sources, quantity, and quality attributes. |
SimulationAsset |
Prefixes
SHACL Properties
surface-model:contentType
surface-model:elevationRange
surface-model:hasContent
surface-model:hasDomainSpecification
surface-model:hasGeoreference
surface-model:hasManifest
surface-model:hasQuality
surface-model:hasQuantity
surface-model:hasResourceDescription
surface-model:length
surface-model:mapDataField
surface-model:orientation
surface-model:rampExists
surface-model:resolutionLateral
surface-model:resolutionLongitudinal
surface-model:version
| Shape |
Property prefix |
Property |
MinCount |
MaxCount |
Description |
Datatype/NodeKind |
Filename |
| SurfaceModelShape |
surface-model |
hasResourceDescription |
1 |
1 |
|
|
surface-model.shacl.ttl |
| SurfaceModelShape |
surface-model |
hasDomainSpecification |
1 |
1 |
|
|
surface-model.shacl.ttl |
| SurfaceModelShape |
surface-model |
hasManifest |
1 |
1 |
|
|
surface-model.shacl.ttl |
| DomainSpecificationShape |
surface-model |
hasContent |
1 |
1 |
Attributes describing the content type of the surface model. |
|
surface-model.shacl.ttl |
| DomainSpecificationShape |
surface-model |
hasFormat |
1 |
1 |
File format details of the surface model. |
|
surface-model.shacl.ttl |
| DomainSpecificationShape |
surface-model |
hasQuality |
1 |
1 |
Quality metrics of the surface model. |
|
surface-model.shacl.ttl |
| DomainSpecificationShape |
surface-model |
hasQuantity |
1 |
1 |
Quantitative metrics describing the surface model. |
|
surface-model.shacl.ttl |
| DomainSpecificationShape |
surface-model |
hasGeoreference |
1 |
1 |
Georeferencing information for the surface model. |
|
surface-model.shacl.ttl |
| ContentShape |
surface-model |
contentType |
|
1 |
Specifies the content type (e.g., height, friction) used in the surface-model asset. |
http://www.w3.org/2001/XMLSchema#string |
surface-model.shacl.ttl |
| FormatShape |
surface-model |
formatType |
|
1 |
Defines the format type of the surface model asset. |
|
surface-model.shacl.ttl |
| FormatShape |
surface-model |
version |
|
1 |
Defines the version of the surface model's format. |
http://www.w3.org/2001/XMLSchema#string |
surface-model.shacl.ttl |
| QualityShape |
surface-model |
resolutionLongitudinal |
|
1 |
Specifies the longitudinal resolution (s) in meters. |
http://www.w3.org/2001/XMLSchema#float |
surface-model.shacl.ttl |
| QualityShape |
surface-model |
orientation |
|
1 |
Specifies the alignment at the starting position in radians. |
http://www.w3.org/2001/XMLSchema#float |
surface-model.shacl.ttl |
| QualityShape |
surface-model |
platformExists |
|
1 |
Indicates whether a horizontal start platform exists. |
http://www.w3.org/2001/XMLSchema#boolean |
surface-model.shacl.ttl |
| QualityShape |
surface-model |
rampExists |
|
1 |
Indicates whether there is a smooth ramp from the platform to the road. |
http://www.w3.org/2001/XMLSchema#boolean |
surface-model.shacl.ttl |
| QualityShape |
surface-model |
resolutionLateral |
|
1 |
Specifies the lateral resolution (t) in meters. |
http://www.w3.org/2001/XMLSchema#float |
surface-model.shacl.ttl |
| QuantityShape |
surface-model |
mapDataField |
|
1 |
Indicates whether the projection system is included in the dataset. |
http://www.w3.org/2001/XMLSchema#boolean |
surface-model.shacl.ttl |
| QuantityShape |
surface-model |
elevationRange |
|
1 |
Indicates the difference between the maximum and minimum elevation values in meters. |
http://www.w3.org/2001/XMLSchema#float |
surface-model.shacl.ttl |
| QuantityShape |
surface-model |
length |
|
1 |
Defines the total length of all elements in kilometers. |
http://www.w3.org/2001/XMLSchema#float |
surface-model.shacl.ttl |