Skip to content

Commit

Permalink
🚀 Automatically rebuilt derived files (#2662)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Dec 12, 2024
1 parent 0678146 commit 7591f54
Show file tree
Hide file tree
Showing 5 changed files with 1,127 additions and 1,079 deletions.
10 changes: 9 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5778,14 +5778,22 @@ ontologies:
ontology_purl: http://purl.obolibrary.org/obo/pr.owl
preferredPrefix: PR
products:
- description: PRO after reasoning has been applied, OWL format.
- description: PRO after reasoning has been applied, OWL format. Add '.gz' for compressed.
id: pr.owl
ontology_purl: http://purl.obolibrary.org/obo/pr.owl
title: pro_reasoned.owl
- description: PRO after reasoning has been applied, OBO format.
id: pr.obo
ontology_purl: http://purl.obolibrary.org/obo/pr.obo
title: pro_reasoned.obo
- description: PRO without reasoning applied, OWL format. Add '.gz' for compressed.
id: pr-asserted.owl
ontology_purl: http://purl.obolibrary.org/obo/pr-asserted.owl
title: pro_nonreasoned.owl
- description: PRO without reasoning applied, OBO format.
id: pr-asserted.obo
ontology_purl: http://purl.obolibrary.org/obo/pr-asserted.obo
title: pro_nonreasoned.obo
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/27899649
title: 'Protein Ontology (PRO): enhancing and scaling up the representation of
Expand Down
14 changes: 13 additions & 1 deletion registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -8069,7 +8069,7 @@
"preferredPrefix": "PR",
"products": [
{
"description": "PRO after reasoning has been applied, OWL format.",
"description": "PRO after reasoning has been applied, OWL format. Add '.gz' for compressed.",
"id": "pr.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/pr.owl",
"title": "pro_reasoned.owl"
Expand All @@ -8079,6 +8079,18 @@
"id": "pr.obo",
"ontology_purl": "http://purl.obolibrary.org/obo/pr.obo",
"title": "pro_reasoned.obo"
},
{
"description": "PRO without reasoning applied, OWL format. Add '.gz' for compressed.",
"id": "pr-asserted.owl",
"ontology_purl": "http://purl.obolibrary.org/obo/pr-asserted.owl",
"title": "pro_nonreasoned.owl"
},
{
"description": "PRO without reasoning applied, OBO format.",
"id": "pr-asserted.obo",
"ontology_purl": "http://purl.obolibrary.org/obo/pr-asserted.obo",
"title": "pro_nonreasoned.obo"
}
],
"publications": [
Expand Down
Loading

0 comments on commit 7591f54

Please sign in to comment.