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

Commit

Permalink
Include feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Jul 21, 2016
1 parent bc850a7 commit 0078b1a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions coala-ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ processing required would be incredible, rendering the identification of objects
inefficient. Instead, we prevent JSON-LD objects with IPLD links from self-identifying themselves
using an `@id` property. This is usually not a problem as objects can also identify themselves
through content addressing.
>>>>>>> origin/master


**Sources:**

Expand Down Expand Up @@ -1003,7 +1003,7 @@ Organization very literally, so as to provide reasoning for the individual steps
transformation. This will only be the case for this `Entity`, as the rationale for transforming
later `Entity` types will be fairly similar.*

Schema.org makes both a [Person](http://schema.org/Person) and an [Organization](http://schema.org/Organization)
Schema.org makes both a [schema.org/Person](http://schema.org/Person) and an [schema.org/Organization](http://schema.org/Organization)
available; hence, there is no need to define either concept as a single model differentiated by
`PartyType`. To keep the transformation of the `Entity` into an RDF schema simple, let us first
transform a RRM Party with `PartyType == 'lcc:Individual'` and then apply the learnings to an RRM
Expand Down Expand Up @@ -1070,9 +1070,9 @@ us:
In the example, we've used Andy Warhol's Wikipedia page as his Party identifier (`@id`). As an `@id`
value is only required to be a resolvable URI or IPLD merkle-link, a JSON-LD parser would validate
this without complaining; however, `@id` would ideally point to the location of the data itself to
show the JSON-LD parser how it could be resolved within the Internet. Unfortunately, Wikipedia
doesn't support this and `https://en.wikipedia.org/wiki/Andy_Warhol` doesn't return the required
data so we'll have to implement this ourselves.
show the JSON-LD parser where it could be resolved within the internet. Unfortunately, Wikipedia
doesn't support this, so that `https://en.wikipedia.org/wiki/Andy_Warhol` doesn't return the required
data, which is why we'll have to look for another solution.

To start off with, lets look at some limitations and requirements derived from the RRM and JSON-LD /
IPLD:
Expand Down Expand Up @@ -1120,7 +1120,8 @@ decentralized not-for-profit service is chosen). It lets users:
- Attach the public part of their key pairs to their identity.


Notable, currently-existing services that could be extended to support our use case include:
Notable, currently-existing services that could be extended to support our use case include
(preferably, a decentralized, non-profit service is chosen):

- https://pgp.mit.edu/
- https://keybase.io/
Expand Down

0 comments on commit 0078b1a

Please sign in to comment.