From a1978c7950ce96a0047ecb51829eef20ec53bc6f Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 23 Jan 2017 15:38:31 +0100 Subject: [PATCH 1/7] change all integer types to xsd:integer #35 --- EthOn.rdf | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/EthOn.rdf b/EthOn.rdf index c742187..0ecaa1b 100644 --- a/EthOn.rdf +++ b/EthOn.rdf @@ -702,7 +702,7 @@ - + accountBalance A scalar value equal to the number of Wei owned by an Account at a given Account state. Account balance @@ -747,7 +747,7 @@ - + accountNonce A scalar value equal to the number of transactions sent from this Account or, in the case of Accounts with associated code, the number of Contract-creations made by this Account. Account nonce @@ -792,7 +792,7 @@ - + blockDifficulty A scalar value corresponding to the difficulty level of this Block. This can be calculated from the previous Block's difficulty level and the timestamp. Block difficulty @@ -822,7 +822,7 @@ - + blockGasLimit A scalar value equal to the current limit of gas expenditure per Block. Gas limit @@ -837,7 +837,7 @@ - + blockGasUsed A scalar value equal to the total gas used in transactions in this Block. Gas used @@ -926,7 +926,7 @@ - + blockReward Also base reward, amount of Wei a miner gets for finding a Block. Block reward @@ -954,7 +954,7 @@ - + cumulativeGasUsed The cumulative gas used in the block containing the Transaction Receipt as of immediately after the Transaction has happened. cumulative gas used @@ -968,7 +968,7 @@ - + msgCallDepth A scalar value equal to the depth of the Contract Message. A Contract Message is represented as a Call in the Ethereum EVM. This value represents the number of CALL or CREATE opcodes being executed at the time of the Message execution. Message call depth @@ -1003,7 +1003,7 @@ - + msgGasLimit A scalar value equal to the maximum amount of gas that should be used in executing this transaction. This is paid up-front, before any computation is done and may not be increased later. If used with Contract Messages it represents the fraction of the original Transaction gas limit still available for execution of the Contract Message. Message gas limit @@ -1067,7 +1067,7 @@ - + number A scalar value equal to the number of ancestor Blocks. The genesis Block has a number of zero. Block number @@ -1141,7 +1141,7 @@ - + topicIndex Relates a Log Topic to its index in the Log Entry. The topic index defines the order of the Log Topics of a Log Entry. topic index @@ -1184,7 +1184,7 @@ - + txNonce A scalar value equal to the number of transactions sent by the sender. Transaction nonce @@ -1242,7 +1242,7 @@ - + value A scalar value equal to the number of Wei to be transferred to the Message call's recipient. In the case of Contract creation it is the initial balance of the Contract Account, paid by the sending Account. value in Wei @@ -1275,7 +1275,7 @@ - 1 + 1 @@ -1421,7 +1421,7 @@ - 1 + 1 @@ -1436,7 +1436,7 @@ - 1 + 1 @@ -1452,7 +1452,7 @@ - 1 + 1 @@ -1467,7 +1467,7 @@ - 1 + 1 @@ -1496,7 +1496,7 @@ - 1 + 1 @@ -1511,7 +1511,7 @@ - 1 + 1 @@ -1527,7 +1527,7 @@ - 1 + 1 @@ -1542,7 +1542,7 @@ - 1 + 1 @@ -1558,7 +1558,7 @@ - 1 + 1 @@ -1573,7 +1573,7 @@ - 1 + 1 @@ -1866,7 +1866,7 @@ - 1 + 1 @@ -1887,7 +1887,7 @@ - 1 + 1 @@ -1929,7 +1929,7 @@ - 0 + 0 @@ -1948,7 +1948,7 @@ - 1 + 1 @@ -1963,7 +1963,7 @@ - 1 + 1 @@ -2037,8 +2037,8 @@ - 0 - 0 + 0 + 0 From 7579d89f94ffdd7bfba9b38605787b40dfbb1ad6 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 23 Jan 2017 15:48:25 +0100 Subject: [PATCH 2/7] add ethon:logIndex #24 --- EthOn.rdf | 62 ++++++++++++++++++++++------------- EthOn_glossary.md | 3 ++ EthOn_spec.html | 82 ++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 109 insertions(+), 38 deletions(-) diff --git a/EthOn.rdf b/EthOn.rdf index 0ecaa1b..56cf949 100644 --- a/EthOn.rdf +++ b/EthOn.rdf @@ -1,18 +1,18 @@ + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"> @@ -21,13 +21,13 @@ Johannes Pfeffer testing - 0.0.1 Joseph Chow The EthOn Ethereum ontology, described using W3C RDF Schema and the Web Ontology Language. It is closely aligned with Gavin Wood's Ethereum yellow paper. Casey Detrio Maurycy Pietrzak Alex Beregszazi + EthOn - An Ethereum Ontology Herman Junge ethon @@ -963,6 +963,21 @@ + + + + + + + + logIndex + Relates a Log Entry to its index in the Tx Receipt. The log index defines the order of the Log Entries of a Tx Receipt. + log index + unstable + + + + @@ -1140,6 +1155,7 @@ + topicIndex @@ -1233,7 +1249,7 @@ unstable - + @@ -1248,7 +1264,7 @@ value in Wei unstable - + -

Properties 85

+

Properties 86