http://www.loa-cnr.it/ontologies/DOLCE-Lite#mediated-relation-i
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.
DOMAIN | PROPERTY | RANGE |
---|---|---|
dol:particular | dol:mediated-relation-i | dol:particular |
@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 .