dol:total-constant-participant leaf node


URI

http://www.loa-cnr.it/ontologies/DOLCE-Lite#total-constant-participant

Label

total-constant-participant

Description

The perdurant p has a participant e that constantly participates in p with all its parts, e.g. in 'I played the concert' (where the concert is a solo concert).

Usage

DOMAINPROPERTYRANGE
dol:perdurant dol:total-constant-participant dol:endurant

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:total-constant-participant a owl:ObjectProperty ;
    rdfs:comment "The perdurant p has a participant e that constantly participates in p with all its parts, e.g. in 'I played the concert' (where the concert is a solo concert)."^^xsd:string ;
    rdfs:domain dol:perdurant ;
    rdfs:range dol:endurant ;
    rdfs:subPropertyOf dol:constant-participant ;
    owl:inverseOf dol:total-constant-participant-in .