https://liidr.org/trust-recommendation-in-social-internet-of-things/TrustRecommendation
The trust recommendation entity provides a recommendation towards entities in the network
Instances of :TrustRecommendation 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#> .
:TrustRecommendation a owl:Class ;
rdfs:label "Trust Recommendation"@en ;
rdfs:comment "The trust recommendation entity provides a recommendation towards entities in the network"@en .