Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Context Data Model"

(Introduction)
(Introduction)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
The [[Higgins Global Graph]] provides a foundation for integrating, unifying, and sharing identity data. It enables portability of three key types of data:
+
Although it can be used for almost any kind of data, the focus of the [[Higgins Global Graph]] is to provide a foundation for integrating, unifying, and sharing identity-related data. In particular we are focused on information about a person, a group or an entire organization. This might include contact information, authentication data, preferences, email addresses, interests, employer-related information. An object representing a single person, might have relationships to other objects and other people in the same or different data contexts.
  
# '''Identity''' data, i.e., identifiers and credentials related to identification, authentication, authorization, etc.
+
Note that Higgins provides only an abstract, base vocabulary for identity information. Definitions of specific attributes and sets of attributes, as well as classes of objects (e.g. calendar events, movies, books, etc.) are all left to be defined by Higgins [[Context Provider]] developers.
# '''Attribute''' data, i.e., contact information, preferences, interests, and associated objects like events, wishlists, presence, state, etc.
+
# '''Relation''' data, i.e., attributes representing relationships (e.g., "friends", "customers", "suppliers") and other kinds of associations with people, organizations, etc. A particular kind of relation, called a '''correlation''', models a link between different representations of the same entity (e.g., a person) in different contexts.
+
  
 
See the [http://dev.eclipse.org/viewsvn/index.cgi/org.eclipse.higgins/trunk/doc/org.eclipse.higgins.doc/Higgins-Data-Model-Intro.ppt?root=Technology_SVN&view=co Higgins Data Model Intro (PPT)] for a Powerpoint overview.
 
See the [http://dev.eclipse.org/viewsvn/index.cgi/org.eclipse.higgins/trunk/doc/org.eclipse.higgins.doc/Higgins-Data-Model-Intro.ppt?root=Technology_SVN&view=co Higgins Data Model Intro (PPT)] for a Powerpoint overview.

Revision as of 03:37, 3 March 2008

Introduction

Although it can be used for almost any kind of data, the focus of the Higgins Global Graph is to provide a foundation for integrating, unifying, and sharing identity-related data. In particular we are focused on information about a person, a group or an entire organization. This might include contact information, authentication data, preferences, email addresses, interests, employer-related information. An object representing a single person, might have relationships to other objects and other people in the same or different data contexts.

Note that Higgins provides only an abstract, base vocabulary for identity information. Definitions of specific attributes and sets of attributes, as well as classes of objects (e.g. calendar events, movies, books, etc.) are all left to be defined by Higgins Context Provider developers.

See the Higgins Data Model Intro (PPT) for a Powerpoint overview.

See Higgins Global Graph Background for information about motivations and design goals.

Domain Concepts

The Higgins Global Graph defines these Concepts (listed alphabetically):

  1. Attribute
  2. Context
  3. ContextId
  4. Context Relation
  5. Context Correlation
  6. Data Range --formerly Attribute Value Datatype
  7. Entity
  8. Node --formerly Digital Subject
  9. NodeId
  10. Node Relation
  11. Node Correlation

Higgins Ontology Language (HOWL)

Rather than invent a new metamodel from scratch, the Higgins Global Graph is based on the W3C's Resource Description Framework (RDF) and Web Ontology Language (OWL 1.0). We use RDF and OWL to express an abstract base ontology called HOWL (higgins.owl) that in turn describes the domain of identity information.

Extending HOWL

HOWL is a base ontology. To be useful in real-world applications developers must develop specialized ontologies based on HOWL that describe a specific concrete domain.

For example, if a developer wanted to describe a CRM database, she would create an OWL ontology that would describe the data objects in the CRM database. This CRM database is called a Context in Higgins. If, for example, the database contained records about customers and those customers had full-names and email addresses, then the developer would define "Customer" as a sub-class of Node and "full-name" and "email" as kinds of Attributes.

Here are some HOWL-based Ontologies (note - these need to be updated):


Open Issues

References

RDF/OWL Related Resources

Misc Resources

Links

Back to the top