:isActedBy leaf node


URI

https://liidr.org/trust-recommendation-in-social-internet-of-things/isActedBy

Label

is acted by

Description

An trustor or and trustee are acted by a device.

Usage

DOMAINPROPERTYRANGE
:ServiceProvider , :ServiceRequestor :isActedBy :Device

Implementation

@prefix : <https://liidr.org/trust-recommendation-in-social-internet-of-things/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:isActedBy a owl:ObjectProperty ;
    rdfs:label "is acted by"@en ;
    rdfs:comment "An trustor or and trustee are acted by a device."@en ;
    rdfs:domain :ServiceProvider,
        :ServiceRequestor ;
    rdfs:range :Device .