Streamline the Entityhub Model
------------------------------

                 Key: STANBOL-207
                 URL: https://issues.apache.org/jira/browse/STANBOL-207
             Project: Stanbol
          Issue Type: Improvement
          Components: Entity Hub
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler


Currently the Model of the Entityhub distinguishes three types of Entities

* Sign: generic super type representing all Entities
* Symbol: Entities managed by the Entityhub
* EntityMapping: Special kind of Entity used to model mappings between Entities.

The goal of the streamlining is to

* rename Sign to Entity
* add a "+ getMetadata() : Representation" method to Entity
* remove all other Sign types
* store metadata for Entities within the Representation returned by 
getMetadata()
* provide Utilities for easily read/write Metadata used by the Entityhub


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to