http://w3id.org/um/cbcm/eu-cm-ontology#rawTransactionID
unique identifier before database entry.
This id is the old ID-structure used before entry into the CbCMdb
DOMAIN | PROPERTY | RANGE |
---|---|---|
Company transaction | Raw transaction ID | positiveInteger |
@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 .