Skip to content

Commit

Permalink
Regenerate artifacts from biolink-model.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 15, 2023
1 parent f56b9ef commit e3a2f3e
Show file tree
Hide file tree
Showing 10 changed files with 18,899 additions and 18,899 deletions.
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": "2023-12-15T19:51:59",
"generation_date": "2023-12-15T20:07:21",
"source": "biolink_model.yaml"
},
"@context": {
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 @@ -2,7 +2,7 @@
"name": "Biolink-Model",
"description": "Entity and association taxonomy and datamodel for life-sciences data",
"id": "https://w3id.org/biolink/biolink-model",
"version": "4.0.0",
"version": "4.1.0",
"imports": [
"linkml:types"
],
Expand Down Expand Up @@ -33551,9 +33551,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2023-12-15T19:51:55",
"source_file_date": "2023-12-15T20:07:16",
"source_file_size": 370205,
"generation_date": "2023-12-15T19:52:02",
"generation_date": "2023-12-15T20:07:23",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
2 changes: 1 addition & 1 deletion project/jsonschema/biolink_model.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31955,5 +31955,5 @@
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
"type": "object",
"version": "4.0.0"
"version": "4.1.0"
}
4,828 changes: 2,414 additions & 2,414 deletions project/owl/biolink_model.owl.ttl

Large diffs are not rendered by default.

32,946 changes: 16,473 additions & 16,473 deletions project/shacl/biolink_model.shacl.ttl

Large diffs are not rendered by default.

4 changes: 2 additions & 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: 2023-12-15T19:52:23
# Generation date: 2023-12-15T20:07:45
# Schema: Biolink-Model
#
# id: https://w3id.org/biolink/biolink-model
Expand All @@ -25,7 +25,7 @@
from linkml_runtime.utils.metamodelcore import Bool, URIorCURIE, XSDDate, XSDTime

metamodel_version = "1.7.0"
version = "4.0.0"
version = "4.1.0"

# Overwrite dataclasses _init_fn to add **kwargs in __init__
dataclasses._init_fn = dataclasses_init_fn_with_kwargs
Expand Down
2 changes: 1 addition & 1 deletion src/biolink_model/datamodel/pydanticmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


metamodel_version = "None"
version = "4.0.0"
version = "4.1.0"

class WeakRefShimBaseModel(BaseModel):
__slots__ = '__weakref__'
Expand Down
2 changes: 1 addition & 1 deletion src/biolink_model/datamodel/pydanticmodel_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


metamodel_version = "None"
version = "4.0.0"
version = "4.1.0"

class ConfiguredBaseModel(BaseModel):
model_config = ConfigDict(
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 @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

# Version should be kept in sync with primary Git repository release tag

version: 4.0.0
version: 4.1.0


## ------------
Expand Down
4 changes: 2 additions & 2 deletions 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: 2023-12-15T19:54:17
# Generation date: 2023-12-15T20:09:38
# Schema: BiolinkClassPrefixes
#
# id: biolink-model-class-prefixes
Expand All @@ -25,7 +25,7 @@
from linkml_runtime.utils.metamodelcore import URI, URIorCURIE

metamodel_version = "1.7.0"
version = "4.0.0"
version = "4.1.0"

# Overwrite dataclasses _init_fn to add **kwargs in __init__
dataclasses._init_fn = dataclasses_init_fn_with_kwargs
Expand Down

0 comments on commit e3a2f3e

Please sign in to comment.