@prefix : <http://ethon.consensys.net/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@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#> .
:storageRoot a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Storage root"@en ;
:suggestedStringRepresentation "storageRoot" ;
rdfs:comment "A 256-bit hash of the root node of a Merkle Patricia tree that encodes the storage contents of the account (a mapping between 265-bit integer values), encoded into the trie as a mapping from the Keccak 256-bit hash of the 256-bit integer keys to the RLP-encoded 256-bit integer values."@en ;
rdfs:domain :AccountStorage ;
rdfs:range xsd:hexBinary ;
rdfs:subPropertyOf :AccountDataProperty ;
ns:term_status "unstable" .