abstract dataType VocabularyTerm
This is a base class that defines a useful structure to handle terms from an external vocabulary. A specific subclass with a fixed namespace is used for values of fields within the model. odo{This could be extracted and reused in other contexts}
Members
| name | type | mult | description |
|---|---|---|---|
| namespace | ivoa:anyURI | This is the globally unique namespace for the vocabulary where definitions can be found. | |
| term | ivoa:string | the word from the vocabulary |