dol:mediated-relation-i


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#mediated-relation-i

Label

mediated-relation-i

Description

A relation that composes other relations. For example, a participation relation composed with a representation relation. Composed relation cannot be directly expressed in OWL-DL, then (at least some) compositions are expressed as class or restriction axioms.

Usage

DOMAINPROPERTYRANGE
dol:particular dol:mediated-relation-i 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:mediated-relation-i a owl:ObjectProperty ;
    rdfs:comment "A relation that composes other relations. For example, a participation relation composed with a representation relation. Composed relation cannot be directly expressed in OWL-DL, then (at least some) compositions are expressed as class or restriction axioms."^^xsd:string ;
    rdfs:domain dol:particular ;
    rdfs:range dol:particular ;
    owl:inverseOf dol:mediated-relation .