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"

(Introduction)
(ABNF)
Line 12: Line 12:
 
The following [http://en.wikipedia.org/wiki/Augmented_Backus-Naur_form ABNF] defines a Higgins [[EntityId]. Rules not defined in this ABNF are defined in the [http://wiki.oasis-open.org/xri/XriCd02/Xri2dot0Abnf ABNF for XRI 2.0] (which includes the IRI ABNF from [http://www.ietf.org/rfc/rfc3987.txt RFC 3987]).
 
The following [http://en.wikipedia.org/wiki/Augmented_Backus-Naur_form ABNF] defines a Higgins [[EntityId]. Rules not defined in this ABNF are defined in the [http://wiki.oasis-open.org/xri/XriCd02/Xri2dot0Abnf ABNF for XRI 2.0] (which includes the IRI ABNF from [http://www.ietf.org/rfc/rfc3987.txt RFC 3987]).
  
  EntityIdDatatype   = URI-EntityIdDatatype / XRI-EntityIdDatatype
+
  EntityIdDatatype     = URI-EntityIdDatatype / XRI-EntityIdDatatype
 
  URI-EntityIdDatatype = URI-ContextIdDatatype [ "#" EntityIdDatatype ]
 
  URI-EntityIdDatatype = URI-ContextIdDatatype [ "#" EntityIdDatatype ]
 
  XRI-EntityIdDatatype = XRI-ContextIdDatatype [ "//" EntityIdDatatype ]
 
  XRI-EntityIdDatatype = XRI-ContextIdDatatype [ "//" EntityIdDatatype ]

Revision as of 00:02, 1 February 2008

Introduction

This page describes the Higgins EntityRelationDatatype.

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