http://ethon.consensys.net/StateDataProperty
DOMAIN | PROPERTY | RANGE |
---|---|---|
:StateConcept | :StateDataProperty | owl:Thing (inferred) |
@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:domain :StateConcept ;
rdfs:subPropertyOf :EthOnDataProperty .