-
Notifications
You must be signed in to change notification settings - Fork 13
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
transformation of dct:license #68
Comments
Could you specify, how the XSLT would recognize which of the Ideally, it should be based on something else than parsing the URL and deciding based on the domain name or such. |
I'm afraid there is not a lot of other information to base the logic on other than the url. The url's
All other url's should probably be transformed to license statements. |
I've also looked into this whole area a fair bit, and this is truly a rabbit hole. First off, if you want a pragmatic solution, the mapping correctly transforms snippets such as the following (edited from my initial comment about 1h ago to provide an up to date example)
into
Now, if this is in keeping with good practice for INSPIRE, I do not know. However, the underlying issue, as I see it, that INSPIRE conflates access conditions and use conditions, and moreover that it has two different sections regulating the description of access conditions, the differences between which are not entirely clear to me. Now, to get to the specific case that you're describing, and which we've dealth with ourselves (Denmark), my reading is that the presence of a CC-BY license means that mentioning "noConditionsApply" is superfluous or actually even wrong. Cf. the INSPIRE technical guidelines p. 55:
But the presence of CC-BY indicates that some conditions for use actually do apply, namely the requirement of attributing the source of the data. The guidelines continue:
I would think we are in such an other case, no? |
This is an issues stemming from the GeoDCAT-AP 3.0.0 pilot.
We observe in the transformation that creative commons licensing is transformed to a dct:RightsStatement.
This is a snippet from a iso 19115 xml document that provides an inspire rightsStatement as well as a Creative Commons License:
The transformation logic maps both of those snippets to a dct:accessRights Statement:
The correct transformation should map the creative commons statement to a:
The text was updated successfully, but these errors were encountered: