Skip to content

Commit

Permalink
chore: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Nov 8, 2024
1 parent 4a41e86 commit 7bd1e50
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 465 deletions.
Binary file modified project/excel/modos_schema.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions project/jsonld/modos_schema.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-23T16:01:04",
"generation_date": "2024-11-08T09:56:38",
"source": "modos_schema.yaml"
},
"@context": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"@id": "omics_type"
},
"sample_processing": {
"@type": "@id",
"@type": "xsd:anyURI",
"@id": "sample_processing"
},
"sequence_md5": {
Expand Down
6 changes: 3 additions & 3 deletions project/jsonld/modos_schema.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1080,9 +1080,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "modos_schema.yaml",
"source_file_date": "2024-10-23T15:50:05",
"source_file_size": 8488,
"generation_date": "2024-10-23T16:01:04",
"source_file_date": "2024-11-08T09:56:24",
"source_file_size": 9291,
"generation_date": "2024-11-08T09:56:39",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/modos_schema.context.jsonld",
Expand Down
27 changes: 21 additions & 6 deletions project/jsonschema/modos_schema.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@
"items": {
"type": "string"
},
"type": "array"
"type": [
"array",
"null"
]
}
},
"required": [
Expand Down Expand Up @@ -401,29 +404,41 @@
},
"description": {
"description": "A human-readable description for a thing",
"type": "string"
"type": [
"string",
"null"
]
},
"has_reference": {
"description": "Specifies the reference coordinate system used by an omics dataset.",
"items": {
"type": "string"
},
"type": "array"
"type": [
"array",
"null"
]
},
"has_sample": {
"description": "Biological sample included or described by a given thing.",
"items": {
"type": "string"
},
"type": "array"
"type": [
"array",
"null"
]
},
"id": {
"description": "A unique identifier for a thing",
"type": "string"
},
"name": {
"description": "A human-readable name for a thing",
"type": "string"
"type": [
"string",
"null"
]
}
},
"required": [
Expand Down Expand Up @@ -640,7 +655,7 @@
"description": "The biological sex of a sample."
},
"source_material": {
"description": "The biological source from which the sample was isolated (tissue, organ).\nShould be a tissue or organ code URI from the UBERON ontology.\nSee: [https://bioregistry.io/registry/uberon](https://bioregistry.io/registry/uberon)\n",
"description": "The biological source from which the sample was isolated (tissue, organ).\nShould be a code URI from the [UBERON](https://bioregistry.io/registry/uberon) ontology or [fairgenomes biospecimen types](https://raw.githubusercontent.com/fairgenomes/fairgenomes-semantic-model/refs/tags/v1.2/generated/ontology/fair-genomes-biospecimentypes.ttl).\n",
"type": [
"string",
"null"
Expand Down
Loading

0 comments on commit 7bd1e50

Please sign in to comment.