http://w3id.org/um/cbcm/eu-cm-ontology#standardRulesApplication
Are the standard rules applied directly without and instead of the start of negotiations with a Special Negotiating Body (SNB)?
Instead of an SNB being set up, the standard rules are applied instead.
- Yes: the standard rules are applied;
- No: standard rules ar enot applied;
- 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
DOMAIN | PROPERTY | RANGE |
---|---|---|
Company transaction | Standard rules application | string |
@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:standardRulesApplication a owl:DatatypeProperty ;
rdfs:label "Standard rules application"@en ;
rdfs:comment """Are the standard rules applied directly without and instead of the start of negotiations with a Special Negotiating Body (SNB)?
Instead of an SNB being set up, the standard rules are applied instead.
- Yes: the standard rules are applied;
- No: standard rules ar enot applied;
- 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 .