-
Notifications
You must be signed in to change notification settings - Fork 18
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
Making ODRL2.2 to be OWL DL #107
Comments
I think these changes seem sensible (and nothing is lost). |
Please test it with the OWL API wrapper at Manchester Univ. site: http://mowl-power.cs.man.ac.uk:8080/validator (please remember that Turtle is not directly accepted by RDF/XML)
These changes have been implemented in the git branch issue107. To be merged as soon as they are approved in the call. As you see, the 21 statements above have been added, and half a dozen have been removed (as described above). With these changes, the ontology becomes OWL DL. Checked, for example, with (http://mowl-power.cs.man.ac.uk:8080/validator) |
@vroddon I think we can make a call on this issue (it's an obvious improvement). So lets just make the merge.... |
Completed |
PROBLEM
If you check the current complexity of the ontology, you will see it is not OWL DL.
You might want to test at the most famous OWL validator: Manchester
Because it is sometimes down, I created my own wrapper around OWL-API.
My OWL profiler
We may want to claim that the ODRL Ontology is OWL DL. We are near but a few technicalities prevent us from being compliant.
POSSIBLE SOLUTION
The possible solution consists of:
1. Declaring annotation properties as such. Adding the type of class to a few URIs.
2. Removing rdfs:Resource as range of properties
See #106
Act similarly with xsd:any.
I have tested myself introducing these changes, and the ontology validates then happily as OWL DL in the Manchester validator. Indeed, this is an important change and I think approval is needed before applying this.
The text was updated successfully, but these errors were encountered: