# Chapter 4: Sovereign Academic Graph (SAG)

The **Sovereign Academic Graph (SAG)** is the institutional evidence layer of the Aegis-Graph protocol. It integrates locally maintained institutional indices with global public registries (such as ROR and OpenAlex) to provide the necessary context for credential auditing.

## 📊 Data Topology

The SAG is not a "judgment database" that proves a credential's authenticity; rather, it is a dynamic model that provides institutional background evidence.

### Core Evidence Sources

| Source          | Role                                                                                                 |
| --------------- | ---------------------------------------------------------------------------------------------------- |
| **Local Index** | Caches metadata for high-trust institutions, blacklist aliases, and known fraud patterns.            |
| **ROR**         | Provides standardized identities (ROR IDs) and operational status for global research organizations. |
| **OpenAlex**    | Provides scholarly output background and institutional impact metrics as supporting evidence.        |

***

## 🏛️ Evidence Logic

During the audit process, the SAG is used to answer critical questions:

1. **Institutional Existence**: Does the institution have a record in recognized global registries?
2. **Lifecycle Consistency**: Is the credential issuance date within the institution's operational lifespan?
3. **Status Validation**: Is the institution currently active, or has it been flagged for revocation or fraud?

> \[!IMPORTANT] **Key Clarification:** The presence of an institution in registries like ROR is evidence that the organization exists, but it is **not** proof that a specific credential issued in its name is authentic.

***

## ⚡ Indexing & Matching

To ensure accuracy in evidence resolution, Aegis-Graph utilizes several strategies:

1. **Normalization**: Institutional names are standardized to eliminate variations in spelling or symbols.
2. **Multi-Factor Matching**: Cross-references geographic location, founding year, and official domains.
3. **Evidence Weighting**: Matching results are assigned a confidence score, which serves as a key input for the LogicAuditor's final decision.

***

*Return to* [*Documentation Home*](/atlanta-college-of-liberal-arts-and-sciences/english-en/en.md)


---

# Agent Instructions: 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:

```
GET https://atlanta-college-of-liberal-arts.gitbook.io/atlanta-college-of-liberal-arts-and-sciences/english-en/chapter4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
