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"

(Definition)
(Redirecting to NodeIdDatatype)
 
Line 1: Line 1:
== Introduction ==
+
#REDIRECT [[NodeIdDatatype]]
This page describes the Higgins [[NodeRelationDatatype]].
+
 
+
==Definition==
+
* A [[NodeRelationDatatype]] is a kind of URI [[Data Range]]
+
* A [[ContextIdDatatype]] MUST conform to the ABNF defined below
+
* It is comprised of a [[ContextIdDatatype]] URI combined with an optional identifier string called a [[NodeIdDatatype]]. The [[NodeIdDatatype]] may only be omitted when the [[Context]] identified by the [[ContextIdDatatype]] contains exactly one [[Node]].
+
 
+
Two kinds of [[NodeIdDatatype]]s are defined: a URI-[[NodeIdDatatype]] (Hash URI) and XRI-[[NodeIdDatatype]]. The former is consistent with one of the two proposed W3C's [http://www.w3.org/TR/2007/WD-cooluris-20071217/ Cool URIs] approaches. The latter is an [http://en.wikipedia.org/wiki/XRI XRI] as defined by [http://wiki.oasis-open.org/xri/XriCd02/Xri2dot0Abnf XRI Syntax 2.0].
+
 
+
=== ABNF ===
+
The following [http://en.wikipedia.org/wiki/Augmented_Backus-Naur_form ABNF] defines a Higgins [[NodeIdDatatype]]. 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]).
+
 
+
NodeIdDatatype    = URI-NodeIdDatatype / XRI-NodeIdDatatype
+
URI-NodeIdDatatype = URI-ContextIdDatatype [ "#" NodeIdDatatype ]
+
XRI-NodeIdDatatype = XRI-ContextIdDatatype [ "//" NodeIdDatatype ]
+
 
+
== Relationship to OpenID ==
+
 
+
* An [[NodeRelationDatatype]]'s [[ContextIdDatatype]] MAY use OpenID (2.0 only) for its authority segment. See [[ContextIdDatatype]] for details.
+
 
+
==Open Issues==
+
* We SHOULD combine [[NodeRelationDatatype]] and [[NodeIdDatatype]]
+
** In other words should we allow the [[ContextIdDatatype]] to be omitted if a [[NodeIdDatatype ]] is present? (saves repeating the [[ContextIdDatatype]] value when referring to another [[Node]] in the same [[Context]]
+
 
+
== See Also ==
+
* [[Higgins Global Graph]]
+
 
+
== Links ==
+
* [http://eclipse.org/higgins Higgins Home]
+

Latest revision as of 20:05, 12 February 2008

Redirect to:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.