:recommends leaf node


URI

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

Label

recommends

Description

A Trust Recommendation recommends Networks, Relationships, Trustor, and Trustee.

Usage

DOMAINPROPERTYRANGE
:TrustRecommendation :recommends :ServiceProvider , :Relationship , :ServiceRequestor , :Network

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

:recommends a owl:ObjectProperty ;
    rdfs:label "recommends"@en ;
    rdfs:comment "A Trust Recommendation recommends Networks, Relationships, Trustor, and Trustee."@en ;
    rdfs:domain :TrustRecommendation ;
    rdfs:range :Network,
        :Relationship,
        :ServiceProvider,
        :ServiceRequestor .