We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I quite often see this:
A = R some C
This nearly always, if not always, points to an error. I suggest a new test: Severity: WARN Test:
PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?entity ?property ?value ?y WHERE { ?entity owl:equivalentClass ?ec . ?ec rdf:type owl:Restriction . ?ec owl:someValuesFrom ?y . ?ec owl:onProperty ?property . FILTER (!isBlank(?entity)) FILTER (!isBlank(?y)) BIND("No genus in definition" as ?value) ORDER BY ?entity
The text was updated successfully, but these errors were encountered:
Note to self, this would break all phenotype ontologies. maybe reconsider. Closing for now but will perhaps revisit
Sorry, something went wrong.
Changed my mind. Will do this.
matentzn
Successfully merging a pull request may close this issue.
I quite often see this:
A = R some C
This nearly always, if not always, points to an error. I suggest a new test:
Severity: WARN
Test:
The text was updated successfully, but these errors were encountered: