> For the complete documentation index, see [llms.txt](https://krke24.gitbook.io/krke-project-2023-2024/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krke24.gitbook.io/krke-project-2023-2024/1.-overview/1.1-krke-project.md).

# 1.1 KRKE PROJECT

This documentation pertains to the end-of-course project for [Knowledge Representation and Knowledge Extraction](https://www.unibo.it/en/study/phd-professional-masters-specialisation-schools-and-other-programmes/course-unit-catalogue/course-unit/2023/490896), taught by Professor [Aldo Gangemi](https://www.unibo.it/sitoweb/aldo.gangemi) during the a.y. 2023/2024 at the University of Bologna, part of the Master’s program in Digital Humanities and Digital Knowledge.

### Team Members

* [Pietro Tisci](https://github.com/Pepe066) - <pietro.tisci@studio.unibo.it>
* [Lucrezia Pograri](https://github.com/Asemica-me) - <lucrezia.pograri@studio.unibo.it>

The digital asset is accessible for consultation at this [GitHub repository](https://github.com/Tossing-Cookies/KRKE-gp24).

### Objectives

The main goal of this project is to create an ontology that accurately interprets and represents the societal phenomenon of youth subcultures, including their members, historical context, and associated cultural practices, drawing on precise theoretical assumptions.

The resulting framework can be used to explore the relationships between different aspects of subcultures and to facilitate further analysis or research in the field of [Cultural Studies](https://en.wikipedia.org/wiki/Cultural_studies).

### Acknowledgments

The team extends its sincere thanks to [Stefano De Giorgis](https://stendoipanni.github.io/) for his significant suggestions and guidance throughout the development of this project.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://krke24.gitbook.io/krke-project-2023-2024/1.-overview/1.1-krke-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
