https://liidr.org/trust-recommendation-in-social-internet-of-things/RepresentationOfTrust
The representation of trust defines the concept of different trust representation. For example, trust can be represented using qualitative expressions, such as "Trusted" and "Untrusted", or binary expressions, such TRUE and FALSE
Instances of :RepresentationOfTrust can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
:#preferredNamespacePrefix | owl:AnnotationProperty | owl:Thing | |
dcterms:/creator | owl:AnnotationProperty | owl:Thing | |
dcterms:/issued | owl:AnnotationProperty | owl:Thing | |
dcterms:/modified | owl:AnnotationProperty | owl:Thing | |
dcterms:/publisher | owl:AnnotationProperty | owl:Thing |
@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#> .
:RepresentationOfTrust a owl:Class ;
rdfs:label "Representation of Trust"@en ;
rdfs:comment "The representation of trust defines the concept of different trust representation. For example, trust can be represented using qualitative expressions, such as \"Trusted\" and \"Untrusted\", or binary expressions, such TRUE and FALSE"@en .