dol:total-temporary-participant leaf node


URI

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

Label

total-temporary-participant

Description

The perdurant p has a participant e that temporarily participates in p with all its parts, e.g. in 'I played the concert' (where I actually played just an ouverture).See also 'temporary-participant'.

Usage

DOMAINPROPERTYRANGE
dol:perdurant dol:total-temporary-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-temporary-participant a owl:ObjectProperty ;
    rdfs:comment "The perdurant p has a participant e that temporarily participates in p with all its parts, e.g. in 'I played the concert' (where I actually played just an ouverture).See also 'temporary-participant'."^^xsd:string ;
    rdfs:domain dol:perdurant ;
    rdfs:range dol:endurant ;
    rdfs:subPropertyOf dol:temporary-participant ;
    owl:inverseOf dol:total-temporary-participant-in .