Impact on employees leaf node


URI

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

Label

Impact on employees

Description

Is the impact on employees of the envisaged transaction specified in the transaction document (e.g. the merger plan)?

Part of merger plan that specifies how the transaction will affect employees.

- Yes: there is an impact on employees (positive or negative);
- No: no impact on employees;
- Not applicable: the conditions are not met (e.g. no employees, BLER threshold not met) for this criterion to be applicable;
- Unclear: the wording of the document is unclear with regard to the impact/effect/measures taken;
- Not mentioned: given the parameters, this aspect should be addressed in the transaction document, but is not mentioned

Usage

DOMAINPROPERTYRANGE
Company transaction Impact on employees string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cbcm:impactOnEmployees a owl:DatatypeProperty ;
    rdfs:label "Impact on employees"@en ;
    rdfs:comment """Is the impact on employees of the envisaged transaction specified in the transaction document (e.g. the merger plan)?

Part of merger plan that specifies how the transaction will affect employees.

- Yes: there is an impact on employees (positive or negative);
- No: no impact on employees;
- Not applicable: the conditions are not met (e.g. no employees, BLER threshold not met) for this criterion to be applicable;
- Unclear: the wording of the document is unclear with regard to the impact/effect/measures taken;
- Not mentioned: given the parameters, this aspect should be addressed in the transaction document, but is not mentioned"""@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:string .