Page MenuHomePhabricator

[Task] Split RdfBuilder
Open, LowPublic

Description

Instead of having a monolithic RdfBuilder with lots of modes and options, we should have separate builders for the different aspects of an entity: terms, sitelinks, statements (reified or simple), etc. The indirection should not be much of a problem, since each of the sub-builder would only be called once per entity.