Skip to content
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

Attribution Duties #9

Closed
benedictws opened this issue Jul 6, 2020 · 0 comments
Closed

Attribution Duties #9

benedictws opened this issue Jul 6, 2020 · 0 comments

Comments

@benedictws
Copy link
Collaborator

benedictws commented Jul 6, 2020

In form, attribution duties are simple:

  1. They become active when the data is received by a new recipient. (I'm unclear as to whether this only counts for third-party recipients, or internal ones too - so I've modeled both)
  2. They can specify the wording of the attribution
  3. They usually attribute ownership. But I've stretched this a little to cover the disclaimers required on derived data. The action scope makes the distinction.

So for ownership, from the CME Derived Data license:

:D7     a                   odrl:Duty ;
        nl:creditor         <https://permid.org/1-4295899615> ; # CME
        odrl:action         [   a                       odrl:Attribute ;    
                                md:actionScope          md:Ownership ;
                                md:attribution          "The market data is the property of Chicago Mercantile Exchange Inc. or it’s licensors as applicable. All rights reserved, or otherwise licensed by Chicago Mercantile Exchange Inc." ;
                                odrl:count              "1"^^xsd:int
                            ]  ;
        md:recipient        ( md:Internal md:External ) .

And as a disclaimer on derived data:

:D9     a                   odrl:Duty ;
        nl:creditor         <https://permid.org/1-4295899615> ; # CME
        odrl:action         [   a                       odrl:Attribute ;    
                                md:actionScope          md:Disclaimer ;
                                md:attribution          "CME Group Market Data is used under license as a source of information for certain [LICENSEE/LICENSEE GROUP] products. CME Group has no other connection to [LICENSEE/LICENSEE GROUP] products and services and does not sponsor, endorse, recommend or promote any [LICENSEE/LICENSEE GROUP] products or services. CME Group has no obligation or liability in connection with the [LICENSEE/LICENSEE GROUP] products and services. CME Group does not guarantee the accuracy and/or the completeness of any Market Data licensed to [LICENSEE/LICENSEE GROUP] and shall not have any liability for any errors, omissions, or interruptions therein. there are no third-party beneficiaries of any agreements or arrangements between CME Group and [LICENSEE/LICENSEE GROUP]." ;
                                odrl:count              "1"^^xsd:int
                            ]  ;
        md:recipient        ( md:Internal md:External ) .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant