Total EU employees leaf node


URI

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

Label

Total EU employees

Description

total number of employees of the acquiring company in the EU at the moment of the transaction

Usage

DOMAINPROPERTYRANGE
Company transaction Total EU employees nonNegativeInteger

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:acTotalEUEmploymentFigure a owl:DatatypeProperty ;
    rdfs:label "Total EU employees"@en ;
    rdfs:comment "total number of employees of the acquiring company in the EU at the moment of the transaction"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:nonNegativeInteger .