Transaction notice date leaf node


URI

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

Label

Transaction notice date

Description

Date of the transaction notice (document announcing the transaction) constituting the start of the transaction process. Date that the document was published (which is the important date because this is when it becomes legally binding)

Usage

DOMAINPROPERTYRANGE
Company transaction Transaction notice 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:transactionStartDate a owl:DatatypeProperty ;
    rdfs:label "Transaction notice date"@en ;
    rdfs:comment "Date of the transaction notice (document announcing the transaction) constituting the start of the transaction process. Date that the document was published (which is the important date because this is when it becomes legally binding)"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:dateTime .