Skip to content

Commit 010a3ed

Browse files
authored
Merge pull request #528 from Raphael-Gazzotti/#467-identifiers-update
#467 identifiers update
2 parents a55367c + 7636238 commit 010a3ed

1 file changed

Lines changed: 30 additions & 13 deletions

File tree

schemas/controlledTerm.schema.tpl.json

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,47 @@
1414
"type": "string",
1515
"_instruction": "Enter a short text describing this term."
1616
},
17-
"interlexIdentifier": {
17+
"name": {
1818
"type": "string",
19-
"_formats": [
20-
"iri"
21-
],
22-
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the integrated ontology entry in the InterLex project."
19+
"_instruction": "Controlled term originating from a defined terminology."
2320
},
24-
"knowledgeSpaceLink": {
21+
"otherOntologyIdentifier": {
22+
"minItems": 1,
23+
"type": "array",
24+
"uniqueItems": true,
25+
"_instruction": "Enter all internationalized resource identifiers (IRIs) pointing to ontology entries that are equivalent to this term (e.g., UBERON). Do not repeat the preferred ontology identifier.",
26+
"items": {
27+
"type": "string",
28+
"_formats": [
29+
"iri"
30+
]
31+
}
32+
},
33+
"otherCrossReference": {
34+
"minItems": 1,
35+
"type": "array",
36+
"uniqueItems": true,
37+
"_instruction": "Enter all internationalized resource identifiers (IRIs) pointing to cross-references to external databases or registries that are equivalent to this term (e.g., Wikidata). Do not repeat the preferred cross-reference.",
38+
"items": {
39+
"type": "string",
40+
"_formats": [
41+
"iri"
42+
]
43+
}
44+
},
45+
"preferredOntologyIdentifier": {
2546
"type": "string",
2647
"_formats": [
2748
"iri"
2849
],
29-
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the wiki page of the corresponding term in the KnowledgeSpace."
50+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term (e.g., InterLex)."
3051
},
31-
"name": {
32-
"type": "string",
33-
"_instruction": "Controlled term originating from a defined terminology."
34-
},
35-
"preferredOntologyIdentifier": {
52+
"preferredCrossReference": {
3653
"type": "string",
3754
"_formats": [
3855
"iri"
3956
],
40-
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term."
57+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred cross-reference to an external database or registry (e.g., KnowledgeSpace)."
4158
},
4259
"synonym": {
4360
"type": "array",

0 commit comments

Comments
 (0)