-
Notifications
You must be signed in to change notification settings - Fork 209
We have been using the wrong dublin core URI to indicate license all this time #540
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
Comments
This is the SPARQL
|
This continually annoys me. I lean towards using |
In our MTSR 2017 paper about MOD1.2 we have done a semi automatic review about the use of metadata properties over 222 ontologies and this is our comment on this point: " Some developers prefer to refer DC (more) and some prefer DC Terms for the similar element. In the context of semantic web applications, although using DC is not incorrect (as an annotation property), DCMI recommends using DCT that provides domain and range information for properties: Si indeed, I would recommend in the header of an ontology to use DC Terms. |
The documentation http://www.obofoundry.org/principles/fp-001-open.html has been updated to the correct prefix and purl where necessary. |
…in the context of multivariate analysis, fixing the reference to license (use of dcterms:license instead of dc:license) in accordance to the following obofoundry issue OBOFoundry/OBOFoundry.github.io#540. i had to also edit obi_import.owl locally but a ticket has been submitted to obi so should be addressed soon
This is a fair point. Some of the confusing aspects -- the idiosyncratic terminology (e.g., elements = properties), the parallel core properties with and without ranges... -- are more understandable if one considers that Dublin Core predated RDF.
Dublin Core was published as an RDF vocabulary before OWL appeared and before domains and ranges became widely used. Many FWIW, DCMI has "gently encouraged" use of Note that the RDFa Core Initial Context used DCMI has been working with ISO on drafting an ISO 15836 Part 2, which will extend the ISO standard to
If you feel it would help for DCMI to make an OWL commitment, please formulate a proposal (paragraph or two, plus footnotes and a rationale in plain language for public consumption) and we can put it on the agenda!
If this group has any other comments or proposals, please get in touch! We may use the Github issue tracker, as you do, though this will be for the committee to decide. In the meantime, please just drop me a line. |
Thanks for your input @tombaker @jonquet @balhoff Yes, it seems clear we should use dcterms, thanks for updating the docs @nataled thanks for updating obi @proccaserra I'll leave this open til we have worked through all ontologies and followed up @tombaker - I will think about a proposal for owl commitment, maybe @alanruttenberg will want to help with that |
Some fixes from @balhoff |
Are there still aspects of this that need to be addressed? If so, is there anyone other than @cmungall who could work on them? |
This specific issue is being addressed by the OBO dashboard.
Not sure if this has been done. |
Actually I see @nataled has updated the docs. I think this can be closed (I don't have permission). |
Is it just me that finds dublin core kind of confusing for such a small and basic ontology?
According to http://dublincore.org/documents/dces/
There are two URI prefixes
The latter duplicates the 15 terms of the former in order to add RDF constraints. So we have dce:contributor and dcterms:contributor; and we also have dce:rights and dcterms:rights.
When should we use dce vs dcterms? The former has the blessing of IETF/ISO/NISO, but the latter has a more complete RDF formalization. So which to choose? I admit I just copy and paste what others have done. An additional complication is that they have no OWL commitment which is a potential train wreck waiting to happen (e.g. when we combine conflicting commitments to AP vs OP vs DP).
OK but a bigger issues seems to be that there is no dce:license, yet this is what we use in the vast majority of our ontologies!
there is a dcterms:license, but it's not in the core set: https://en.wikipedia.org/wiki/Dublin_Core#DCMI_Metadata_Terms
see also
http://www.dublincore.org/documents/dcmi-terms/#terms-license
You can see the distribution of our usage here:
http://sparql.hegroup.org/sparql?default-graph-uri=&query=prefix+dce%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%3E%0D%0Aprefix+dcterms%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0D%0A%0D%0ASELECT+DISTINCT+%3Font+%3Fp+WHERE+%7B%0D%0A+%7B+%3Font+dce%3Alicense+%3Flicense+.+BIND+%28%22dce%3Alicense%22+as+%3Fp%29+%7D%0D%0A+UNION%0D%0A+%7B+%3Font+dcterms%3Alicense+%3Flicense+.+BIND+%28%22dcterms%3Alicense%22+as+%3Fp%29+%7D%0D%0A+UNION%0D%0A+%7B+%3Font+dce%3Arights+%3Flicense+.+BIND+%28%22dce%3Arights%22+as+%3Fp%29+%7D%0D%0A+UNION%0D%0A+%7B+%3Font+dcterms%3Arights+%3Flicense+.+BIND+%28%22dcterms%3Arights%22+as+%3Fp%29+%7D%0D%0A%7D&format=text%2Fhtml&timeout=0&debug=on
The ones at the top are wrong AFAICT
Of course many ontologies still don't embed their license in the header - this is being taken care of in another ticket.
Either dce:rights or dcterms:rights are valid, and within the norms of the wider semantic web, although OBO intends to signal we require license not rights.
These are our docs:
http://www.obofoundry.org/principles/fp-001-open.html
The OWL recommendation is ambiguous, as the dc prefix is not defined, but this is typically a builtin for dce.
Action: change docs to unambiguously state dcterms:license, and chase down and harmonize all ontologies.
Question: what does it say that this problem has been unnoticed for so long...?
The text was updated successfully, but these errors were encountered: