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

schemaorg.owl releases since 3.9 uses typo'd term "xsd:dat" #3289

Closed
ajnelson-nist opened this issue Apr 4, 2023 · 2 comments
Closed

schemaorg.owl releases since 3.9 uses typo'd term "xsd:dat" #3289

ajnelson-nist opened this issue Apr 4, 2023 · 2 comments

Comments

@ajnelson-nist
Copy link

This line in schemaorg.owl version 15.0 should use http://www.w3.org/2001/XMLSchema#date. dat is not one of the XML Schema datatypes (primitive or derived). A grep shows this typo seems to have been present since release 3.9.

This can cause a runtime error in tools that consider certain namespaces to have a closed membership set, such as the XML Schema datatypes (i.e. the tool does typo checks for standard IRIs).

Can this typo be corrected for the next release?

@RichardWallis
Copy link
Contributor

Fixed in 058b647
Will appear in next release

@ajnelson-nist
Copy link
Author

Thank you!

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