BibliographicName

Personal names should be listed surname or family name first, followed by forename or given name. When in doubt, give the name as it appears, and do not invert. In the case of organizations where there is clearly a hierarchy present, list the parts of the hierarchy from largest to smallest, separated by full stops and a space. If it is not clear whether there is a hierarchy present, or unclear which is the larger or smaller portion of the body, give the name as it appears in the item. The name may be provided in one or more languages.

Properties

Name Type Cardinality
affiliation xs:string 0..1

affiliation

The affiliation of this person to an organization. This is generally an organization or sub-organization name and should be related to the specific role within which the individual is being listed.

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_BibliographicName [ label = "{<id>BibliographicName | + affiliation : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:BibliographicName" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_InternationalString [ label = "{<id>InternationalString | + string : String \l \l \l| \l \l}" tooltip = "ComplexDataTypes:InternationalString" ]; } DDI4_BibliographicName -> DDI4_InternationalString [arrowhead=empty color="#000000" ]; }