:requests leaf node


URI

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

Label

requests

Description

The trustee and the trustor request trust recommendations.

Usage

DOMAINPROPERTYRANGE
:ServiceProvider , :ServiceRequestor :requests :TrustRecommendation

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

:requests a owl:ObjectProperty ;
    rdfs:label "requests"@en ;
    rdfs:comment "The trustee and the trustor request trust recommendations."@en ;
    rdfs:domain :ServiceProvider,
        :ServiceRequestor ;
    rdfs:range :TrustRecommendation .