blob: 37e11417815e873918ad862cb4b6479599141c8f [file] [log] [blame]
{
"enumDefs": [],
"structDefs": [],
"classificationDefs": [],
"entityDefs": [],
"relationshipDefs": [
{
"name": "RelatedTerm",
"typeVersion": "1.0",
"description": "RelatedTerm is a relationship used to say that the linked glossary term may also be of interest. It is like a 'see also' link in a dictionary.",
"endDef1": {
"name": "seeAlso",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "seeAlso",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to explain why the linked term is of interest.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "Synonym",
"typeVersion": "1.0",
"description": "Synonym is a relationship between glossary terms that have the same, or a very similar meaning in the same language. Notice that both ends of this relationship have the same name and refer to the same type; this results in one Synonym attribute being added to GlossaryTerm.",
"endDef1": {
"name": "synonyms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "synonyms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "Antonym",
"typeVersion": "1.0",
"description": "Antonym is a relationship between glossary terms that have the opposite (or near opposite) meaning, in the same language. Notice that both ends of this relationship have the same name and refer to the same type; this results in one Antonym attribute being added to GlossaryTerm.",
"endDef1": {
"name": "antonyms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "antonyms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "preferredTerm",
"typeVersion": "1.0",
"description": "PreferredTerm is a relationship that indicates that the preferredTerm should be used in place of the preferredToTerm. This relationship can be used to encourage adoption of newer vocabularies. This is a weaker version of ReplacementTerm.",
"endDef1": {
"name": "preferredTerms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "preferredToTerms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "ReplacementTerm",
"typeVersion": "1.0",
"description": "ReplacementTerm is a relationship that indicates that the replacementTerm must be used instead of the replacedByTerm. This is stronger version of the PreferredTerm.",
"endDef1": {
"name": "replacedBy",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "replacementTerms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "Translation",
"typeVersion": "1.0",
"description": "Translation is a relationship that defines that the related terms represent the same meaning, but each are written in a different language. Hence one is a translation of the other. The language of each term is defined in the Glossary object that anchors the term.",
"endDef1": {
"name": "TransatedTerms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "TranslationTerms",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "IsARelationship",
"typeVersion": "1.0",
"description": "IsA is a relationship that defines that the 'isA' term is a more generic term than the 'isOf' term. For example, this relationship would be use to say that 'Cat' ISA 'Animal'.",
"endDef1": {
"name": "classifies",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "isA",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
},
{
"name": "validValue",
"typeVersion": "1.0",
"description": "ValidValue is a relationship that shows the validValue term represents one of the valid values that could be assigned to a data item that has the meaning described in the validValueFor term.",
"endDef1": {
"name": "validValuesFor",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"endDef2": {
"name": "validValues",
"type": "GlossaryTerm",
"cardinality": "SET"
},
"relationshipCategory": "ASSOCIATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "description",
"description": "The description field can be used to add details about the relationship.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "expression",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "status",
"typeName": "TermRelationshipStatus",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "steward",
"description": "The steward is the person responsible for assessing the relationship and deciding if it should be approved or not.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
},
{
"name": "source",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true
}
]
}
]
}