Metadata-Version: 2.4
Name: apis-data-projection
Version: 0.1.2
Summary: Data projection layer for APIS
Project-URL: Homepage, https://github.com/gythaogg/apis-data-projection
License-Expression: MIT
License-File: LICENSE
Keywords: data projection
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Requires-Dist: apis-acdhch-default-settings==2.20.0
Requires-Dist: apis-core-rdf==0.64.5
Requires-Dist: tqdm>=4.68.3
Description-Content-Type: text/markdown

# apis-data-projection

## Aim
This package creates projections of APIS data models in order to
- support fast universal search over entities and relations
- create relation aware representation of entities. For eg. if there is "AA lives in XX relationship" then the representation of AA will contain "lives in XX" and the representation of XX will contain "residence of AA"
- to support faceting and filtering by datetime
- to provide an efficient relation layer for graph representations 



