Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.0rc3 #183

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linkml_model/annotations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from annotations.yaml by pythongen.py version: 0.0.1
# Generation date: 2024-01-29T16:05:46
# Generation date: 2024-02-07T17:29:22
# Schema: annotations
#
# id: https://w3id.org/linkml/annotations
Expand Down
2 changes: 1 addition & 1 deletion linkml_model/datasets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from datasets.yaml by pythongen.py version: 0.0.1
# Generation date: 2024-01-29T16:05:52
# Generation date: 2024-02-07T17:29:27
# Schema: datasets
#
# id: https://w3id.org/linkml/datasets
Expand Down
Binary file modified linkml_model/excel/meta.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion linkml_model/extensions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from extensions.yaml by pythongen.py version: 0.0.1
# Generation date: 2024-01-29T16:05:53
# Generation date: 2024-02-07T17:29:29
# Schema: extensions
#
# id: https://w3id.org/linkml/extensions
Expand Down
91 changes: 91 additions & 0 deletions linkml_model/graphql/meta.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ type AnonymousSlotExpression implements SlotExpression
equalsStringIn: [String]
equalsNumber: Integer
equalsExpression: String
exactCardinality: Integer
minimumCardinality: Integer
maximumCardinality: Integer
hasMember: AnonymousSlotExpression
Expand Down Expand Up @@ -206,6 +207,50 @@ type AnyValue
{
}

type ArrayExpression implements Extensible, Annotatable, CommonMetadata
{
exactNumberDimensions: Integer
minimumNumberDimensions: Integer
maximumNumberDimensions: Anything
hasExtraDimensions: Boolean
dimensions: [DimensionExpression]
extensions: [Extension]
annotations: [Annotation]
description: String
altDescriptions: [AltDescription]
title: String
deprecated: String
todos: [String]
notes: [String]
comments: [String]
examples: [Example]
inSubset: [SubsetDefinition]
fromSchema: Uri
importedFrom: String
source: Uriorcurie
inLanguage: String
seeAlso: [Uriorcurie]
deprecatedElementHasExactReplacement: Uriorcurie
deprecatedElementHasPossibleReplacement: Uriorcurie
aliases: [String]
structuredAliases: [StructuredAlias]
mappings: [Uriorcurie]
exactMappings: [Uriorcurie]
closeMappings: [Uriorcurie]
relatedMappings: [Uriorcurie]
narrowMappings: [Uriorcurie]
broadMappings: [Uriorcurie]
createdBy: Uriorcurie
contributors: [Uriorcurie]
createdOn: Datetime
lastUpdatedOn: Datetime
modifiedBy: Uriorcurie
status: Uriorcurie
rank: Integer
categories: [Uriorcurie]
keywords: [String]
}

type ClassDefinition implements ClassExpression
{
name: String!
Expand Down Expand Up @@ -429,6 +474,49 @@ interface Definition
stringSerialization: String
}

type DimensionExpression implements Extensible, Annotatable, CommonMetadata
{
alias: String
maximumCardinality: Integer
minimumCardinality: Integer
exactCardinality: Integer
extensions: [Extension]
annotations: [Annotation]
description: String
altDescriptions: [AltDescription]
title: String
deprecated: String
todos: [String]
notes: [String]
comments: [String]
examples: [Example]
inSubset: [SubsetDefinition]
fromSchema: Uri
importedFrom: String
source: Uriorcurie
inLanguage: String
seeAlso: [Uriorcurie]
deprecatedElementHasExactReplacement: Uriorcurie
deprecatedElementHasPossibleReplacement: Uriorcurie
aliases: [String]
structuredAliases: [StructuredAlias]
mappings: [Uriorcurie]
exactMappings: [Uriorcurie]
closeMappings: [Uriorcurie]
relatedMappings: [Uriorcurie]
narrowMappings: [Uriorcurie]
broadMappings: [Uriorcurie]
createdBy: Uriorcurie
contributors: [Uriorcurie]
createdOn: Datetime
lastUpdatedOn: Datetime
modifiedBy: Uriorcurie
status: Uriorcurie
rank: Integer
categories: [Uriorcurie]
keywords: [String]
}

type Element implements Extensible, Annotatable, CommonMetadata
{
name: String!
Expand Down Expand Up @@ -910,6 +998,7 @@ type SlotDefinition implements SlotExpression
domain: ClassDefinition
slotUri: Uriorcurie
multivalued: Boolean
array: ArrayExpression
inherited: Boolean
readonly: String
ifabsent: String
Expand Down Expand Up @@ -964,6 +1053,7 @@ type SlotDefinition implements SlotExpression
equalsStringIn: [String]
equalsNumber: Integer
equalsExpression: String
exactCardinality: Integer
minimumCardinality: Integer
maximumCardinality: Integer
hasMember: AnonymousSlotExpression
Expand Down Expand Up @@ -994,6 +1084,7 @@ interface SlotExpression
equalsStringIn: [String]
equalsNumber: Integer
equalsExpression: String
exactCardinality: Integer
minimumCardinality: Integer
maximumCardinality: Integer
hasMember: AnonymousSlotExpression
Expand Down
23 changes: 22 additions & 1 deletion linkml_model/jsonld/meta.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-01-29T16:06:12",
"generation_date": "2024-02-07T17:29:49",
"source": "meta.yaml"
},
"@context": {
Expand Down Expand Up @@ -74,6 +74,9 @@
"apply_to": {
"@type": "@id"
},
"array": {
"@type": "@id"
},
"asymmetric": {
"@type": "xsd:boolean"
},
Expand Down Expand Up @@ -165,6 +168,9 @@
"designates_type": {
"@type": "xsd:boolean"
},
"dimensions": {
"@type": "@id"
},
"disjoint_with": {
"@type": "@id"
},
Expand Down Expand Up @@ -196,6 +202,12 @@
"@type": "@id",
"@id": "skos:exactMatch"
},
"exact_cardinality": {
"@type": "xsd:integer"
},
"exact_number_dimensions": {
"@type": "xsd:integer"
},
"exactly_one_of": {
"@type": "@id"
},
Expand All @@ -221,6 +233,9 @@
"generation_date": {
"@type": "xsd:dateTime"
},
"has_extra_dimensions": {
"@type": "xsd:boolean"
},
"has_member": {
"@type": "@id"
},
Expand Down Expand Up @@ -352,6 +367,9 @@
"maximum_cardinality": {
"@type": "xsd:integer"
},
"maximum_number_dimensions": {
"@type": "@id"
},
"maximum_value": {
"@type": "@id"
},
Expand All @@ -361,6 +379,9 @@
"minimum_cardinality": {
"@type": "xsd:integer"
},
"minimum_number_dimensions": {
"@type": "xsd:integer"
},
"minimum_value": {
"@type": "@id"
},
Expand Down
Loading
Loading