http://www.mobr.ai/ontologies/ponto#MobileWallet
A wallet that runs on a mobile device and can be used to make payments on the go.
Instances of ponto:MobileWallet can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Wallet | |||
ponto:hasAccount | owl:ObjectProperty | ponto:Account |
@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#> .
ponto:MobileWallet a owl:Class ;
rdfs:label "Mobile Wallet" ;
rdfs:comment "A wallet that runs on a mobile device and can be used to make payments on the go." ;
rdfs:subClassOf ponto:Wallet .