Associated with leaf node


URI

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

Label

Associated with

Description

An activity association is an assignment of responsibility to an agent for a process, indicating that the agent had a role in the activity.

Based on: https://www.w3.org/TR/prov-o/#wasAssociatedWith

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Associated with Agent

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:wasAssociatedWith a owl:ObjectProperty ;
    rdfs:label "Associated with"@en ;
    rdfs:comment """An activity association is an assignment of responsibility to an agent for a process, indicating that the agent had a role in the activity.

Based on: https://www.w3.org/TR/prov-o/#wasAssociatedWith"""@en ;
    rdfs:range cbcm:Agent ;
    rdfs:subPropertyOf cbcm:cbcmDataProvenanceRelation .