Multi-transaction leaf node


URI

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

Label

Multi-transaction

Description

A transaction whereby more than two companies (i.e. multiple merging companies) are involved and merged into one acquiring company

Usage

DOMAINPROPERTYRANGE
Company transaction Multi-transaction boolean

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:multiCBM a owl:DatatypeProperty ;
    rdfs:label "Multi-transaction"@en ;
    rdfs:comment "A transaction whereby more than two companies (i.e. multiple merging companies) are involved and merged into one acquiring company"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:boolean .