ponto:typeOfAsset leaf node


URI

http://www.mobr.ai/ontologies/ponto#typeOfAsset

Label

typeOfAsset

Description

The type of asset transferred in a Polkadot blockchain transaction.

Usage

DOMAINPROPERTYRANGE
ponto:Transaction ponto:typeOfAsset xsd:string

Implementation

@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:typeOfAsset a owl:DatatypeProperty ;
    rdfs:comment "The type of asset transferred in a Polkadot blockchain transaction." ;
    rdfs:domain ponto:Transaction ;
    rdfs:range xsd:string .