Transaction comment leaf node


URI

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

Label

Transaction comment

Description

Notes from researcher about the transaction

Usage

DOMAINPROPERTYRANGE
Company transaction Transaction comment string

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:transactionComment a owl:DatatypeProperty ;
    rdfs:label "Transaction comment"@en ;
    rdfs:comment "Notes from researcher about the transaction"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:string .