Skip to content

Commit

Permalink
add population-report as custom_sparql_exports in odk config
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Jul 1, 2024
1 parent f24f79a commit 1246178
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.5
container: obolibrary/odkfull:v1.5.1

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
8 changes: 4 additions & 4 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------------------------
# Makefile for afpo
# Generated using ontology-development-kit
# ODK Version: v1.5
# ODK Version: v1.5.1
# ----------------------------------------
# IMPORTANT: DO NOT EDIT THIS FILE. To override default make goals, use afpo.Makefile instead

Expand All @@ -10,7 +10,7 @@
# More information: https://github.com/INCATools/ontology-development-kit/

# Fingerprint of the configuration file when this Makefile was last generated
CONFIG_HASH= af1f82a5606c99c50f8ffd1512e3231535e469c5608b105cd7e6d0812459fe01
CONFIG_HASH= e1bf11e44b05c39c62c5f979e012002f6fc66e1b8bbca84a46a9fcc47fcfd240


# ----------------------------------------
Expand Down Expand Up @@ -46,8 +46,8 @@ 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 redundant-subClassOf population-size population_group-inconsistency country_origin-inconsistency
SPARQL_EXPORTS = basic-report class-count-by-prefix edges xrefs obsoletes synonyms
ODK_VERSION_MAKEFILE = v1.5
SPARQL_EXPORTS = basic-report class-count-by-prefix edges xrefs obsoletes synonyms population-report
ODK_VERSION_MAKEFILE = v1.5.1

TODAY ?= $(shell date +%Y-%m-%d)
OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
Expand Down
8 changes: 8 additions & 0 deletions src/ontology/afpo-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ robot_report:
- country_origin-inconsistency
sparql_test_on:
- afpo-sparqltest-full.owl
custom_sparql_exports:
- basic-report
- class-count-by-prefix
- edges
- xrefs
- obsoletes
- synonyms
- population-report

0 comments on commit 1246178

Please sign in to comment.