cardano:Script


URI

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

Label

Script

Description

A program controlling asset spending or contract execution.

Usage

Instances of cardano:Script 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:Script a owl:Class ;
    rdfs:label "Script"@en ;
    rdfs:comment "A program controlling asset spending or contract execution."@en .