Re: [dxwg] Allow license property to link to other than LicenseDocument

@nicholascar I'm awfully sorry I didn't see your tag earlier :(

If it still can help, what I meant was rather in the line of your second pattern. And ODRL even has a property for this: odrl:inheritFrom.

In Europeana we have an example of this for some of our rights statements:
https://pro.europeana.eu/files/Europeana_Professional/Share_your_data/Technical_requirements/EDM_Documentation/EDM_Mapping_Guidelines_v2.4_102017.pdf
p50 (in RDF/XML, unfortunately)
```
<edm:WebResource rdf:about="http://example.org/aPieceOfMedia">
    <edm:rights rdf:resource="#statement_3000095353971"/>
</edm:WebResource>
<cc:License rdf:about="#statement_3000095353971"/>
    <odrl:inheritFrom rdf:resource=“http://rightsstatements.org/vocab/NoC‐NC/1.0/”/>
     <cc:deprecatedOn rdf:datatype=”http://www.w3.org/2001/XMLSchema‐datatypes#date”>2029‐06‐01</cc:deprecatedOn>
</cc:License>
```

The cc:License could be replaced by another type of odrl:Policy I guess. But our example is so design that we've used cc:License.


-- 
GitHub Notification of comment by aisaac
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/114#issuecomment-403959898 using your GitHub account

Received on Tuesday, 10 July 2018 20:45:49 UTC