:isFormedBy leaf node


URI

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

Label

is formed by

Description

The network is formed by relationships.

Usage

DOMAINPROPERTYRANGE
:Network :isFormedBy :Relationship

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

:isFormedBy a owl:ObjectProperty ;
    rdfs:label "is formed by"@en ;
    rdfs:comment "The network is formed by relationships."@en ;
    rdfs:domain :Network ;
    rdfs:range :Relationship .