http://w3id.org/um/cbcm/eu-cm-ontology#transactionComment
Notes from researcher about the transaction
DOMAIN | PROPERTY | RANGE |
---|---|---|
Company transaction | Transaction comment | string |
@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 .