-
Notifications
You must be signed in to change notification settings - Fork 825
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
New property suggestions: copyrightNotice and creditLine #2659
Comments
Thanks @bquinn - this looks fairly straightforward On "author" / "creator", I think they are effectively synonyms except that it is conventional to use the word "creator" for media objects and "author" for primarily textual creations. We can clarify this. Dublin Core started out with "author" and moved to "creator" after a workshop on images, I believe. |
The Type would also be important here, not only for still photographs, but for all creative works.
|
Thanks for your comment @WeaverStever. Creative Commons licences can already be specified using the http://schema.org/license property on CreativeWork - see https://developers.google.com/search/docs/data-types/image-license-metadata#structured-data for more info on how Google will soon use that info to display some licence information on search results pages for images. For a Creative Commons work, the copyrightNotice property could contain something like "Copyright 2020 Barbara Smith. Some Rights Reserved" (see https://creativecommons.org/faq/#what-does-some-rights-reserved-mean), or "Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license." Regarding your second point, I don't think the copyright owner asserting whether fair use is encouraged or not changes the legal status of the work or of any derived work. Do you have an example where this is used in practice? Re your third point, schema.org has recently introduced a new property on CreativeWork, https://schema.org/acquireLicensePage, which was intended to be used for requesting image reuse licences but happily it should also work well for the case of requesting a synchronisation licence for a piece of music. For musicians that refuse sync licences, they could put a message on their acquireLicensePage that says so. Otherwise this URL could point to the creator's instructions for how to obtain a sync licence. |
@bquinn My point is that there are two perspectives to consider, one is the from the organization asserting the copyright/conditions, the other is from the consumer complying with those conditions. As for my second point, content experts may borrow a clip from a mainstream news outlet and create a derived creative work. Regardless to the law, YouTube and Facebook will take down the new work if any DMCA claim is made against it -- bogus or not. If the original work has Fair Use and terms declared, the platform can be assured that the copyright claim is not authentic and move on. Another issue comes to mind, photographers will often license their work to a media outlet; however, that license will often have a begin and end date. |
Hi @danbri, is there anything else you need from us before finalising this? We are happy with |
let's go with I'll draft up something for v11.0 and we can work through the details. As for We have both, we say they are equivalent in English - do we want to go further and say that for any x and y related by |
I've made a pass at adding something based on these definitions, with the wording softened somewhat to avoid sounding overly contractual. See commitlog above. |
This was deployed in yesterday's release, so I'll close the issue. Thanks @danbri and all for launching it! |
We at IPTC are working with the schema.org team to create a definitive mapping between IPTC embedded photo metadata fields and their equivalent schema.org properties.
Out of that work has come a couple of suggestions for new properties which aren't covered exactly in the current schema, and suggestions for clarifications.
New property on CreativeWork: https://schemaorg/copyrightNotice
Description: Contains any necessary copyright notice for asserting the intellectual property for this Creative Work and should identify the current owner of the copyright for the Work.
rdf:type: https://schema.org/Text
New property on CreativeWork: named either https://schema.org/creditLine or https://schema.org/creditText
Description: The credit to person(s) and/or organization(s) which is required be used when the Creative Work is published.
rdf:type: https://schema.org/Text
We also have some requests for clarifications in the docs:
Make it clear when to use “author” and when to use “creator”. Currently the definitions seem to overlap. Can we make it clear when each property should be used?
Make it clear when to use “description” vs "abstract" and “caption”. Currently ImageObject defines caption but also has description which is inherited from Thing, plus abstract inherited from CreativeWork.
The text was updated successfully, but these errors were encountered: