Tango.info object id: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
Line 30: Line 30:
|-
|-
| a-zA-Z
| a-zA-Z
|
|-
|-
| 0-9
| 0-9
|
|-
|-
| _ if a space shall be presented
| _ if a space shall be presented
|
|-
|-
| -  
| -  

Revision as of 2011-12-14T21:49:24

Definition

A tango.info object id is a tango.info object name that identifies exactly one tango.info object.

Descriptive information

Each id has an authority that issued the id.

Format

The string fits the regex [-._ /:A-Za-z0-9]+

Currently the ":" is used only in the time component[1] of an ISO 8601 identifier.

Currently the "/" is used only in

Currently the "_" is used only in the youtube videoID.

Currently the "." is used only in the

  • tango.info youtube video id, format: youtube.<youtube video id>
  • tango.info ipi person id, format: ipi.<IPI-13 number>

Currently case sensitivity only exists in

  • the youtube videoID.
  • the ISWC

Preferences

For object identifiers the char preferences are given by the following order:

char as regex note
a-zA-Z
0-9
_ if a space shall be presented
-
  • to increase readability, e.g. in ISO 8601 data representation
/ to mark directories
. to be used instead of / , e.g. in file names

Transformations

In path names the "/" is used. If "/" cannot be used the general recommendation is to use the "." instead.

Listing

See tango.info object id conventions.

Subsets

See also