rcao:contains leaf node


URI

https://www.w3id.org/rcao#contains

Label

contains

Description

Links a V2X message (Container) to the AwarenessState (Content) it carries.

Inherits from

Usage

DOMAINPROPERTYRANGE
rcao:V2XMessage rcao:contains rcao:AwarenessState

Implementation

@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 .