https://liidr.org/trust-recommendation-in-social-internet-of-things/TrustRelationRecommendation
The trust relation recommendation entity recommends a trust relation between the trustor and the trustee in the given context.
Instances of :TrustRelationRecommendation can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class :TrustRecommendation | |||
| :isRequestedBy | owl:ObjectProperty | A trust recommendation is requested by a trustee or a trustor | :ServiceRequestor :ServiceProvider |
| :recommends | owl:ObjectProperty | A Trust Recommendation recommends Networks, Relationships, Trustor, and Trustee. | :ServiceProvider :Relationship :ServiceRequestor :Network |
| 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#> .
:TrustRelationRecommendation a owl:Class ;
rdfs:label "Trust Relation Recommendation"@en ;
rdfs:comment "The trust relation recommendation entity recommends a trust relation between the trustor and the trustee in the given context."@en ;
rdfs:subClassOf :TrustRecommendation .