Transaction completion date leaf node


URI

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

Label

Transaction completion date

Description

Date on which the transaction was effectuated (the date that the competent authority e.g., business registry of that country, says that the criteria have been met by merging and acquiring companies and the merging/transferring company is dissolved).

This is the final step of a transaction process

Usage

DOMAINPROPERTYRANGE
Company transaction Transaction completion date dateTime

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:transactionCompletionDate a owl:DatatypeProperty ;
    rdfs:label "Transaction completion date"@en ;
    rdfs:comment """Date on which the transaction was effectuated (the date that the competent authority e.g., business registry of that country, says that the criteria have been met by merging and acquiring companies and the merging/transferring company is dissolved).

This is the final step of a transaction process"""@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:dateTime .