Raw transaction ID leaf node


URI

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

Label

Raw transaction ID

Description

unique identifier before database entry.

This id is the old ID-structure used before entry into the CbCMdb

Usage

DOMAINPROPERTYRANGE
Company transaction Raw transaction ID positiveInteger

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:rawTransactionID a owl:DatatypeProperty ;
    rdfs:label "Raw transaction ID"@en ;
    rdfs:comment """unique identifier before database entry.

This id is the old ID-structure used before entry into the CbCMdb"""@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:positiveInteger .