Difference between revisions of "Tpso:Arc"

From City Data Model Project Collaboratory
Jump to navigation Jump to search
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Subclass Definition
+
{{Class Definition
|Subclass Of=Arc
 
|Namespace=http://ontology.eil.utoronto.ca/cdm/TransportationSystem/
 
|Definition=equivalentClass ([[manifestationOf]] some [[tpso:ArcPD]]) and ([[manifestationOf]] only [[tpso:ArcPD]])
 
 
 
subClassOf inverse ([[hasNetworkComponent]]) only [[TransportationNetwork]]
 
 
 
subClassOf [[accessesComplex]] only [[Tpso:TransportationComplex]]
 
 
 
subClassOf containsArc only [[tpso:Arc]]
 
 
 
subClassOf [[Manifestation]]
 
 
 
subClassOf supportsMode min 1 Mode
 
 
 
subClassOf associatedComplexLength exactly 1 length
 
 
 
subClassOf hasControl only AccessRestriction
 
 
 
subClassOf hasFreeFlowSpeed max 1 speed
 
 
 
subClassOf hasLaneCapacity exactly 1 CapacityRate
 
 
 
subClassOf hasLinkCapacity max 1 (quantity and
 
(value only ((denominator only ('Cardinality Unit'
 
and ( inverse ('unit of measure') only ( inverse (value) only (cardinality_of only (defined_by only Arc))))))
 
and ('unit of measure' only (numerator only CardinalityUnitPerTime)))))
 
 
 
subClassOf hasNumLanes exactly 1 xsd:integer
 
 
 
subClassOf hasPostedSpeed max 1 speed
 
 
 
subClassOf hasToll only MonetaryValue
 
 
 
subClassOf hasTTI only TTI
 
 
 
subClassOf hasVDF max 1 quantity
 
 
 
subClassOf inMunicipality only Municipality
 
 
|Description=A tpso:Arc is distinct from the concepts that describe the physical infrastructure in a transportation network. An Arc represents the abstract constraints and attributes that exist independent of the physical characteristics.
 
|Description=A tpso:Arc is distinct from the concepts that describe the physical infrastructure in a transportation network. An Arc represents the abstract constraints and attributes that exist independent of the physical characteristics.
 
A tpso:Arc is a kind of [[Manifestation]]; it represents an Arc at a specific moment in time. To support a representation of change over time, the same Arc object (an [[Arc_TimeVariant]]) have multiple [[tpso:Arc]] Manifestations, as depicted in the simplified example below.
 
A tpso:Arc is a kind of [[Manifestation]]; it represents an Arc at a specific moment in time. To support a representation of change over time, the same Arc object (an [[Arc_TimeVariant]]) have multiple [[tpso:Arc]] Manifestations, as depicted in the simplified example below.
Line 61: Line 23:
 
@enduml
 
@enduml
 
</uml>
 
</uml>
|Required by Use Cases=Transportation Planning Travel Demand
+
|Class Diagram Description=In figure "another caption" below, a class diagram illustrates...
|Definition Status=Pending Approval
+
|Interface Specification References=ISO 5087-3 City Data Model Transportation Planning
|Use Case(s)=Arcs are a key concept (nodes being another) required for transportation planning. Arcs are used as input for routing engines as well as to describe and assess the connectivity of a transportation network(s).
+
|Definition Status=Approved
 +
}}
 +
{{Annotation Specification
 +
|Annotation Row={{Annotation Row
 +
|Annotation=rdfs:label
 +
|Value=test label
 +
}}{{Annotation Row
 +
|Annotation=rdfs:comment
 +
|Value=test comment
 +
}}
 +
}}
 +
{{Manchester Specification
 +
|Manchester Row={{Manchester Row
 +
|Property=AccessesComplex
 +
|Restriction=only
 +
|Value=Tpso:RoadSegment
 +
}}{{Manchester Row
 +
|Property=HasNetworkComponent
 +
|Restriction=only
 +
|Value=Node or Test
 +
}}{{Manchester Row
 +
|Property=AccessesComplex
 +
|Restriction=only
 +
|Value=Tpso:Node
 +
}}
 +
|Property=AccessesComplex
 +
|Restriction=only
 +
|Value=TransportationComplex
 +
}}
 +
{{Supplementary Figures
 +
|Figure Row={{Figure Row
 +
|Figure=Test image arcs.png
 +
|Caption=test caption 1
 +
}}{{Figure Row
 +
|Figure=route_class_diagram.png
 +
|Caption=test caption 2
 +
}}
 +
|Figure=Test image arcs.png,route_class_diagram.png,
 +
|Caption=test caption
 
}}
 
}}

Latest revision as of 13:58, 20 June 2021


Pattern

This class has been associated with the following pattern:


Subclass Of

Description

An English description of the definition (what distinguishes this sense of the term?).

A tpso:Arc is distinct from the concepts that describe the physical infrastructure in a transportation network. An Arc represents the abstract constraints and attributes that exist independent of the physical characteristics. A tpso:Arc is a kind of Manifestation; it represents an Arc at a specific moment in time. To support a representation of change over time, the same Arc object (an Arc_TimeVariant) have multiple tpso:Arc Manifestations, as depicted in the simplified example below.

<uml> @startuml

title Example Arc Manifestations

object Arc1_t1 object Arc1_t2 object Arc1_TimeVariant


Arc1_TimeVariant --> Arc1_t1 : hasManifestation Arc1_TimeVariant --> Arc1_t2 : hasManifestation


Arc1_t1 : speed = 80kmph Arc1_t2 : speed = 100kmph


@enduml </uml>

Class Diagram Description

In figure "another caption" below, a class diagram illustrates...

Required by Use Case(s)

(why is this specialized definition needed?)


CDM References

What other classes or properties reference this term?


Interface Specification References

This class has been associated with the following interface specification items: ISO 5087-3 City Data Model Transportation Planning

Sources

Sources considered when developing the class:


Status

Approved

Has Subclass(es)



Annotations

Annotation Value
rdfs:label test label
rdfs:comment test comment


Manchester Syntax Specification

Property Restriction Value
AccessesComplex only Tpso:RoadSegment
HasNetworkComponent only Node or Test
AccessesComplex only Tpso:Node


Supplementary Figures

Figure Caption
Test image arcs.png
test caption 1
Route class diagram.png
test caption 2