Template:InheritDCdate: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Created using schema contents)
 
(Link to W3C added)
Line 8: Line 8:
|DCdefinition = A point or period of time associated with an event in the lifecycle of the resource.
|DCdefinition = A point or period of time associated with an event in the lifecycle of the resource.


|DCdescription = Date may be used to express temporal information at any level of granularity.  Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
|DCdescription = Date may be used to express temporal information at any level of granularity.  Recommended best practice is to use an encoding scheme, such as the [http://www.w3.org/TR/NOTE-datetime W3CDTF profile of ISO 8601].


|railSemantics = This may be a combination of the date and time when the data set (railML file) was created. It may be represented according to {{XsdType|dateTime}}.
|railSemantics = This may be a combination of the date and time when the data set (railML file) was created. It may be represented according to {{XsdType|dateTime}}.

Revision as of 23:58, 11 December 2011


dc:date
 


Scheme description / Schemenbeschreibung

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

  • Parent: FIXME
  • Children: None

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

Dublin Core definition
"A point or period of time associated with an event in the lifecycle of the resource."
Dublin Core description
"Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601."
railML® semantics
This may be a combination of the date and time when the data set (railML file) was created. It may be represented according to xs:dateTime.

Attributes of dc:date / Attribute von dc:date

  • 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).
    The usage of xml:lang does not make any sense in the context of a portable ISO 8601 date and time format.

Syntactic Constraints / Syntaktische Beschränkungen

The Element FIXME may occur once.

Best practice & Examples / Empfohlene Anwendung & Beispiele

  <dc:date>2002-10-10T17:00:00Z</dc:date>

Notes / Anmerkungen

None.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.