:communicatesIn leaf node


URI

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

Label

is component of

Description

A node is a component of the network.

Usage

DOMAINPROPERTYRANGE
:Device :communicatesIn :Network

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

:communicatesIn a owl:ObjectProperty ;
    rdfs:label "is component of"@en ;
    rdfs:comment "A node is a component of the network."@en ;
    rdfs:domain :Device ;
    rdfs:range :Network ;
    owl:inverseOf :isCommunicatedIn .