https://liidr.org/trust-recommendation-in-social-internet-of-things/requires
The transaction context requires a trustor and a trustee.
DOMAIN | PROPERTY | RANGE |
---|---|---|
:TransactionContext | :requires | :ServiceProvider , :ServiceRequestor |
@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#> .
:requires a owl:ObjectProperty ;
rdfs:label "requires"@en ;
rdfs:comment "The transaction context requires a trustor and a trustee."@en ;
rdfs:domain :TransactionContext ;
rdfs:range :ServiceProvider,
:ServiceRequestor .