CO:dc:creator: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created using schema contents)
 
(railML→{{rml}})
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{InheritDCcreator
{{ElementDocu|
|parentLink = {{CO:Tag|metadata}}
elementName = dc:creator
|selfLink = {{CO:Tag|dc:creator}}
 
|back = CO:elements
|parent = {{CO:Tag|metadata}}
|childs={{CO:Tag|any}}
|semantics =
; Dublin Core definition: "An entity primarily responsible for making the resource."
 
; Dublin Core description: {{#if: Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.
| "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."
| {{Ann|None.}}
}}
 
; {{rml}} semantics: This may be a combination of the company's name and the person's name who created the data set ({{rml}} file).
{{AddAnn|| }}
 
|inheritedAttributes =
{{InheritLang
|notes_en =
|notes_de =
}}
 
|constraints =
{{InheritLangConstraints}}
{{#if: 
| The Element {{CO:Tag|dc:creator}} may occur once.
| The Element {{CO:Tag|dc:creator}} may occur several times with different {{Attr|xml:lang}} attributes.
}} {{AddAnn|| }}
 
|notes = {{Ann|None.}} {{Deu|<br> }}
 
|example = <syntaxhighlight lang="xml">
  <dc:creator xml:lang="de">Bahnkonzept / Kolmorgen</dc:creator>
</syntaxhighlight>
}}
}}

Latest revision as of 19:15, 21 February 2022


dc:creator
 


Scheme description / Schemenbeschreibung

Position of dc:creator in the XML-Tree / Position von dc:creator im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

Dublin Core definition
"An entity primarily responsible for making the resource."
Dublin Core description
"Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."
railML® semantics
This may be a combination of the company's name and the person's name who created the data set (railML® file).

Attributes of dc:creator / Attribute von dc:creator

  • xml:lang (introduced with version 2.1): This is a unique identifier of language. It uses basically the language standard IETF BCP 47 (external link) which may be different to ISO 639-1 (external link) or ISO 639-2 (external link). For mapping hints see relation to other standards (external link).

Syntactic Constraints / Syntaktische Beschränkungen

The Element <dc:creator> may occur several times with different xml:lang attributes.

Best practice & Examples / Empfohlene Anwendung & Beispiele

  <dc:creator xml:lang="de">Bahnkonzept / Kolmorgen</dc:creator>

Notes / Anmerkungen

None.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.