-
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
Rights refinement for jurisdiction #104
Comments
The Open Digital Rights Language (ODRL) uses dct:coverage for the jurisdiction. I don't know if that fits your use case, but you might want to take a look at ODRL for how they put it all together. ODRL is ostensibly an RDF vocabulary but they do state that it can be used with any other data format. |
That is an interesting framework. Their use of dc.coverage.jurisdiction is directly enabled by the fact that it describes the policy rather than the object. My understanding is that dct.jurisdiction is in its bare from applied to aboutness situations, in much the same way that LCSH terms are. Which in some ways makes it redundant. In a record-based approach to description using an OAI-pmh type xml syntax, it seems that this is not possible to describe the rights statement independently of the target object directly with Dublin Core. One could add it to the URI of a rights value but then one would need a URI for each permutation of Jurisdiction + 'right type'. |
@HughP I do not know about OAI-pmh syntax today but recall that OAI-pmh originally used flat records based on the fifteen-element Dublin Core. By "flat", I mean that the metadata recorded direct properties of the resource but could say nothing further about those properties, eg, the jurisdictional applicability of a rights statement.
If I correctly understand your question: yes - but not if the description needs to be flat. If flatness is abandoned, one can record "these rights go with this jurisdiction" and "those rights go with that jurisdiction" with nested elements in XML or additional nodes in RDF. Perhaps this could also be done with one URI that means "rights valid in jurisdiction X" and another URI for "rights valid in jurisdiction Y", and maybe that could even be used to keep the description flat, though at the cost of coining alot of extra URIs. As an aside, I'm curious about |
I agree that the ODRL use of coverage has as its "resource" the policy, not the object the policy is defining the rights for. I don't know what metadata format you are using, but as TomB stated, with RDF you can define more than one resource with DC Terms. So you can say: (my book) has dct:rights X And you have then defined X as a resource that dct:coverage can refer to. That is, however, possible only if you have an IRI for X. (There may be another way around this, but I'm not thinking of one at the moment.) If, however, your use of DC Terms is "flat" then, as you said, you cannot use dct:coverage to refer to the value of dct:rights because you are not able to define multiple resources for a single metadata "record." |
I don't necessarily use RFC2731 is really interesting. I've been looking for this source for a while, thanks. The only crawler I know of which looks in HTML for Dublin Core is GoogleScholar, and in the Google situation the stage manager (entity making the aggregator) determines the script (dialect and syntax of metadata). Is there another crawler that you know of? |
Is there a clear way to indicate which jurisdiction rights apply under? For example, US Government works may be in the public domain within the USA, but within copyright outside of the USA. Another case is terms of length of copyright. A described item may be within copyright, and the date created along with the copyright assertion can be recorded. But where this copyright is asserted (Canada, EU, USA, or any other Jurisdiction) is, as far as I can tell not able to be made clearly. This impacts the term of copyright application (and aldo the validity of licenses such as creative commons licenses which are dependent on the copyright applying to the item).
So an item may be copyright 1954... but one can't know if copyright still applies to that item unless one knows the legal framework under which copyright was asserted.
dc.coverage.jurisdiction
does not seem to apply. Is any clarification possible?The text was updated successfully, but these errors were encountered: