Skip to content
Merged
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
43 changes: 30 additions & 13 deletions schemas/controlledTerm.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,47 @@
"type": "string",
"_instruction": "Enter a short text describing this term."
},
"interlexIdentifier": {
"name": {
"type": "string",
"_formats": [
"iri"
],
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the integrated ontology entry in the InterLex project."
"_instruction": "Controlled term originating from a defined terminology."
},
"knowledgeSpaceLink": {
"otherOntologyIdentifier": {
"minItems": 1,
"type": "array",
"uniqueItems": true,
"_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.",
"items": {
"type": "string",
"_formats": [
"iri"
]
}
},
"otherCrossReference": {
"minItems": 1,
"type": "array",
"uniqueItems": true,
"_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.",
"items": {
"type": "string",
"_formats": [
"iri"
]
}
},
"preferredOntologyIdentifier": {
"type": "string",
"_formats": [
"iri"
],
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the wiki page of the corresponding term in the KnowledgeSpace."
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term (e.g., InterLex)."
},
"name": {
"type": "string",
"_instruction": "Controlled term originating from a defined terminology."
},
"preferredOntologyIdentifier": {
"preferredCrossReference": {
"type": "string",
"_formats": [
"iri"
],
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term."
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred cross-reference to an external database or registry (e.g., KnowledgeSpace)."
},
"synonym": {
"type": "array",
Expand Down
Loading