Skip to content

Commit

Permalink
Add sparql check for annotations (#1659)
Browse files Browse the repository at this point in the history
* add sparql check for annotations

* replace dce to dcterms & add skos annotations

* replace `dc:date` to `dcterms:date`
  • Loading branch information
Anita Caron committed Jul 15, 2022
1 parent ee5d1b1 commit 7cd63ff
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 64 deletions.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ REPORT_FAIL_ON = ERROR
REPORT_LABEL =
REPORT_PROFILE_OPTS =
OBO_FORMAT_OPTIONS =
SPARQL_VALIDATION_CHECKS = equivalent-classes owldef-self-reference nolabels pmid-not-dbxref obsolete-replaced_by orcid-contributor
SPARQL_VALIDATION_CHECKS = equivalent-classes owldef-self-reference nolabels pmid-not-dbxref obsolete-replaced_by orcid-contributor illegal-annotation-property
SPARQL_EXPORTS = basic-report
ODK_VERSION_MAKEFILE = v1.3.1

Expand Down
Loading

0 comments on commit 7cd63ff

Please sign in to comment.