:DirectRecommendation leaf node


URI

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

Label

Direct Recommendation

Description

Direct Recommendation refers between the subjective node with directly interacted node that recommends its experience with the recommended node. The direct recommendation is a subclass of direct recommendation since a direct recommendation consists of two direct experiences.

Usage

Instances of :DirectRecommendation 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#> .

:DirectRecommendation a owl:Class ;
    rdfs:label "Direct Recommendation"@en ;
    rdfs:comment "Direct Recommendation refers between the subjective node with directly interacted node that recommends its experience with the recommended node. The direct recommendation is a subclass of direct recommendation since a direct recommendation consists of two direct experiences."@en ;
    rdfs:subClassOf :SubjectiveExperience .