Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 14, 2024
1 parent 11856a4 commit 8cd7d2c
Show file tree
Hide file tree
Showing 8 changed files with 24,333 additions and 24,333 deletions.
6 changes: 3 additions & 3 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1630,10 +1630,10 @@ slots:
A context qualifier representing a disease or condition in which a relationship expressed in an association took place.
range: disease
examples:
- value: MONDO:0004979 # Asthma
- value: MONDO:0005148 # type 2 diabetes mellitus
- value: MONDO:0004979 # Asthma
- value: MONDO:0005148 # type 2 diabetes mellitus
in_subset:
- translator_minimal
- translator_minimal

qualifiers:
deprecated: true
Expand Down
2 changes: 1 addition & 1 deletion 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": "2024-10-14T15:38:39",
"generation_date": "2024-10-14T15:45:54",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down
4 changes: 2 additions & 2 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -35761,9 +35761,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-10-14T15:38:34",
"source_file_date": "2024-10-14T15:45:50",
"source_file_size": 401471,
"generation_date": "2024-10-14T15:38:41",
"generation_date": "2024-10-14T15:45:56",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
5,694 changes: 2,847 additions & 2,847 deletions project/owl/biolink_model.owl.ttl

Large diffs are not rendered by default.

42,950 changes: 21,475 additions & 21,475 deletions project/shacl/biolink_model.shacl.ttl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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: 2024-10-14T15:38:53
# Generation date: 2024-10-14T15:46:07
# Schema: Biolink-Model
#
# id: https://w3id.org/biolink/biolink-model
Expand Down
6 changes: 3 additions & 3 deletions src/biolink_model/schema/biolink_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1630,10 +1630,10 @@ slots:
A context qualifier representing a disease or condition in which a relationship expressed in an association took place.
range: disease
examples:
- value: MONDO:0004979 # Asthma
- value: MONDO:0005148 # type 2 diabetes mellitus
- value: MONDO:0004979 # Asthma
- value: MONDO:0005148 # type 2 diabetes mellitus
in_subset:
- translator_minimal
- translator_minimal

qualifiers:
deprecated: true
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: 2024-10-14T15:39:36
# Generation date: 2024-10-14T15:46:49
# Schema: BiolinkClassPrefixes
#
# id: biolink-model-class-prefixes
Expand Down

0 comments on commit 8cd7d2c

Please sign in to comment.