Transaction plan available leaf node


URI

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

Label

Transaction plan available

Description

Is the transaction plan available for analysis?

Merger plan, Seat transfer plan or Division plan. Transaction notice is where the transaction is announced. The other documents are where the nature and details of the transaction are specified.

Usage

DOMAINPROPERTYRANGE
Company transaction Transaction plan available 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:transactionPlan a owl:DatatypeProperty ;
    rdfs:label "Transaction plan available"@en ;
    rdfs:comment """Is the transaction plan available for analysis?

Merger plan, Seat transfer plan or Division plan. Transaction notice is where the transaction is announced. The other documents are where the nature and details of the transaction are specified."""@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:boolean .