https://liidr.org/trust-recommendation-in-social-internet-of-things/isCommunicatedIn
A network has a device as component
@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 .