1. Title (M)¶
datacite:title
1.2. Definition and Usage Instruction¶
A name or title by which a resource is known.
Allowed values, examples, other constraints
Free text.
Remarks
- adapted from DataCite MetadataKernel v4.1
1.2.1. Property title (M, 1-n)¶
Use the title name as value. Repeat this property for different title types or title languages.
1.2.2. Attribute lang (O)¶
The language of the title (occurrence: 0-1)
Use the xml:lang
attribute to indicate the language of the title. The value of the attribute should be chosen from IETF BCP 47, the IANA Language Subtag Registry.
1.2.3. Attribute titleType (O)¶
The type of Title (occurrences: 0-1).
Allowed values, examples, other constraints
Controlled List Values:
- AlternativeTitle
- Subtitle
- TranslatedTitle
- Other
1.3. Example¶
1 2 3 4 5 6 7 | <datacite:titles>
<datacite:title xml:lang="en-US">
National Institute for Environmental Studies and Center
for Climate System Research Japan
</datacite:title>
<datacite:title xml:lang="en-US" titleType="Subtitle">A survey</datacite:title>
</datacite:titles>
|