mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-15 04:00:33 +00:00
Promotes the Unreleased changelog section (Databricks connector, SQLite vector store, SPARQL CONSTRUCT templates, JenaStore named-graph support) to 0.6.0 and syncs version references across pyproject.toml, __init__.py, and docs.
54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
---
|
|
title: "Citation"
|
|
description: "How to cite Semantica in academic papers and research."
|
|
icon: "quote-left"
|
|
---
|
|
|
|
> Use Semantica in your research? Here's how to cite it.
|
|
|
|
|
|
## Citation Formats
|
|
|
|
<Tabs>
|
|
<Tab title="BibTeX">
|
|
```bibtex
|
|
@software{semantica2026,
|
|
title = {Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering},
|
|
author = {Hawksight AI},
|
|
year = {2026},
|
|
url = {https://github.com/semantica-agi/semantica},
|
|
version = {0.6.0},
|
|
doi = {10.5281/zenodo.XXXXXXX}
|
|
}
|
|
```
|
|
</Tab>
|
|
<Tab title="APA">
|
|
Hawksight AI. (2026). *Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering* (Version 0.6.0) \[Computer software\]. https://github.com/semantica-agi/semantica
|
|
</Tab>
|
|
<Tab title="MLA">
|
|
Hawksight AI. *Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering*. Version 0.6.0, GitHub, 2026, https://github.com/semantica-agi/semantica.
|
|
</Tab>
|
|
<Tab title="Chicago">
|
|
Hawksight AI. *Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering*. Version 0.6.0. GitHub, 2026. https://github.com/semantica-agi/semantica.
|
|
</Tab>
|
|
<Tab title="IEEE">
|
|
Hawksight AI, "Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering," Version 0.6.0, GitHub, 2026. \[Online\]. Available: https://github.com/semantica-agi/semantica
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
|
|
## Acknowledgment Text
|
|
|
|
> "This work uses Semantica (Hawksight AI, 2026), an open-source framework for semantic layer construction and knowledge engineering."
|
|
|
|
|
|
## Share Your Research
|
|
|
|
Published research using Semantica? [Let us know](https://github.com/semantica-agi/semantica/issues): we may feature your work.
|
|
|
|
|
|
## See Also
|
|
|
|
- [License](project-license) — MIT License details.
|
|
- [Community](community) — Connect with the Semantica community.
|