Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
quick typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Jul 13, 2016
1 parent b0807cf commit b42c5f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions coala-ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1580,8 +1580,8 @@ to also register a Creation of Edvard Munch's The Scream under his name. Visuall

Now obviously, we've created a awkward situation. We've stored all our ontology on a Blockchain, supporting IPLD and
content-addressed storage, meaning that in contrast to a for example SQL database, we're by no means able to revert the
transactions made. So since we can append-only to a Blockchain, the solution left to solve the problem is actually to
append an Assertion validating specific statements on their truthiness or falseness.
transactions made. Since we can append-only to a Blockchain, the solution left to solve the problem is actually to
append an Assertion validating specific statements.

Instead of falsifying the existence of the Creation "The Scream" though (this is what the LCC RRM recommends), what we'd
actually like to assert is the Creation's author property. By using IPLD's merkle-path feature, we're able to achieve
Expand Down Expand Up @@ -1665,5 +1665,4 @@ outcome there is a number of events that need to follow this specification, whic
- Identify a standards commite to send this to
- Take the RDF schema, take the proposed transformations here and put them in a format of a standard proposal


Thanks for reading!

0 comments on commit b42c5f4

Please sign in to comment.