involves the change of leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#involvesChangeOf

Label

involves the change of

Description

(involvesChangeOf ?ENTITY1 ?ENTITY2) means that the process ?ENTITY1 requires the modification or alteration of the entity or object ?ENTITY2.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) involves the change of owl:Thing (inferred)

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cbcm:involvesChangeOf a owl:ObjectProperty ;
    rdfs:label "involves the change of"@en ;
    cbcm:example "(involvesChangeOf seatTransfer1 businessAddress1)"@en ;
    rdfs:comment "(involvesChangeOf ?ENTITY1 ?ENTITY2) means that the process ?ENTITY1 requires the modification or alteration of the entity or object ?ENTITY2."@en ;
    rdfs:subPropertyOf cbcm:cbcmEntityRelation .