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 "NodeRelationDatatype"

(Open Issues)
(See Also)
Line 24: Line 24:
 
* [[Attribute Value Datatype]]
 
* [[Attribute Value Datatype]]
 
* [[ContextIdDatatype]]
 
* [[ContextIdDatatype]]
* [[EntityRelationDatatype]]
 
 
* [[EntityIdDatatype]]
 
* [[EntityIdDatatype]]

Revision as of 23:57, 31 January 2008

Introduction

Definition

Two kinds of EntityIdDatatypes are defined: a URI-EntityIdDatatype (Hash URI) and XRI-EntityIdDatatype. The former is consistent with one of the two proposed W3C's Cool URIs approaches. The latter is an XRI as defined by XRI Syntax 2.0.

ABNF

The following ABNF defines a Higgins [[EntityId]. Rules not defined in this ABNF are defined in the ABNF for XRI 2.0 (which includes the IRI ABNF from RFC 3987).

EntityIdDatatype    = URI-EntityIdDatatype / XRI-EntityIdDatatype
URI-EntityIdDatatype = URI-ContextIdDatatype [ "#" EntityIdDatatype ]
XRI-EntityIdDatatype = XRI-ContextIdDatatype [ "//" EntityIdDatatype ]

Relationship to OpenID

Open Issues

See Also

Back to the top