cardano:NativeScript leaf node


URI

http://www.mobr.ai/ontologies/cardano#NativeScript

Label

Native Script

Description

A simple script using native operations.

Superclasses (1)

Usage

Instances of cardano:NativeScript can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:Script
cardano:hasPurpose owl:DatatypeProperty Relates a script execution to its purpose. xsd:string
cardano:hasScriptAddress owl:DatatypeProperty Relates a script with its address. xsd:string
cardano:hasRedeemer owl:ObjectProperty Relates a script execution to its input parameters. cardano:Redeemer

Implementation

@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:NativeScript a owl:Class ;
    rdfs:label "Native Script"@en ;
    rdfs:comment "A simple script using native operations."@en ;
    rdfs:subClassOf cardano:Script .