Skip to content

Latest commit

History

History
17 lines (11 loc) 路 1.46 KB

storing.annotations.md

File metadata and controls

17 lines (11 loc) 路 1.46 KB

Creating annotations and storing data

src/Parser

src/ParserFunctions

src

  • [SemanticData.php] is the storage and lookup representation for all semantic data assigned to a single subject
  • ParserData.php prepares the data retrieved from the ParserOutput (where it is temporary stored during a user request and transferred from MediaWiki's Parser)
  • DataUpdater.php prepares the data SemanticData injected by ParserData to make some final adjustments before posting it to Store::updateData