-
Notifications
You must be signed in to change notification settings - Fork 5
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
Deprecate rightsHolder #202
Comments
This is related to tdwg/ac#173, which is languishing because we couldn't decide what to do about it. I am going to have to defer on this. I don't know enough about the details of how this works on a practical level to know what's best. @edwbaker opened and commented on the issue I referenced above and may have a clearer understanding. The "Elaborate:" JSON looks sensible to me, but I'm not sure about the exact mappings. I would note that |
I'm speaking mainly from a collections perspective, which is the context from which many of these terms are being adopted. |
In my view there is a distinction between provider and publisher - but in this case provider seems appropriate. |
Currently the Data Package specs don't allow it, but I would prefer if |
Since rightsHolder is not a valid role of contributor, I would be tempted to map any license holders under sources, in which case I could need more than one. I'm driven to this by the documentation:
Ideally I'd like to place license holders under contributor, perhaps with role contributor, but that does seem a bit vague. Currently, I don't see a clear solution if you are packaging from more than one rightsHolder (eg both institutional and privately owned machine observations during a bioblitz) Maybe the solution is to split these sets up in seperate datapackages? Originally posted by @PietrH in #27 (comment) |
Discussed with @kbubnicki, once frictionlessdata/datapackage#805 is accepted an |
We currently have:
I think we need to be more clear on these terms to facilitate mapping of
dcterms: rightsHolder (of dataset)
This maps well to
camtrap:rightsHolder
dwc: institutionCode (of dataset)
Would this be
camtrap:rightsHolder
or the firstcamtrap:organization
?ac: creator (of media file)
Would this be
camtrap:rightsHolder
or the firstcamtrap:organization
or something else? Note it is not one of thecamtrap:contributors
with a rolecreator
, because that role is not supported.ac: providerLiteral (of media file)
Would this be the
camtrap:rightsHolder
or the firstcamtrap:organization
or something else?ac: owner (of media file)
This maps well to
camtrap:rightsHolder
I suggest to
organizations
owner
role torightsHolder
(rights) andinstitutionCode
(custody) and mediaowner
(copyright owner)creator
role toac: creator
or default back toowner
publisher
role toac: provider
or default back toowner
rightsHolder
as a separate termMinimal:
Elaborate;
What do you think @baskaufs @tucotuco @ben-norton ?
The text was updated successfully, but these errors were encountered: