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