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

Entity Correlation

(Redirected from Correlation)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

Version

This page describes a the concept of an Entity Correlation used in the Context Data Model 1.1.

Definition

  • An Entity Correlation is a kind of Attribute of a source Entity
  • Each value of an Entity Correlation identifies a target Entity
  • Each source-target Entity pair expresses that both Entities are representations of the same person, group, thing or concept
  • Each value of an Entity Correlation is an Entity.

Details

Attribute of

HOWL representation

  • A N-valued Entity Correlation Attribute is represented as N instances of the higgins:correlation ObjectProperty.
  • Representation in N3:
 higgins:correlation
     a       owl:ObjectProperty ;
     rdfs:comment "A directed relation between two entities that are asserted to be representing the same person, group, object or concept"@en ;
     rdfs:label "correlation"@en .

See Also

Back to the top