Skip to content

Commit

Permalink
lintimg
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 29, 2023
1 parent eef508d commit 31a7e59
Show file tree
Hide file tree
Showing 7 changed files with 18,813 additions and 18,813 deletions.
8 changes: 4 additions & 4 deletions information_resource.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from information-resource.yaml by pythongen.py version: 0.0.1
# Generation date: 2023-11-29T10:56:43
# Generation date: 2023-11-29T12:47:45
# Schema: Biolink-Model
#
# id: https://w3id.org/biolink/biolink-model
Expand All @@ -24,7 +24,7 @@
from linkml_runtime.linkml_model.types import String

metamodel_version = "1.7.0"
version = "3.6.0"
version = "4.0.0"

# Overwrite dataclasses _init_fn to add **kwargs in __init__
dataclasses._init_fn = dataclasses_init_fn_with_kwargs
Expand Down Expand Up @@ -65,7 +65,7 @@ class InformationResourceContainer(YAMLRoot):
"""
_inherited_slots: ClassVar[List[str]] = []

class_class_uri: ClassVar[URIRef] = BIOLINK.InformationResourceContainer
class_class_uri: ClassVar[URIRef] = BIOLINK["InformationResourceContainer"]
class_class_curie: ClassVar[str] = "biolink:InformationResourceContainer"
class_name: ClassVar[str] = "InformationResourceContainer"
class_model_uri: ClassVar[URIRef] = INFORES.InformationResourceContainer
Expand All @@ -89,7 +89,7 @@ class InformationResource(YAMLRoot):
"""
_inherited_slots: ClassVar[List[str]] = []

class_class_uri: ClassVar[URIRef] = BIOLINK.InformationResource
class_class_uri: ClassVar[URIRef] = BIOLINK["InformationResource"]
class_class_curie: ClassVar[str] = "biolink:InformationResource"
class_name: ClassVar[str] = "InformationResource"
class_model_uri: ClassVar[URIRef] = INFORES.InformationResource
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": "2023-11-29T11:58:17",
"generation_date": "2023-11-29T12:45:09",
"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 @@ -33272,9 +33272,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2023-11-29T11:58:11",
"source_file_date": "2023-11-29T12:45:02",
"source_file_size": 362250,
"generation_date": "2023-11-29T11:58:19",
"generation_date": "2023-11-29T12:45:11",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
Loading

0 comments on commit 31a7e59

Please sign in to comment.