:StateDataProperty


Label

StateDataProperty

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :StateDataProperty owl:Thing (inferred)

Implementation

@prefix : <http://ethon.consensys.net/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:StateDataProperty a owl:DatatypeProperty ;
    rdfs:subPropertyOf :EthOnDataProperty .