:IndirectRecommendation leaf node


URI

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

Label

Indirect Recommendation

Description

The indirect recommendation is a direct recommendation from a related node to the recommending node to the local transaction context of the node, whereas the |edge_distance| = 3.

The indirect recommendation consists of one direct trust relationship and one direct recommendation relationships.

Usage

Instances of :IndirectRecommendation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :Relationship
:forms owl:ObjectProperty A relationship forms the network. :Network
:isRecommendedBy owl:ObjectProperty Trustor, Trustee, Network, and Relationship classes are recommended by Trust Recommendation. :TrustRecommendation
:links owl:ObjectProperty A relationship links devices. :Device
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#> .

:IndirectRecommendation a owl:Class ;
    rdfs:label "Indirect Recommendation"@en ;
    rdfs:comment """The indirect recommendation is a direct recommendation from a related node to the recommending node to the local transaction context of the node, whereas the |edge_distance| = 3.

The indirect recommendation consists of one direct trust relationship and one direct recommendation relationships."""@en ;
    rdfs:subClassOf :SubjectiveExperience .