URIs in License Template in PaySwarm Vocabulary

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