Skip to content

Commit

Permalink
Merge pull request #198 from OBOFoundry/ODK130-somerefactor
Browse files Browse the repository at this point in the history
ODK Migrate and IRI fixes
  • Loading branch information
matentzn authored May 2, 2022
2 parents ec4f24f + 4a9af42 commit e90ccf4
Show file tree
Hide file tree
Showing 23 changed files with 3,970 additions and 2,927 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Basic ODK workflow
name: Docs

# Controls when the action will run.
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- master

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yaml

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ src/patterns/pattern_owl_seed.txt
src/patterns/all_pattern_terms.txt
src/ontology/README-editors.md
src/ontology/products/
src/ontology/cob-native.owl
src/ontology/cob.ttl
662 changes: 213 additions & 449 deletions cob-base-reasoned.owl

Large diffs are not rendered by default.

836 changes: 248 additions & 588 deletions cob-base.owl

Large diffs are not rendered by default.

648 changes: 206 additions & 442 deletions cob-examples-reasoned.owl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cob-full.owl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cob/cob-full.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2021-09-13/cob-full.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2022-04-29/cob-full.owl"/>
<dc:description xml:lang="en">COB brings together key terms from a wide range of OBO projects to improve interoperability.</dc:description>
<dc:title xml:lang="en">Core Ontology for Biology and Biomedicine</dc:title>
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2021-09-13</owl:versionInfo>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2022-04-29</owl:versionInfo>
</owl:Ontology>


Expand Down
Loading

0 comments on commit e90ccf4

Please sign in to comment.