ponto:MobileWallet leaf node


URI

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

Label

Mobile Wallet

Description

A wallet that runs on a mobile device and can be used to make payments on the go.

Superclasses (2)

Usage

Instances of ponto:MobileWallet can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Wallet
ponto:hasAccount owl:ObjectProperty ponto:Account

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#> .

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 .