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

Update release files #291

Merged
merged 2 commits into from
Jan 23, 2025
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ src/ontology/reports/*
src/ontology/cob.owl
src/ontology/cob.obo
src/ontology/cob.json
src/ontology/cob.tsv
src/ontology/cob-base.*
src/ontology/cob-basic.*
src/ontology/cob-edit.owl
src/ontology/cob-full.*
src/ontology/cob-simple.*
src/ontology/cob-simple-non-classified.*
Expand Down
4 changes: 2 additions & 2 deletions cob-base.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cob/cob-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2024-12-12/cob-base.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2025-01-23/cob-base.owl"/>
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<terms:description xml:lang="en">COB brings together key terms from a wide range of OBO projects to improve interoperability.</terms:description>
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<terms:title xml:lang="en">Core Ontology for Biology and Biomedicine</terms:title>
<owl:versionInfo>2024-12-12</owl:versionInfo>
<owl:versionInfo>2025-01-23</owl:versionInfo>
</owl:Ontology>


Expand Down
4 changes: 2 additions & 2 deletions cob-root.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cob/cob-root.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2024-12-12/cob-root.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2025-01-23/cob-root.owl"/>
<terms:description xml:lang="en">COB brings together key terms from a wide range of OBO projects to improve interoperability.</terms:description>
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<terms:title xml:lang="en">Core Ontology for Biology and Biomedicine</terms:title>
<owl:versionInfo>2024-12-12</owl:versionInfo>
<owl:versionInfo>2025-01-23</owl:versionInfo>
</owl:Ontology>


Expand Down
4 changes: 2 additions & 2 deletions cob.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cob.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2024-12-12/cob.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2025-01-23/cob.owl"/>
<terms:description xml:lang="en">COB brings together key terms from a wide range of OBO projects to improve interoperability.</terms:description>
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<terms:title xml:lang="en">Core Ontology for Biology and Biomedicine</terms:title>
<owl:versionInfo>2024-12-12</owl:versionInfo>
<owl:versionInfo>2025-01-23</owl:versionInfo>
</owl:Ontology>


Expand Down
Loading