:Node_Recommendation leaf node


URI

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

Label

Node Recommendation

Description

The node recommendation entity recommends a node in the network that is most suitable to conduct at task depending on the evaluation metrics in the given context.

Superclasses (1)

Usage

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

:Node_Recommendation a owl:Class ;
    rdfs:label "Node Recommendation"@en ;
    rdfs:comment "The node recommendation entity recommends a node in the network that is most suitable to conduct at task depending on the evaluation metrics in the given context."@en ;
    rdfs:subClassOf :TrustRecommendation .