As the owner of a store I should be able to specify what licence applies to the content in the store. This should take the form of free-form text into which the owner can write a description of the terms or reference an existing set of terms or licence plus a link.
Information about the licence should be displayed on every XHTML page generated for the store. This should be a link formed from the bf:licenceText and bf:licenceLink properties and should be placed at the foot of each page in a div with a class of "licence". The a tag should have a rel attribute with a value of "license"
For example:
(note the different spellings of the word licence)
If the bf:licenceText is not specified in the licence configuration, occurs more than once or does not have a literal value then the text "No licence for using data from this store has been specified" should be used in its place. If the bf:licenceLink is not specified in the licence configuration, occurs more than once or does not have a URI value then no a tag should be included in the HTML. For example, if both properties are missing then the following HTML should be emitted:
The URI for the licence resource is /stores/{storename}/licence
This resource acts like a standard AddressableResource, see http://zoidberg.talis.local/wiki/Addressable_Resources
Expected configuration: