Skip to content

Fabrications

Choose a tag to compare

@duncdrum duncdrum released this 10 Oct 13:47
· 196 commits to master since this release
b654192

Features ReadAct v.2.0.0 Fabrications

Fabrications introduces fictional readings acts to our dataset, ie.reading acts that occur in fictional worlds. This required a serious re-work of our content model so we could include reading acts as they occur in e.g. in 三体 far future realms. Secondly, we include QID lookup and validation via our new tool ReadActor which is now integrated into everything ReadAct. All entities have been processed and compared to wikidata, and such lookups are fully automated going forward. To make data input less work intensive and error prone. Lastly, based on popular demand, we create and maintain a template repo besides ReadAct. To allow interested persons, to use both ReadActs datamodel and tooling, but with an entirely empty database.

thanks to @mira-gruenwald for 124 commits with fictional reading acts and bug fixes.
thank you @whalekeykeeper for developing ReadActor.

Core Features

  • Upgrade data-model to accommodate fictional reading acts #498
  • Refactor primary entities (Agent, Work, Space)
  • Automate semantic web integration to wikidata via ReadActor
  • Init Template Repo for easier extensibility of ReadAct

Data

  • 610 new reading acts
  • 292 new agents
  • 264 new works
  • 86 new places

numerous bug fixes, typos, and updates

New Tables and Fields

  • NarrativePosition.csv to capture agent model of realist socialist fiction writing
  • wikidata_id to capture wikidata qids for agent and space entities
  • fictionality to capture the ontological status of agent, act, work, or space entities
  • Rustication is now its own table, it used to be part of Person

minor refactoring to unify schema constrains, and increase table consistency

Fixes

What's Changed

Full Changelog: 1.1.0-beta...2.0.0