Skip to content
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

updated VBO with new templates #115

Merged
merged 3 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/odk-workflows/RepositoryFileStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ These are the components in VBO

| Filename | URL |
| -------- | --- |
| ncbitransbound.owl | None |
| ncbibreeds.owl | None |
| dadistransbound.owl | None |
| dadisbreedcountry.owl | None |
| livestockbreeds.owl | None |
| catbreeds.owl | None |
| breedstatus.owl | None |
| obsolete.owl | None |
| dogbreeds.owl | None |
| breedstatus.owl | None |
6 changes: 3 additions & 3 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------------------------
# Makefile for vbo
# Generated using ontology-development-kit
# ODK Version: v1.4
# ODK Version: v1.4.1
# ----------------------------------------
# IMPORTANT: DO NOT EDIT THIS FILE. To override default make goals, use vbo.Makefile instead

Expand Down Expand Up @@ -43,14 +43,14 @@ REPORT_PROFILE_OPTS =
OBO_FORMAT_OPTIONS =
SPARQL_VALIDATION_CHECKS = owldef-self-reference iri-range label-with-iri multiple-replaced_by
SPARQL_EXPORTS = basic-report class-count-by-prefix edges xrefs obsoletes synonyms
ODK_VERSION_MAKEFILE = v1.4
ODK_VERSION_MAKEFILE = v1.4.1

TODAY ?= $(shell date +%Y-%m-%d)
OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
VERSION= $(TODAY)
ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE)/releases/$(VERSION)/$@ --annotation owl:versionInfo $(VERSION)
ANNOTATE_CONVERT_FILE = annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) convert -f ofn --output [email protected] && mv [email protected] $@
OTHER_SRC = $(COMPONENTSDIR)/ncbitransbound.owl $(COMPONENTSDIR)/ncbibreeds.owl $(COMPONENTSDIR)/catbreeds.owl $(COMPONENTSDIR)/breedstatus.owl $(COMPONENTSDIR)/obsolete.owl $(COMPONENTSDIR)/dogbreeds.owl
OTHER_SRC = $(COMPONENTSDIR)/dadistransbound.owl $(COMPONENTSDIR)/dadisbreedcountry.owl $(COMPONENTSDIR)/livestockbreeds.owl $(COMPONENTSDIR)/catbreeds.owl $(COMPONENTSDIR)/dogbreeds.owl $(COMPONENTSDIR)/breedstatus.owl
ONTOLOGYTERMS = $(TMPDIR)/ontologyterms.txt
EDIT_PREPROCESSED = $(TMPDIR)/$(ONT)-preprocess.owl

Expand Down
6 changes: 3 additions & 3 deletions src/ontology/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<uri name="http://purl.obolibrary.org/obo/vbo/imports/wikidata_import.owl" uri="imports/wikidata_import.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/imports/cob_import.owl" uri="imports/cob_import.owl"/>

<uri name="http://purl.obolibrary.org/obo/vbo/components/ncbitransbound.owl" uri="components/ncbitransbound.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/ncbibreeds.owl" uri="components/ncbibreeds.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/dadistransbound.owl" uri="components/dadistransbound.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/dadisbreedcountry.owl" uri="components/dadisbreedcountry.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/livestockbreeds.owl" uri="components/livestockbreeds.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/catbreeds.owl" uri="components/catbreeds.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/breedstatus.owl" uri="components/breedstatus.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/obsolete.owl" uri="components/obsolete.owl"/>
<uri name="http://purl.obolibrary.org/obo/vbo/components/dogbreeds.owl" uri="components/dogbreeds.owl"/>


Expand Down
2,384 changes: 1,210 additions & 1,174 deletions src/ontology/components/catbreeds.owl

Large diffs are not rendered by default.

522 changes: 261 additions & 261 deletions src/ontology/components/catbreeds.tsv

Large diffs are not rendered by default.

Loading
Loading