Transaction ID leaf node


URI

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

Label

Transaction ID

Description

unique identifier for a transaction

Usage

DOMAINPROPERTYRANGE
Company transaction 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:transactionID a owl:DatatypeProperty ;
    rdfs:label "Transaction ID"@en ;
    rdfs:comment "unique identifier for a transaction"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:positiveInteger .