Skip to content
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

Reference to the non-existent class dwc:all in dwctermshistory.rdf and dwcterms.rdf #118

Closed
baskaufs opened this issue Apr 25, 2016 · 1 comment

Comments

@baskaufs
Copy link

The dwcattributes:organizedInClass properties for the record level terms have the value "all", as in:

<dwcattributes:organizedInClass rdf:resource="all"/>

This XML syntax is interpreted such that the object of the triple is http://rs.tdwg.org/dwc/terms/all, a class that doesn't exist in DwC. It's easier to see in Turtle, where the triple would render like this:

dwc:dataGeneralizations-2009-04-24 dwcattributes:organizedInClass dwc:all.

I suspect that the best solution is to just delete the

<dwcattributes:organizedInClass rdf:resource="all"/>

tags from the RDF/XML rather than trying to define some class that is a union of all Darwin Core classes.

@tucotuco
Copy link
Member

Fixed in commit c4ae495.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants