Vocabulary

A vocabulary is an established list of standardized terminology for use in indexing and retrieval of information.

Extends

ConceptSystem

Properties

Name Type Cardinality
abbreviation InternationalString 0..n
location URI 0..1
comments StructuredString 0..n

abbreviation

Abbreviation of vocabulary title.

location

Location of external resource providing information about the vocabulary.

comments

Information for the user regarding the reasons for use of the vocabulary and appropriate usage constraints.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Vocabulary [ label = "{<id>Vocabulary | + abbreviation : InternationalString \l + location : URI \l + comments : StructuredString \l \l \l| \l \l}" tooltip = "Representations:Vocabulary" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_ConceptSystem [ label = "{<id>ConceptSystem | \l \l| <ConceptSystemcontains> contains \l| <ConceptSystemhasConceptParentChild> hasConceptParentChild \l| <ConceptSystemhasConceptPartWhole> hasConceptPartWhole \l \l}" tooltip = "Conceptual:ConceptSystem" ]; } DDI4_Vocabulary -> DDI4_ConceptSystem [arrowhead=empty color="#000000" ]; }