has company stakeholder


URI

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

Label

has company stakeholder

Description

(hasCompanyStakeholder ?ENTITY1 ?ENTITY2) means that some entity ?ENTITY1, which is either a significant process or agent has another agent ?ENTITY2 with personal interests in benefiting either financially or otherwise from the outcomes of ?ENTITY1 (if it is an event or process), or in its byproducts and profits (if it is an agent).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has company stakeholder 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:hasCompanyStakeholder a owl:ObjectProperty ;
    rdfs:label "has company stakeholder"@en ;
    cbcm:example "(hasCompanyStakeholder company1 person1)"@en ;
    rdfs:comment "(hasCompanyStakeholder ?ENTITY1 ?ENTITY2) means that some entity ?ENTITY1, which is either a significant process or agent has another agent ?ENTITY2 with personal interests in benefiting either financially or otherwise from the outcomes of ?ENTITY1 (if it is an event or process), or in its byproducts and profits (if it is an agent)."@en ;
    rdfs:range cbcm:Agent ;
    rdfs:subPropertyOf cbcm:cbcmOrganisationRelation .