@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#> .
:logTopicData a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Log Topic data"@en ;
:suggestedStringRepresentation "logTopicData" ;
rdfs:comment "Relates a log topic to the 32 bytes of data it contains."@en ;
rdfs:domain :LogTopic ;
rdfs:range xsd:hexBinary ;
rdfs:subPropertyOf :MessageDataProperty ;
ns:term_status "unstable" .