:forms leaf node


URI

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

Label

forms

Description

A relationship forms the network.

Usage

DOMAINPROPERTYRANGE
:Relationship :forms :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#> .

:forms a owl:ObjectProperty ;
    rdfs:label "forms"@en ;
    rdfs:comment "A relationship forms the network."@en ;
    rdfs:domain :Relationship ;
    rdfs:range :Network ;
    owl:inverseOf :isFormedBy .