:establishes leaf node


URI

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

Label

establishes

Description

A trustor establishes the transaction context.

Usage

DOMAINPROPERTYRANGE
:ServiceRequestor :establishes :TransactionContext

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

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