Skip to content

Commit c89f7b9

Browse files
committed
generated files
1 parent 45d22eb commit c89f7b9

5 files changed

Lines changed: 2839 additions & 2988 deletions

File tree

project/jsonld/ak_schema.jsonld

Lines changed: 5 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -912,34 +912,6 @@
912912
}
913913
]
914914
},
915-
{
916-
"name": "ChainTypeEnum",
917-
"definition_uri": "https://github.com/airr-knowledge/ak-schema/ChainTypeEnum",
918-
"from_schema": "https://github.com/airr-knowledge/ak-schema",
919-
"permissible_values": [
920-
{
921-
"text": "IGH"
922-
},
923-
{
924-
"text": "IGK"
925-
},
926-
{
927-
"text": "IGL"
928-
},
929-
{
930-
"text": "TRA"
931-
},
932-
{
933-
"text": "TRB"
934-
},
935-
{
936-
"text": "TRD"
937-
},
938-
{
939-
"text": "TRG"
940-
}
941-
]
942-
},
943915
{
944916
"name": "ChainSimilarityTypeEnum",
945917
"definition_uri": "https://github.com/airr-knowledge/ak-schema/ChainSimilarityTypeEnum",
@@ -2723,19 +2695,6 @@
27232695
"range": "string",
27242696
"@type": "SlotDefinition"
27252697
},
2726-
{
2727-
"name": "chain_type",
2728-
"definition_uri": "https://github.com/airr-knowledge/ak-schema/chain_type",
2729-
"description": "Gene locus (chain type).",
2730-
"from_schema": "https://github.com/airr-knowledge/ak-schema",
2731-
"slot_uri": "https://github.com/airr-knowledge/ak-schema/chain_type",
2732-
"owner": "Chain",
2733-
"domain_of": [
2734-
"Chain"
2735-
],
2736-
"range": "ChainTypeEnum",
2737-
"@type": "SlotDefinition"
2738-
},
27392698
{
27402699
"name": "isotype",
27412700
"definition_uri": "https://github.com/airr-knowledge/ak-schema/isotype",
@@ -3872,6 +3831,7 @@
38723831
"slot_uri": "https://github.com/airr-knowledge/ak-schema/locus",
38733832
"owner": "Rearrangement",
38743833
"domain_of": [
3834+
"Chain",
38753835
"AlleleDescription",
38763836
"GermlineSet",
38773837
"Genotype",
@@ -12178,7 +12138,7 @@
1217812138
"complete_vdj",
1217912139
"sequence",
1218012140
"sequence_aa",
12181-
"chain_type",
12141+
"locus",
1218212142
"v_call",
1218312143
"d_call",
1218412144
"j_call",
@@ -13392,9 +13352,9 @@
1339213352
],
1339313353
"metamodel_version": "1.7.0",
1339413354
"source_file": "ak_schema.yaml",
13395-
"source_file_date": "2025-05-27T17:11:50",
13396-
"source_file_size": 197696,
13397-
"generation_date": "2025-05-27T17:11:53",
13355+
"source_file_date": "2025-05-27T17:15:40",
13356+
"source_file_size": 197199,
13357+
"generation_date": "2025-05-27T17:15:42",
1339813358
"@type": "SchemaDefinition",
1339913359
"@context": [
1340013360
"project/jsonld/ak_schema.context.jsonld",

project/jsonschema/ak_schema.schema.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,10 +1964,6 @@
19641964
"null"
19651965
]
19661966
},
1967-
"chain_type": {
1968-
"$ref": "#/$defs/ChainTypeEnum",
1969-
"description": "Gene locus (chain type)."
1970-
},
19711967
"complete_vdj": {
19721968
"description": "Complete VDJ flag.",
19731969
"type": [
@@ -2006,6 +2002,9 @@
20062002
"null"
20072003
]
20082004
},
2005+
"locus": {
2006+
"$ref": "#/$defs/LocusEnum"
2007+
},
20092008
"sequence": {
20102009
"description": "Nucleotide sequence.",
20112010
"type": [
@@ -2078,20 +2077,6 @@
20782077
"title": "ChainSimilarityTypeEnum",
20792078
"type": "string"
20802079
},
2081-
"ChainTypeEnum": {
2082-
"description": "",
2083-
"enum": [
2084-
"IGH",
2085-
"IGK",
2086-
"IGL",
2087-
"TRA",
2088-
"TRB",
2089-
"TRD",
2090-
"TRG"
2091-
],
2092-
"title": "ChainTypeEnum",
2093-
"type": "string"
2094-
},
20952080
"Chain__identifier_optional": {
20962081
"additionalProperties": false,
20972082
"description": "",
@@ -2171,10 +2156,6 @@
21712156
"null"
21722157
]
21732158
},
2174-
"chain_type": {
2175-
"$ref": "#/$defs/ChainTypeEnum",
2176-
"description": "Gene locus (chain type)."
2177-
},
21782159
"complete_vdj": {
21792160
"description": "Complete VDJ flag.",
21802161
"type": [
@@ -2213,6 +2194,9 @@
22132194
"null"
22142195
]
22152196
},
2197+
"locus": {
2198+
"$ref": "#/$defs/LocusEnum"
2199+
},
22162200
"sequence": {
22172201
"description": "Nucleotide sequence.",
22182202
"type": [

project/linkml/ak_schema.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -668,24 +668,6 @@ enums:
668668
other disease course:
669669
text: other disease course
670670
meaning: ONTIE:0003547
671-
ChainTypeEnum:
672-
name: ChainTypeEnum
673-
from_schema: https://github.com/airr-knowledge/ak-schema
674-
permissible_values:
675-
IGH:
676-
text: IGH
677-
IGK:
678-
text: IGK
679-
IGL:
680-
text: IGL
681-
TRA:
682-
text: TRA
683-
TRB:
684-
text: TRB
685-
TRD:
686-
text: TRD
687-
TRG:
688-
text: TRG
689671
ChainSimilarityTypeEnum:
690672
name: ChainSimilarityTypeEnum
691673
from_schema: https://github.com/airr-knowledge/ak-schema
@@ -1556,11 +1538,6 @@ slots:
15561538
description: Nucleotide sequence.
15571539
from_schema: https://github.com/airr-knowledge/ak-schema
15581540
range: string
1559-
chain_type:
1560-
name: chain_type
1561-
description: Gene locus (chain type).
1562-
from_schema: https://github.com/airr-knowledge/ak-schema
1563-
range: ChainTypeEnum
15641541
isotype:
15651542
name: isotype
15661543
description: The isotype of the chain
@@ -5867,7 +5844,7 @@ classes:
58675844
- complete_vdj
58685845
- sequence
58695846
- sequence_aa
5870-
- chain_type
5847+
- locus
58715848
- v_call
58725849
- d_call
58735850
- j_call

0 commit comments

Comments
 (0)