rdfs:comment"A Property of interest for the automotive domain"@en,
"In a platoon, a property to express that a platoon has a size. This size is defined as 1) the total number of vehicles currently in the platoon (see s4auto:Size class); or 2) Length of the platoon (sum of all vehicles' length + inter-vehicle distance)"@en;
rdfs:comment"A Property of interest for the automotive domain. Relevant types of movement are: Static (position only), moving in same direction (speed, acceleration), moving in reverse direction (speed acceleration), crossing (speed, acceleration, direction)"@en;
rdfs:comment"A Property of interest for the automotive domain. It defines the overall shape of an entity: i.e., Sphere, Torus, Cylinder, Cone, Ellipsoid, Cube, Cuboid, Pyramid, Prism, Multiple shapes"@en;
rdfs:label"Shape"@en.
### https://saref.etsi.org/saref4auto/Size
:Sizerdf:typeowl:Class;
rdfs:subClassOfsaref:Property;
rdfs:subClassOfsaref:Property,
[aowl:Restriction;
owl:onPropertysaref:hasPropertyOfInterest;
owl:allValuesFrom:size
];
rdfs:comment"A Property of interest for the automotive domain. A platoon has a size. Tis size is defined as 1) the total number of vehicles currently in the platoon; or 2) Length of the platoon (sum of all vehicles' length + inter-vehicle distance)"@en;