Definition of s4auto:hasRole
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A general relation to express that an entity can have a role
Description as an Object Property
- has sub-properties
-
s4auto:hasPlatoonRole
s4auto:hasVehicleRole - has range
- s4auto:Role
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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/> .
s4auto:hasPlatoonRole rdfs:subPropertyOf s4auto:hasRole .
s4auto:hasVehicleRole rdfs:subPropertyOf s4auto:hasRole .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:hasRole ;
dct:subject s4auto:hasRole .
s4auto:hasRole a owl:ObjectProperty ;
rdfs:label "hasRole"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:comment "A general relation to express that an entity can have a role"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:range s4auto:Role ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
ns1:hiddenLabel "hasRole" .