dol:strong-connection leaf node


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#strong-connection

Label

strong-connection

Description

By strong connection here we mean a connection between two entities that share a boundary.

Inherits from

Usage

DOMAINPROPERTYRANGE
dol:particular dol:strong-connection dol:particular

Implementation

@prefix dol: <http://www.loa-cnr.it/ontologies/DOLCE-Lite#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dol:strong-connection a owl:ObjectProperty ;
    rdfs:comment "By strong connection here we mean a connection between  two entities that share a boundary."^^xsd:string ;
    rdfs:domain dol:particular ;
    rdfs:range dol:particular ;
    rdfs:subPropertyOf dol:mediated-relation ;
    owl:inverseOf dol:strong-connection .