http://www.mobr.ai/ontologies/ponto#amountXCMTransferred
The amount of assets transferred in a XCM transaction.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:XCMTransaction | ponto:amountXCMTransferred | xsd:decimal |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ponto:amountXCMTransferred a owl:DatatypeProperty ;
rdfs:comment "The amount of assets transferred in a XCM transaction." ;
rdfs:domain ponto:XCMTransaction ;
rdfs:range xsd:decimal .