:TrustRecommendation


URI

https://liidr.org/trust-recommendation-in-social-internet-of-things/TrustRecommendation

Label

Trust Recommendation

Description

The trust recommendation entity provides a recommendation towards entities in the network

Usage

Instances of :TrustRecommendation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Implementation

@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 .