https://liidr.org/trust-recommendation-in-social-internet-of-things/communicatesIn
A node is a component of the network.
@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 .