s4auto:isComposedOf — is composed of

IRI
https://saref.etsi.org/saref4auto/isComposedOf
Is defined by
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/Acceleration3d#
https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#
https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#
https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#
https://saref.etsi.org/saref4auto/v2.1.1/example/Position_CartesianPosition#
https://saref.etsi.org/saref4auto/v2.1.1/example/Position_DeltaReferencePosition#
https://saref.etsi.org/saref4auto/v2.1.1/example/Position_PolarPositionWithZ#
https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_CircularShape#
https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_PolygonalShape#
https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_RectangularShape#
https://saref.etsi.org/saref4auto/v2.1.1/example/VehicleEnvironment#
https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#
https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#
https://saref.etsi.org/saref4auto/v2.1.1/example/Velocity3d#
https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#
Download serialization
License

Definition of s4auto:isComposedOf

Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:

Links a composite property or property value to its individual components.

Description as an Object Property

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4auto:AccelerationCartesian s4auto:isComposedOf s4auto:AccelerationCartesian_xAcceleration,
        s4auto:AccelerationCartesian_yAcceleration,
        s4auto:AccelerationCartesian_zAcceleration .

s4auto:AccelerationPolarWithZ s4auto:isComposedOf s4auto:AccelerationPolarWithZ_accelerationDirection,
        s4auto:AccelerationPolarWithZ_accelerationMagnitude,
        s4auto:AccelerationPolarWithZ_zAcceleration .

s4auto:CartesianPosition s4auto:isComposedOf s4auto:CartesianPosition_xCoordinate,
        s4auto:CartesianPosition_yCoordinate,
        s4auto:CartesianPosition_zCoordinate .

s4auto:CircularShape s4auto:isComposedOf s4auto:CircularShape_height,
        s4auto:CircularShape_radius,
        s4auto:CircularShape_shapeReferencePoint .

s4auto:DeltaReferencePosition s4auto:isComposedOf s4auto:DeltaReferencePosition_ReferencePosition,
        s4auto:Position .

s4auto:EllipticalShape s4auto:isComposedOf s4auto:EllipticalShape_height,
        s4auto:EllipticalShape_orientation,
        s4auto:EllipticalShape_semiMajorAxisLength,
        s4auto:EllipticalShape_semiMinorAxisLength,
        s4auto:EllipticalShape_shapeReferencePoint .

s4auto:ItineraryPath s4auto:isComposedOf s4auto:ItineraryPath_Position .

s4auto:PolarPositionWithZ s4auto:isComposedOf s4auto:PolarPositionWithZ_positionDirection,
        s4auto:PolarPositionWithZ_positionMagnitude,
        s4auto:PolarPositionWithZ_zCoordinate .

s4auto:PolygonalShape s4auto:isComposedOf s4auto:PolygonalShape_height,
        s4auto:PolygonalShape_vertice .

s4auto:PositionOfPillars s4auto:isComposedOf s4auto:PosPillar .

s4auto:RectangularShape s4auto:isComposedOf s4auto:RectangularShape_centerPoint,
        s4auto:RectangularShape_height,
        s4auto:RectangularShape_orientation,
        s4auto:RectangularShape_semiBreadth,
        s4auto:RectangularShape_semiLength .

s4auto:VehicleEnvironment s4auto:isComposedOf s4auto:AirHumidity,
        s4auto:AutomotiveEntity,
        s4auto:BarometricPressure,
        s4auto:PrecipitationIntensity,
        s4auto:Temperature .

s4auto:VehicleIdentification s4auto:isComposedOf s4auto:VDS,
        s4auto:WMInumber .

s4auto:VelocityCartesian s4auto:isComposedOf s4auto:VelocityCartesian_xVelocity,
        s4auto:VelocityCartesian_yVelocity,
        s4auto:VelocityCartesian_zVelocity .

s4auto:VelocityPolarWithZ s4auto:isComposedOf s4auto:VelocityPolarWithZ_velocityDirection,
        s4auto:VelocityPolarWithZ_velocityMagnitude,
        s4auto:VelocityPolarWithZ_zVelocity .

saref:hasProperty owl:propertyChainAxiom ( saref:hasProperty s4auto:isComposedOf ) .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Acceleration3d#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_CartesianPosition#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_DeltaReferencePosition#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_PolarPositionWithZ#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_CircularShape#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_PolygonalShape#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_RectangularShape#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/VehicleEnvironment#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Velocity3d#> dct:references s4auto:isComposedOf .

<https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> dct:references s4auto:isComposedOf .

saref:PropertyValue rdfs:subClassOf [ owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( saref:FeatureKind saref:Property saref:PropertyOfInterest saref:FeatureOfInterest saref:PropertyValue ) ] ;
            owl:onProperty s4auto:isComposedOf ] .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:isComposedOf ;
    dct:subject s4auto:isComposedOf .

saref:PropertyOfInterest rdfs:subClassOf [ owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( saref:FeatureKind saref:Property saref:PropertyOfInterest ) ] ;
            owl:onProperty s4auto:isComposedOf ] .

saref:Property rdfs:subClassOf [ owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( saref:FeatureKind saref:Property ) ] ;
            owl:onProperty s4auto:isComposedOf ] .

s4auto:isComposedOf a owl:ObjectProperty ;
    rdfs:label "is composed of"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Acceleration3d#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_CartesianPosition#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_DeltaReferencePosition#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_PolarPositionWithZ#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_CircularShape#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_PolygonalShape#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_RectangularShape#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VehicleEnvironment#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Velocity3d#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> ;
    rdfs:comment "Links a composite property or property value to its individual components."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:Property saref:PropertyOfInterest saref:PropertyValue ) ] ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:Property saref:PropertyOfInterest saref:FeatureOfInterest saref:PropertyValue ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    owl:propertyChainAxiom ( s4auto:isComposedOf saref:hasPropertyKind ),
        ( s4auto:isComposedOf saref:isValueOfProperty ),
        ( s4auto:isComposedOf saref:hasFeatureKind ) ;
    skos:hiddenLabel "isComposedOf" .