:isCommunicatedIn leaf node


URI

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

Label

has component

Description

A network has a device as component

Usage

DOMAINPROPERTYRANGE
:Network :isCommunicatedIn :Device

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

:isCommunicatedIn a owl:ObjectProperty ;
    rdfs:label "has component"@en ;
    rdfs:comment "A network has a device as component"@en ;
    rdfs:domain :Network ;
    rdfs:range :Device .