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

regenerate files #1544

Merged
merged 2 commits into from
Jan 10, 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: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8213,7 +8213,7 @@ classes:
- NCIT
- SNOMEDCT
- medgen
- ICD11
- icd11
- icd11.foundation
- ICD10
- ICD9
Expand Down
3 changes: 1 addition & 2 deletions project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2025-01-09T18:18:14",
"generation_date": "2025-01-10T08:43:20",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down Expand Up @@ -230,7 +230,6 @@
"@prefix": true
},
"ICD10": "https://icd.who.int/browse10/2016/en#/",
"ICD11": "http://id.who.int/icd/entity/",
"ICD9": {
"@id": "http://translator.ncats.nih.gov/ICD9_",
"@prefix": true
Expand Down
6 changes: 3 additions & 3 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -27232,7 +27232,7 @@
"NCIT",
"SNOMEDCT",
"medgen",
"ICD11",
"icd11",
"icd11.foundation",
"ICD10",
"ICD9",
Expand Down Expand Up @@ -35901,9 +35901,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2025-01-09T18:18:11",
"source_file_date": "2025-01-10T08:43:16",
"source_file_size": 404136,
"generation_date": "2025-01-09T18:18:17",
"generation_date": "2025-01-10T08:43:22",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
5,610 changes: 2,805 additions & 2,805 deletions project/owl/biolink_model.owl.ttl

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion project/prefixmap/biolink-model-prefix-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"HsapDv": "http://purl.obolibrary.org/obo/HsapDv_",
"IAO": "http://purl.obolibrary.org/obo/IAO_",
"ICD10": "https://icd.who.int/browse10/2016/en#/",
"ICD11": "http://id.who.int/icd/entity/",
"ICD9": "http://translator.ncats.nih.gov/ICD9_",
"IDO": "http://purl.obolibrary.org/obo/IDO_",
"INCHI": "http://identifiers.org/inchi/",
Expand Down
2 changes: 1 addition & 1 deletion project/prefixmap/preferred_prefixes_per_class.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@
"order": 12
},
{
"prefix": "ICD11",
"prefix": "icd11",
"base_uri": "http://id.who.int/icd/entity/",
"order": 13
},
Expand Down
43,262 changes: 21,631 additions & 21,631 deletions project/shacl/biolink_model.shacl.ttl

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/biolink_model/datamodel/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from biolink_model.yaml by pythongen.py version: 0.0.1
# Generation date: 2025-01-09T18:18:29
# Generation date: 2025-01-10T08:43:34
# Schema: Biolink-Model
#
# id: https://w3id.org/biolink/biolink-model
Expand Down Expand Up @@ -115,7 +115,6 @@
HSAPDV = CurieNamespace('HsapDv', 'http://purl.obolibrary.org/obo/HsapDv_')
IAO = CurieNamespace('IAO', 'http://purl.obolibrary.org/obo/IAO_')
ICD10 = CurieNamespace('ICD10', 'https://icd.who.int/browse10/2016/en#/')
ICD11 = CurieNamespace('ICD11', 'http://id.who.int/icd/entity/')
ICD9 = CurieNamespace('ICD9', 'http://translator.ncats.nih.gov/ICD9_')
IDO = CurieNamespace('IDO', 'http://purl.obolibrary.org/obo/IDO_')
INCHI = CurieNamespace('INCHI', 'http://identifiers.org/inchi/')
Expand Down
2 changes: 1 addition & 1 deletion src/biolink_model/schema/biolink_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8213,7 +8213,7 @@ classes:
- NCIT
- SNOMEDCT
- medgen
- ICD11
- icd11
- icd11.foundation
- ICD10
- ICD9
Expand Down
2 changes: 1 addition & 1 deletion src/biolink_model/scripts/classprefixes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from class_prefixes.yaml by pythongen.py version: 0.0.1
# Generation date: 2025-01-09T18:19:13
# Generation date: 2025-01-10T08:44:21
# Schema: BiolinkClassPrefixes
#
# id: biolink-model-class-prefixes
Expand Down
Loading