https://liidr.org/trust-recommendation-in-social-internet-of-things/establishes
A trustor establishes the transaction context.
DOMAIN | PROPERTY | RANGE |
---|---|---|
:ServiceRequestor | :establishes | :TransactionContext |
@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#> .
:establishes a owl:ObjectProperty ;
rdfs:label "establishes"@en ;
rdfs:comment "A trustor establishes the transaction context."@en ;
rdfs:domain :ServiceRequestor ;
rdfs:range :TransactionContext ;
owl:inverseOf :isEstablishedBy .