Skip to content

Commit

Permalink
add redundant-subClassOf-violation into qc
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Jan 16, 2024
1 parent 3427e26 commit 6b3e9ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ REPORT_FAIL_ON = ERROR
REPORT_LABEL = -l true
REPORT_PROFILE_OPTS = --profile $(ROBOT_PROFILE)
OBO_FORMAT_OPTIONS =
SPARQL_VALIDATION_CHECKS = owldef-self-reference iri-range label-with-iri multiple-replaced_by
SPARQL_VALIDATION_CHECKS = owldef-self-reference iri-range label-with-iri multiple-replaced_by redundant-subClassOf
SPARQL_EXPORTS = basic-report class-count-by-prefix edges xrefs obsoletes synonyms
ODK_VERSION_MAKEFILE = v1.4.3

Expand Down
6 changes: 6 additions & 0 deletions src/ontology/afpo-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ robot_report:
custom_profile: TRUE
report_on:
- edit
custom_sparql_checks:
- owldef-self-reference
- iri-range
- label-with-iri
- multiple-replaced_by
- redundant-subClassOf

0 comments on commit 6b3e9ca

Please sign in to comment.