http://w3id.org/um/cbcm/eu-cm-ontology#transactionStartDate
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)
DOMAIN | PROPERTY | RANGE |
---|---|---|
Company transaction | Transaction notice date | dateTime |
@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 .