Open chrisgorgo opened 5 years ago
@chrisgorgo I thought we had some agreement to accomplish this with existing properties, but I can't find it now.
If we are going to add a new property it needs to begin with a lowercase character, and be designed for use in our large flat namespace e.g. we should consider how it looks in context of other types (scholarly articles, news articles...).
ping @mfenner - do you have anything in this area we can work from?
(edit) see also Twitter, https://twitter.com/danbri/status/1214204533284442112
Also found this usage:
"citation": "Casciotti, K. L., Cutter, G., Lam, P. J. (2019) Bottle files from the US GEOTRACES Pacific Meridional Transect (PMT) cruise (GP15) from September to November 2018. Biological and Chemical Oceanography Data Management Office (BCO-DMO). Dataset version 2019-10-22 [if applicable, indicate subset used]. http://lod.bco-dmo.org/id/dataset/777951 [access date]
From the extensive inline json-ld in https://www.bco-dmo.org/dataset/777951
Not sure that's quite what /citation expects, ...
This is something I see frequently, but I find it not easy to implement for two reasons:
A related concept is data availability statements, which are increasingly required by scholarly publishers, e.g. https://www.springernature.com/de/authors/research-data-policy/data-availability-statements/12330880.
JATS, the standard XML schema to encode scholarly articles, uses an <ack>
tag: https://jats.nlm.nih.gov/archiving/tag-library/1.1d1/n-ve20.html
Maybe a pragmatic approach is a property (e.g. howToAcknowledge
or the broader acknowledgments
) that is intended to be human-readable and works for all CreativeWork
, and then use additional properties such as Grant
or isBasedOn
for machine readability.
I think it may be worth looking at how this has been addressed in ODRS (http://schema.theodi.org/odrs/), also checking the related documentation - see in particular the relevant sections in the ODRS use cases, publishers' guide, and re-users' guide - plus @ldodds 's blog post on How Do We Attribute Data?
FYI, this issue was also part of a more general discussion on licences / rights statement in the context of the revision of DCAT (see https://github.com/w3c/dxwg/issues/114) - actually, in DCAT2, ODRS is mentioned as one of the vocabularies that can be used to support a more articulated specification of licences and rights statements (see https://www.w3.org/TR/vocab-dcat-2/#license-rights).
See issue #7 for the context of the move from the main Schema.org issue tracker to this repository.
Related to this is the role of citing a data steward, of sorts. That is, someone who has not contributed to the creation of the content, but rather, has been a major player/driving force in improving the FAIRness and played a large role in building documentation or pushing through to archival.
I am looking for a Dataset property that would we a valid place to describe how the authors of a dataset wish to be acknowledged when the data is reused. This is a common practice - for examples:
From: https://www.humanconnectome.org/study/hcp-young-adult/document/hcp-citations
From: https://ida.loni.usc.edu/collaboration/access/appLicense.jsp;jsessionid=276077ED59DB7D645715D6EB1024280D
The Brain Imaging Data Structure standard has field for that called "HowToAcknowledge".
Such field would be useful for two reasons:
@mfenner and @natashafn might be interested in this conversation