https://liidr.org/trust-recommendation-in-social-internet-of-things/hasTrustValue
A transaction context has a trust value
DOMAIN | PROPERTY | RANGE |
---|---|---|
:TransactionContext | :hasTrustValue | owl:Thing (inferred) |
@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 .