Page MenuHomePhabricator

[Task] Implement separate RDF generators for each value type
Closed, DuplicatePublic

Description

Value types are configurable, so the RDF generators for each value type should come from a factory/registry. The interface of the generators should have two methods:

  • getValueLiteral - returns the value as a literal, omitting all "complex" aspect (or null)
  • generateValueNode - generates a node representing the value, covering all aspects and subtleties.

Event Timeline

daniel raised the priority of this task from to Needs Triage.
daniel updated the task description. (Show Details)
daniel added a project: Wikidata.
daniel added subscribers: daniel, Smalyshev.
Lydia_Pintscher set Security to None.
Jonas renamed this task from Implement separate RDF generators for each value type to [Task] Implement separate RDF generators for each value type.Sep 10 2015, 10:39 AM