https://liidr.org/trust-recommendation-in-social-internet-of-things/representsTrustValueIn
The transaction context has a representsation of the trust value.
DOMAIN | PROPERTY | RANGE |
---|---|---|
:TransactionContext | :representsTrustValueIn | :RepresentationOfTrust |
@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#> .
:representsTrustValueIn a owl:ObjectProperty ;
rdfs:label "represents Trust Value"@en ;
rdfs:comment "The transaction context has a representsation of the trust value."@en ;
rdfs:domain :TransactionContext ;
rdfs:range :RepresentationOfTrust .