SNB voluntary application leaf node


URI

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

Label

SNB voluntary application

Description

Is a Special Negotiating Body (SNB) set up voluntary?

Whether or not a SNB is created/will be created voluntarily.

- Yes: an SNB is created voluntarily;
- No: no voluntary SNB set up;
- 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 SNB voluntary application 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:sbnVoluntaryApplication a owl:DatatypeProperty ;
    rdfs:label "SNB voluntary application"@en ;
    rdfs:comment """Is a Special Negotiating Body (SNB) set up voluntary?

Whether or not a SNB is created/will be created voluntarily.

- Yes: an SNB is created voluntarily;
- No: no voluntary SNB set up;
- 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 .