- From: Brent Shambaugh <brent.shambaugh@gmail.com>
- Date: Mon, 3 Nov 2014 10:00:07 -0600
- To: Web Payments CG <public-webpayments@w3.org>
- Message-ID: <CACvcBVojB+qPeYFcPyi9N524rqMFfpdtrNt02vfCL-SGNXx57Q@mail.gmail.com>
In the license template at https://web-payments.org/vocabs/payswarm#license
[1]
is it possible (perhaps formal) to replace
http://payswarm.example.com/licenses/personal-use with any URI regardless
of whether it contains the license text, and then use another URI to show
the text?
{
"@context": "https://w3id.org/payments/v1",
"id": "license:TAPR_OHL",
"type":"License",
"format":"text/html",
"licenseTemplate" : "http://www.tapr.org
/TAPR_Open_Hardware_License_v1.0.txt",
}
Eventually I'd like the license to point to an RDF/XML version of the
license like in the Creative Commons Rights Expression Language. Perhaps
both.
[1] (reproduced here)
{
"@context": "https://w3id.org/payswarm/v1",
"id": "http://payswarm.example.com/licenses/personal-use",
"type": "ps:License",
"format": "text/html",
"licenseTemplate": "This personal use license allows you to save the
purchased item onto any device that you own for your personal enjoyment and
make up to <span property=\"ex:physicalCopies\" /> printed copies of the
work for personal use.",
"licenseTerms": { "ex:physicalCopies": 5 }
}
-Brent Shambaugh
Website: bshambaugh.org
Received on Monday, 3 November 2014 16:00:39 UTC