OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xdi message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Definitions for XDI Core -- the terms "common address" and "common graph"


In working on edits on the XDI Core spec this week, I have done more work around terminology for the XDI graph model that I want to review with the TC on tomorrow's call. In this email I've copied the glossary entries that I just posted to the Glossary wiki page, and also added a visual illustration.

The only new terms here are "common address" and "common graph", which I'm proposing to replace the term "subgraph" in the Core spec. Joseph was correct when he pointed out to me a few weeks ago that, in the current draft, I had been ascribing a more specific meaning to the term "subgraph" than the general meaning of that term supports.

The meaning I was trying to describe was "the portion of an XDI graph that starts after the final root node". On the discussion of the ABNF on last week's call, I proposed to call this portion the "common graph", and to call an XDI address within this a "common address". I recommended this term because a common address is indeed common to all XDI graphs that contain it, i.e., it is the same no matter whether it appears under the common root node, a peer root node, or an inner root node.

Joseph voiced a concern last week that the term "common address" might be confusing because a common address does not always begin with the common root node. I thought about that as I wrote the following set of glossary entries and created the illustration below. My conclusion was that in fact the reason the term "common address" worked was BECAUSE it is the address that will identify the same XDI graph node under all root nodes, including the common root node. So the address is "common" to all root nodes that include it.

The same justification applies to the term "common graph", which we need in order to differentiate from a "peer graph" and an "inner graph".

So: please look over the proposed glossary definitions and illustration below and we'll discuss on the call tomorrow.

=Drummond 

XDI Graph Model

XDI graph: A collection of subject-predicate-object statements, conforming to the ABNF rules in the XDI Core specification, that represents a labeled, directed multi-graph. Every XDI statement corresponds to exactly one arc in the directed multi-graph amd vice versa.

XDI address: The unique address, expressed as a string, of any node in any XDI graph. The address is composed of the labels of every arc needed to identify that node. Note that, through the use of XDI equivalence relations (e.g., $ref and $rep), more than one XDI address may resolve to the same XDI graph node.

"REAL": An acronym for "Root, Entity, Attribute, Literal" -- the order in which the four basic node types may appear in an XDI graph.

Common root node: The starting node of all XDI graphs and the only node common to all XDI graphs. In the heterarchical XDI graph model, the XDI common root node can contain other peer root nodes and inner root nodes.

Peer root node: A node in a first XDI graph representing the root of a second XDI graph. Peer root nodes are how the XDI graph model can represent peer-to-peer relationships within a hierarchical directed graph. A peer root node in one XDI graph is a common root node in its own XDI graph. Each peer root node contains its own common graph which must be logically consistent with the common graph in all other peer roots.

Inner root node: A node in an XDI graph representing the root of another XDI graph whose subjects are all objects of the same XDI relation. Each inner root node contains its own common graph which is unique to that inner root graph because it can only be understood in the context of the relational statement that uniquely defines that inner graph.

Common graph: The subset of an XDI graph that begins with a root node but does not include any other root nodes, i.e. a common graph includes only entity, attribute, and literal nodes.

Peer graph: The graph contained by a peer root node. A peer graph may contain zero or more other peer graphs, zero or more inner graphs, and zero or one common graph.

Inner graph: The graph contained by an inner root node. An inner graph may contain zero or more other inner graphs and zero or one common graph.

Common address: An XDI address within a common graph, i.e., the portion of an XDI address that does not include any peer root nodes or inner root nodes.


Inline image 1



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]