https://liidr.org/trust-recommendation-in-social-internet-of-things/CommunityRecommendation
The community recommendation entity recommends multiple trust relations between and trustor and multiple trustee in the network based on the criteria in the given context.
Instances of :CommunityRecommendation 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#> .
:CommunityRecommendation a owl:Class ;
rdfs:label "Community Recommendation"@en ;
rdfs:comment "The community recommendation entity recommends multiple trust relations between and trustor and multiple trustee in the network based on the criteria in the given context."@en ;
rdfs:subClassOf :TrustRecommendation .