:hasTrustValue leaf node


URI

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

Label

has trust value

Description

A transaction context has a trust value

Usage

DOMAINPROPERTYRANGE
:TransactionContext :hasTrustValue owl:Thing (inferred)

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

:hasTrustValue a owl:DatatypeProperty ;
    rdfs:label "has trust value"@en ;
    rdfs:comment "A transaction context has a trust value"@en ;
    rdfs:domain :TransactionContext .