Definition of s4lift:isPeerInGroup
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
the smart lift installation is part of an smart lift group and composed by peers smart lift installation respect to the common capabilities.
Description as an Object Property
- has super-properties
- s4lift:isGroupedIn
- has domain
- s4lift:SmartLiftInstallation
- has range
- s4lift:SmartLiftGroup
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:isPeerInGroup ;
dct:subject s4lift:isPeerInGroup .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:isPeerInGroup ;
dct:subject s4lift:isPeerInGroup .
s4lift:isPeerInGroup a owl:ObjectProperty ;
rdfs:label "is peer in group"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:comment "the smart lift installation is part of an smart lift group and composed by peers smart lift installation respect to the common capabilities."@en ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:range s4lift:SmartLiftGroup ;
rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:subPropertyOf s4lift:isGroupedIn ;
skos:hiddenLabel "isPeerInGroup" .