http://www.mobr.ai/ontologies/cardano#NativeScript
A simple script using native operations.
Instances of cardano:NativeScript can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .