:AttributeBasedRelationship


URI

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

Label

Attribute-based Relationship

Description

Attribute-based relationships form the relationship based on node features between two nodes based on certain attributes.

Superclasses (1)

Usage

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

:AttributeBasedRelationship a owl:Class ;
    rdfs:label "Attribute-based Relationship"@en ;
    rdfs:comment "Attribute-based relationships form the relationship based on node features between two nodes based on certain attributes."@en ;
    rdfs:subClassOf :Relationship .