CO:dc:creator: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
{{InheritDCelement
{{ElementDocu|
|elementName = dc:creator
elementName = dc:creator


|parentLink = {{CO:Tag|metadata}}
|parent = {{CO:Tag|metadata}}
 
|selfLink = {{CO:Tag|dc:creator}}
 
|DCdefinition = An entity primarily responsible for making the resource.
 
|DCdescription = 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.
 
|railSemantics = This may be a combination of the company's name and the person's name who created the data set (railML file).


|semantics =  
|semantics =  
; Dublin Core definition: "An entity primarily responsible for making the resource."


|semantics_de =
; 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.}}
}}


|lang =
; railML semantics: This may be a combination of the company's name and the person's name who created the data set (railML file).
{{AddAnn|| }}


|lang_de =  
|inheritedAttributes =
{{InheritLang
|notes_en =
|notes_de =
}}


|constraints =  
|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|| }}


|constraints_de =  
|notes = {{Ann|None.}} {{Deu|<br> }}


|example =  
|example = <syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
   <dc:creator xml:lang="de">Bahnkonzept / Kolmorgen</dc:creator>
   <dc:creator xml:lang="de">Bahnkonzept / Kolmorgen</dc:creator>
</syntaxhighlight>
</syntaxhighlight>
|back = CO:elements
}}
}}

Revision as of 17:35, 26 February 2017


dc:creator
 


Scheme description / Schemenbeschreibung

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

  • Parent: <metadata>
  • Children: Not yet described. / Noch nicht beschrieben.

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.