https://liidr.org/trust-recommendation-in-social-internet-of-things/isActedBy
An trustor or and trustee are acted by a device.
DOMAIN | PROPERTY | RANGE |
---|---|---|
:ServiceProvider , :ServiceRequestor | :isActedBy | :Device |
@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 .