Skip to content

Non-transferable use case #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@
{ name: "Manu Sporny", url: "http://digitalbazaar.com/",
company: "Digital Bazaar, Inc.", companyURL: "http://digitalbazaar.com/" },
{ name: "Ken Ebert", url: "",
company: "Sovrin Foundation", companyURL: "https://sovrin.org/" }
company: "Sovrin Foundation", companyURL: "https://sovrin.org/" },
{ name: "David W Chadwick", url: "https://www.linkedin.com/in/davidwchadwick/",
company: "Truetrust Ltd", companyURL: "https://truetrust.co.uk/" },
Comment on lines +77 to +78
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ name: "David W Chadwick", url: "https://www.linkedin.com/in/davidwchadwick/",
company: "Truetrust Ltd", companyURL: "https://truetrust.co.uk/" },

We'll update this later. For now, add a credit line as I'll demonstrate in another comment.

],

// maximum level of table of contents
Expand Down Expand Up @@ -401,6 +403,12 @@ <h3>Retail</h3>
that contains proof of legitimacy. After having verified that the shop is
legit, he can purchase his gift.
</dd>
<dt>
<udef>R.4 Bona-fide shopper</udef>
</dt>
<dd>
David owns a restaurant and has registered with a low cost wholesaler to purchase provisions in bulk. The wholesaler has issued David with a credential to prove that he is entitled to enter the warehouse in order to purchase goods that are not available to the general public. The credential is marked "non-transferable" to stop David passing the credential to his friends to allow them to purchase low cost provisions.
</dd>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</dd>
<p class="shortUcContributor">Contributed by David Chadwick</p>
</dd>

Feel free to change to your company, if you prefer.

</dl>
</section>
<section>
Expand Down Expand Up @@ -701,6 +709,12 @@ <h3>Legal Identity</h3>
comfortable vouching for them and resettling them in a safer area for the
duration of the conflict.
</dd>
<dt>
<udef>L.5 Entitled visitor</udef>
</dt>
<dd>
Some historic tourist sites that charge an entrance fee, are also used daily by local people who do not need to pay to enter. The site administration issues credentials to the local people who are entitled to enter the site free of charge. These credentials are marked "non-transferable" to ensure that the local people do not pass their credential onto someone else (who would normally have to pay the entrance fee).
</dd>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</dd>
<p class="shortUcContributor">Contributed by David Chadwick</p>
</dd>

Pick one of these two use cases, with the credit line, and I think we'll be good to accept.

FWIW, we like the shopper more than the tourist, as it feels more accessible.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. I will keep the CostCo example.

</dl>
</section>
<section>
Expand Down