Skip to content

Commit

Permalink
chore: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Dec 22, 2023
1 parent b02979b commit 96c64eb
Show file tree
Hide file tree
Showing 11 changed files with 556 additions and 376 deletions.
Binary file modified project/excel/smoc_schema.xlsx
Binary file not shown.
10 changes: 5 additions & 5 deletions project/graphql/smoc_schema.graphql
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
type AlignmentSet
{
uri: Uri!
location: Uri!
dataFormat: DataFormat!
hasSample: [Sample]
hasReference: ReferenceGenome
}

type Array
{
uri: Uri!
location: Uri!
dataFormat: DataFormat!
hasSample: [Sample]
hasReference: ReferenceGenome
Expand All @@ -22,7 +22,7 @@ type Assay

type DataEntity
{
uri: Uri!
location: Uri!
dataFormat: DataFormat!
hasSample: [Sample]
hasReference: ReferenceGenome
Expand All @@ -46,7 +46,7 @@ type ReferenceGenome
type ReferenceSequence
{
name: String
uri: Uri!
location: Uri!
sequenceMd5: String
sourceUri: Uri
}
Expand Down Expand Up @@ -74,7 +74,7 @@ type StudyCollection

type VariantSet
{
uri: Uri!
location: Uri!
dataFormat: DataFormat!
hasSample: [Sample]
hasReference: ReferenceGenome
Expand Down
8 changes: 4 additions & 4 deletions project/jsonld/smoc_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": "2023-12-22T13:53:26",
"generation_date": "2023-12-22T14:22:06",
"source": "smoc_schema.yaml"
},
"@context": {
Expand Down Expand Up @@ -51,6 +51,9 @@
"@type": "@id"
},
"id": "@id",
"location": {
"@type": "@id"
},
"name": {
"@id": "schema:name"
},
Expand All @@ -75,9 +78,6 @@
"taxon_id": {
"@type": "xsd:integer"
},
"uri": {
"@type": "@id"
},
"NamedThing": {
"@id": "schema:Thing"
}
Expand Down
24 changes: 12 additions & 12 deletions project/jsonld/smoc_schema.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -602,11 +602,11 @@
"@type": "SlotDefinition"
},
{
"name": "uri",
"definition_uri": "https://w3id.org/sdsc-ordes/smoc-schema/uri",
"description": "The uniform resource identifier to use to access a resource, either on the web or the filesystem",
"name": "location",
"definition_uri": "https://w3id.org/sdsc-ordes/smoc-schema/location",
"description": "The uniform resource identifier to access a resource, either on the web or the filesystem",
"from_schema": "https://w3id.org/sdsc-ordes/smoc-schema",
"slot_uri": "https://w3id.org/sdsc-ordes/smoc-schema/uri",
"slot_uri": "https://w3id.org/sdsc-ordes/smoc-schema/location",
"owner": "ReferenceSequence",
"domain_of": [
"DataEntity",
Expand Down Expand Up @@ -768,7 +768,7 @@
"description": "An entity containing data.",
"from_schema": "https://w3id.org/sdsc-ordes/smoc-schema",
"slots": [
"uri",
"location",
"data_format",
"has_sample",
"has_reference"
Expand Down Expand Up @@ -799,7 +799,7 @@
"from_schema": "https://w3id.org/sdsc-ordes/smoc-schema",
"slots": [
"name",
"uri",
"location",
"sequence_md5",
"source_uri"
],
Expand All @@ -814,7 +814,7 @@
"from_schema": "https://w3id.org/sdsc-ordes/smoc-schema",
"is_a": "DataEntity",
"slots": [
"uri",
"location",
"data_format",
"has_sample",
"has_reference"
Expand All @@ -830,7 +830,7 @@
"from_schema": "https://w3id.org/sdsc-ordes/smoc-schema",
"is_a": "DataEntity",
"slots": [
"uri",
"location",
"data_format",
"has_sample",
"has_reference"
Expand All @@ -846,7 +846,7 @@
"from_schema": "https://w3id.org/sdsc-ordes/smoc-schema",
"is_a": "DataEntity",
"slots": [
"uri",
"location",
"data_format",
"has_sample",
"has_reference"
Expand Down Expand Up @@ -880,9 +880,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "smoc_schema.yaml",
"source_file_date": "2023-12-22T13:51:54",
"source_file_size": 6468,
"generation_date": "2023-12-22T13:53:27",
"source_file_date": "2023-12-22T14:21:54",
"source_file_size": 6476,
"generation_date": "2023-12-22T14:22:07",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/smoc_schema.context.jsonld",
Expand Down
35 changes: 18 additions & 17 deletions project/jsonschema/smoc_schema.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"type": "array"
},
"uri": {
"description": "The uniform resource identifier to use to access a resource, either on the web or the filesystem",
"location": {
"description": "The uniform resource identifier to access a resource, either on the web or the filesystem",
"type": "string"
}
},
"required": [
"uri",
"location",
"data_format"
],
"title": "AlignmentSet",
Expand All @@ -50,13 +50,13 @@
},
"type": "array"
},
"uri": {
"description": "The uniform resource identifier to use to access a resource, either on the web or the filesystem",
"location": {
"description": "The uniform resource identifier to access a resource, either on the web or the filesystem",
"type": "string"
}
},
"required": [
"uri",
"location",
"data_format"
],
"title": "Array",
Expand Down Expand Up @@ -103,13 +103,13 @@
},
"type": "array"
},
"uri": {
"description": "The uniform resource identifier to use to access a resource, either on the web or the filesystem",
"location": {
"description": "The uniform resource identifier to access a resource, either on the web or the filesystem",
"type": "string"
}
},
"required": [
"uri",
"location",
"data_format"
],
"title": "DataEntity",
Expand Down Expand Up @@ -193,6 +193,10 @@
"additionalProperties": false,
"description": "A contiguous sequence of DNA part of a reference coordinate system (genome assembly).",
"properties": {
"location": {
"description": "The uniform resource identifier to access a resource, either on the web or the filesystem",
"type": "string"
},
"name": {
"description": "A human-readable name for a thing",
"type": "string"
Expand All @@ -205,14 +209,10 @@
"source_uri": {
"description": "The URI from which a resource was obtained.",
"type": "string"
},
"uri": {
"description": "The uniform resource identifier to use to access a resource, either on the web or the filesystem",
"type": "string"
}
},
"required": [
"uri"
"location"
],
"title": "ReferenceSequence",
"type": "object"
Expand Down Expand Up @@ -353,13 +353,13 @@
},
"type": "array"
},
"uri": {
"description": "The uniform resource identifier to use to access a resource, either on the web or the filesystem",
"location": {
"description": "The uniform resource identifier to access a resource, either on the web or the filesystem",
"type": "string"
}
},
"required": [
"uri",
"location",
"data_format"
],
"title": "VariantSet",
Expand All @@ -369,6 +369,7 @@
"$id": "https://w3id.org/sdsc-ordes/smoc-schema",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"description": "A holder for Study objects",
"metamodel_version": "1.7.0",
"properties": {
"entries": {
Expand Down
Loading

0 comments on commit 96c64eb

Please sign in to comment.