-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(common): switch to Titanium JSON-LD library (#1073)
- use the same (poorly typed) contract as with current lib - integrate library into JsonLdUtils - improve typing of some expanded form structures - redo all the JSON-LD processing of temporal entities (do it once before rendering, as it is done for entities) - use local JSON-LD context server extension for JUnit5 based on https://www.mock-server.com/ - refactor: improve expanded values builders - add a Value suffix to make clear they are just doing this - clean the documentation - add a specific extension functions to add non-reified properties (temporal and non-temporal ones) - refactor: expanded / compacted entity wrappers - rename JsonLdEntity to ExpandedEntity - extract compacted entity processings in a new CompactedEntity file - fix(temporal): sysAttrs handling for temporal queries - fix(temporal): aggregated and simplified representation of attributes and scopes - feat(common): try to extract the wrapped cause when JSON-LD processing fails - refactor: introduce an ExpandedMembers file for manipulation of expanded members - refactor: clean up all the expand / compact processing utilities - more tests for JsonLdUtils / refactor geoJsonToWkt processing - refactor: move some last expanded members functions - feat(temporal): merge uri value type to string for properties - refactor: extract some constants from JsonLdUtils - refactor: rename extractRelationshipObject et getRelationshipObject - refactor: extract creation of a simplified or aggregated temporal instance into an utility function - chore(subscription): update contexts references - fix(temporal): do not restore geo-properties in temporal or aggregated representation
- Loading branch information
Showing
211 changed files
with
4,547 additions
and
5,383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.