ponto:hasSender leaf node


URI

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

Label

hasSender

Description

The sender of a Polkadot blockchain transaction.

Usage

DOMAINPROPERTYRANGE
ponto:Transaction ponto:hasSender ponto:Sender

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:hasSender a owl:ObjectProperty ;
    rdfs:comment "The sender of a Polkadot blockchain transaction." ;
    rdfs:domain ponto:Transaction ;
    rdfs:range ponto:Sender .