dol:temporary-participant-in


URI

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

Label

temporary-participant-in

Description

x participates in some of y's parts.

Usage

DOMAINPROPERTYRANGE
dol:endurant dol:temporary-participant-in dol:perdurant

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:temporary-participant-in a owl:ObjectProperty ;
    rdfs:comment "x participates in some of y's parts."^^xsd:string ;
    rdfs:domain dol:endurant ;
    rdfs:range dol:perdurant ;
    rdfs:subPropertyOf dol:participant-in ;
    owl:inverseOf dol:temporary-participant .