http://www.mobr.ai/ontologies/cardano#hasPurpose
Relates a script execution to its purpose.
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:Script | cardano:hasPurpose | xsd:string |
@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:hasPurpose a owl:DatatypeProperty ;
rdfs:label "has purpose"@en ;
rdfs:comment "Relates a script execution to its purpose."@en ;
rdfs:domain cardano:Script ;
rdfs:range xsd:string .