Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LocalId"

m (SubjectId moved to LocalId)
Line 2: Line 2:
 
== Definition ==
 
== Definition ==
  
An optional [[Identity Attribute]] that uniquely identifies an [[Entity]] within a given [[Context]]
+
An optional [[Attribute]] that uniquely identifies an [[Entity]] within a given [[Context]]
  
Note:: the [[Entity]]'s containing [[Context]] also has a unique identifier, the [[ContextId]], and that the combination of the [[ContextId]] and the [[SubjectId]] is an absolute unique identifier that is used in Higgins [[Relation]]s.
+
Note: the [[Entity]]'s containing [[Context]] also has a unique identifier, the [[ContextId]]. The combination of the [[ContextId]] and the [[LocalId]] is a fully qualified identifier that comprise a Higgins [[Relation]].
  
 
== ABNF ==
 
== ABNF ==

Revision as of 18:23, 31 January 2008

Introduction

Definition

An optional Attribute that uniquely identifies an Entity within a given Context

Note: the Entity's containing Context also has a unique identifier, the ContextId. The combination of the ContextId and the LocalId is a fully qualified identifier that comprise a Higgins Relation.

ABNF

Rules not defined in this ABNF are defined in the ABNF for XRI 2.0 (which includes the IRI ABNF from RFC 3987).

subjectId          = ifragment / xri-segment

See Also

Links

Back to the top