http://www.mobr.ai/ontologies/ponto#InjectedAccount
An account that is not directly managed by the Polkadot UI but can be accessed through it, such as accounts controlled by the Polkadot{.js} extension.
Instances of ponto:InjectedAccount can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Account | |||
ponto:accountCreated | owl:DatatypeProperty | The timestamp when the account was created. | xsd:dateTimeStamp |
ponto:hasAddress | owl:DatatypeProperty | An account has an address. | xsd:string |
ponto:hasConsumers | owl:ObjectProperty | ponto:Consumers | |
ponto:hasProviders | owl:ObjectProperty | ponto:Providers | |
ponto:hasSufficients | owl:ObjectProperty | ponto:Sufficients | |
ponto:hasToken | owl:ObjectProperty | ponto:Asset |
@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:InjectedAccount a owl:Class ;
rdfs:label "Injected Account" ;
rdfs:comment "An account that is not directly managed by the Polkadot UI but can be accessed through it, such as accounts controlled by the Polkadot{.js} extension." ;
rdfs:subClassOf ponto:Account .