cardano:hasScriptAddress leaf node


URI

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

Label

has script address

Description

Relates a script with its address.

Usage

DOMAINPROPERTYRANGE
cardano:Script cardano:hasScriptAddress xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasScriptAddress a owl:DatatypeProperty ;
    rdfs:label "has script address"@en ;
    rdfs:comment "Relates a script with its address."@en ;
    rdfs:domain cardano:Script ;
    rdfs:range xsd:string .