https://www.w3id.org/rcao#contains
Links a V2X message (Container) to the AwarenessState (Content) it carries.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:V2XMessage | rcao:contains | rcao:AwarenessState |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
rcao:contains a owl:ObjectProperty ;
rdfs:comment "Links a V2X message (Container) to the AwarenessState (Content) it carries." ;
rdfs:domain rcao:V2XMessage ;
rdfs:range rcao:AwarenessState ;
rdfs:subPropertyOf schema1:hasPart .