Skip to content

Commit a096d31

Browse files
committed
LinkML 1.6 pre-release
1 parent b2957d8 commit a096d31

File tree

10 files changed

+1557
-8696
lines changed

10 files changed

+1557
-8696
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ test-schema:
5858
test-python:
5959
$(RUN) python -m unittest discover
6060

61+
# TODO: switch to linkml-run-examples when normalize is implemented
6162
test-examples:
6263
# $(RUN) linkml-run-examples -s $(SOURCE_SCHEMA_PATH) -e tests/input/examples -d /tmp/
6364
find tests/input/examples | ./utils/run-examples.pl

linkml_model/graphql/meta.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ type UniqueKey implements Extensible, Annotatable, CommonMetadata
11071107
{
11081108
uniqueKeyName: String!
11091109
uniqueKeySlots: [SlotDefinition]!
1110+
considerNullsInequal: Boolean
11101111
extensions: [Extension]
11111112
annotations: [Annotation]
11121113
description: String

linkml_model/jsonld/meta.context.jsonld

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"comments": {
3-
"description": "Auto generated by LinkML jsonld context generator",
4-
"generation_date": "2023-02-04T10:03:59",
5-
"source": "meta.yaml"
6-
},
2+
"_comments": "Auto generated from meta.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2023-03-11T19:18:47\n Schema: meta\n metamodel version: 1.7.0\n model version: 2.0.0\n \n id: https://w3id.org/linkml/meta\n description: The metamodel for schemas defined using the Linked Data Modeling Language framework.\n\nFor more information on LinkML:\n\n* [linkml.io](https://linkml.io) main website\n* [specification](https://w3id.org/linkml/docs/specification/)\n\nLinkML is self-describing. Every LinkML schema consists of elements\nthat instantiate classes in this metamodel.\n\nCore metaclasses:\n\n* [SchemaDefinition](https://w3id.org/linkml/SchemaDefinition)\n* [ClassDefinition](https://w3id.org/linkml/ClassDefinition)\n* [SlotDefinition](https://w3id.org/linkml/SlotDefinition)\n* [TypeDefinition](https://w3id.org/linkml/TypeDefinition)\n\nThere are many subsets of *profiles* of the metamodel, for different purposes:\n\n* [MinimalSubset](https://w3id.org/linkml/MinimalSubset)\n* [BasicSubset](https://w3id.org/linkml/BasicSubset)\n* [BasicSubset](https://w3id.org/linkml/BasicSubset)\n\nFor canonical reference documentation on any metamodel construct,\nrefer to the official URI for each construct, e.g.\n[https://w3id.org/linkml/is_a](https://w3id.org/linkml/is_a)\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
73
"@context": {
84
"IAO": {
95
"@id": "http://purl.obolibrary.org/obo/IAO_",
@@ -117,6 +113,13 @@
117113
"conforms_to": {
118114
"@id": "dcterms:conformsTo"
119115
},
116+
"consider_nulls_inequal": {
117+
"@type": "xsd:boolean"
118+
},
119+
"contributors": {
120+
"@type": "@id",
121+
"@id": "dcterms:contributor"
122+
},
120123
"created_by": {
121124
"@type": "@id",
122125
"@id": "pav:createdBy"
@@ -481,9 +484,6 @@
481484
"shared": {
482485
"@type": "xsd:boolean"
483486
},
484-
"singular_name": {
485-
"@id": "skos:altLabel"
486-
},
487487
"slot_conditions": {
488488
"@type": "@id"
489489
},

0 commit comments

Comments
 (0)