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

Data Error when Validating #3

Open
louisfcoding opened this issue Apr 1, 2021 · 1 comment
Open

Data Error when Validating #3

louisfcoding opened this issue Apr 1, 2021 · 1 comment

Comments

@louisfcoding
Copy link

louisfcoding commented Apr 1, 2021

Is there any more insight on why the following file is causing a data error when validating against the ontology?
Link to LD file
The ontology is the uco-observable one

@stanbernsteen
Copy link
Collaborator

stanbernsteen commented Apr 1, 2021

Can you send me your ontology turtle files? I really cannot tell what is happening without it.

I have fixed a number of bugs and will be releasing Version 1.1 early next week. One of the bugs that was fixed is what to do when the namespace mapping in the ontology and in the data file don't agree. This may fix your problem. If you send me the turtle files, I'll be able to check this before next week's release.

I noticed in one of our sample files, case-investigation is defined as "https://caseontology.org/ontology/case/investigation#" instead of "https://unifiedcyberontology.org/ontology/uco/investigation#Investigation". Please check your @context.

The new version of the Validator is now available on github. Please try the new version and tell me if it works better for you. The new version still does not support ordered lists (olo:slots and olo:items), and those still cause BNode errors. I hope to have that fixed next month.

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