:isEstablishedBy leaf node


URI

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

Label

is established by

Description

The transaction context is established by the trustor.

Usage

DOMAINPROPERTYRANGE
:TransactionContext :isEstablishedBy :ServiceRequestor

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

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