Publish six-language machine-readable corpus
Browse filesAdds the validated JSON and JSONL publication corpus, language-specific DOI and canonical mappings, CC BY 4.0 licence resolution, Dataset Card configurations, schemas, citation metadata and SHA-256 inventory. Existing PDF editions are preserved. This release does not assert AI citation, independent accreditation or industry adoption.
- CITATION.cff +22 -0
- LICENSE.md +11 -0
- README.md +88 -30
- checksums.sha256 +31 -0
- data/ar.jsonl +0 -0
- data/de.jsonl +0 -0
- data/en.jsonl +0 -0
- data/es.jsonl +0 -0
- data/ru.jsonl +0 -0
- data/tr.jsonl +0 -0
- editions/ar/book.json +0 -0
- editions/ar/citation.json +28 -0
- editions/ar/manuscript.json +0 -0
- editions/de/book.json +0 -0
- editions/de/citation.json +28 -0
- editions/de/manuscript.json +0 -0
- editions/en/book.json +0 -0
- editions/en/citation.json +28 -0
- editions/en/manuscript.json +0 -0
- editions/es/book.json +0 -0
- editions/es/citation.json +28 -0
- editions/es/manuscript.json +0 -0
- editions/ru/book.json +0 -0
- editions/ru/citation.json +28 -0
- editions/ru/manuscript.json +0 -0
- editions/tr/book.json +0 -0
- editions/tr/citation.json +28 -0
- editions/tr/manuscript.json +0 -0
- manifest.json +220 -0
- quality-assurance.json +28 -0
- schema/publication-record-v1.schema.json +166 -0
- schema/source-book.schema.json +37 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "Cite the DOI for the language edition used; see manifest.json for all six editions."
|
| 3 |
+
title: "NOMOS GEO Audit Protocol v0.9.0 — Multilingual Machine-Readable Corpus"
|
| 4 |
+
type: dataset
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: Muraz
|
| 7 |
+
given-names: Kaan
|
| 8 |
+
orcid: "https://orcid.org/0009-0000-2277-9009"
|
| 9 |
+
version: "0.9.0"
|
| 10 |
+
date-released: 2026-08-22
|
| 11 |
+
url: "https://huggingface.co/datasets/juliangauss1986/NOMOS-GEO-Audit-Protocol"
|
| 12 |
+
license: CC-BY-4.0
|
| 13 |
+
preferred-citation:
|
| 14 |
+
type: book
|
| 15 |
+
authors:
|
| 16 |
+
- family-names: Muraz
|
| 17 |
+
given-names: Kaan
|
| 18 |
+
orcid: "https://orcid.org/0009-0000-2277-9009"
|
| 19 |
+
title: "NOMOS GEO Audit Protocol"
|
| 20 |
+
year: 2026
|
| 21 |
+
doi: "10.5281/zenodo.22040507"
|
| 22 |
+
url: "https://noblejackal.com/nomos-geo-audit-protocol/"
|
LICENSE.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Licence
|
| 2 |
+
|
| 3 |
+
This machine-readable publication corpus is released under the Creative Commons Attribution 4.0 International licence (CC BY 4.0).
|
| 4 |
+
|
| 5 |
+
The copyright holder confirmed this repository release under CC BY 4.0 on 22 August 2026. A legacy “all rights reserved” string may remain inside a lossless source JSON file so the published source can be reproduced byte-for-byte. For the materials distributed in this repository, that legacy embedded string is superseded by this explicit licence grant.
|
| 6 |
+
|
| 7 |
+
Licence text: https://creativecommons.org/licenses/by/4.0/legalcode
|
| 8 |
+
|
| 9 |
+
Attribution should identify Kaan Muraz, the relevant work and language edition, version, canonical NobleJackal URL and language-specific DOI.
|
| 10 |
+
|
| 11 |
+
No trademark, accreditation, certification or endorsement rights are granted by this licence.
|
README.md
CHANGED
|
@@ -1,59 +1,117 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- text-generation
|
| 5 |
-
- question-answering
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
- ru
|
| 9 |
- tr
|
| 10 |
-
- ar
|
| 11 |
- de
|
| 12 |
- es
|
|
|
|
|
|
|
| 13 |
tags:
|
| 14 |
- geo
|
| 15 |
- generative-engine-optimization
|
| 16 |
- nomos
|
| 17 |
- audit-protocol
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
size_categories:
|
| 22 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
| 24 |
# NOMOS GEO Audit Protocol v0.9.0
|
| 25 |
|
| 26 |
[](https://doi.org/10.5281/zenodo.22040507)
|
| 27 |
[](https://orcid.org/0009-0000-2277-9009)
|
| 28 |
-
[](https://huggingface.co/datasets/juliangauss1986)
|
| 29 |
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
-
|
| 33 |
-
**DOI:** 10.5281/zenodo.22040507 | **Version:** v0.9.0 Editorial Edition
|
| 34 |
-
**Official:** https://noblejackal.com/nomos-geo-audit-protocol/
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
-
|
|
|
|
|
|
|
| 41 |
|
| 42 |
-
##
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
| 47 |
-
- [🇩🇪 DE 9.6 MB](./NobleJackal_NOMOS_GEO_Audit_Protocol_DE_v0.9.0.pdf)
|
| 48 |
-
- [🇹🇷 TR 8.78 MB - Türkçe](./NobleJackal_NOMOS_GEO_Audit_Protocol_TR_v0.9.0.pdf)
|
| 49 |
-
- [🇪🇸 ES 9.22 MB](./NobleJackal_NOMOS_GEO_Audit_Protocol_ES_v0.9.0.pdf)
|
| 50 |
-
- [🇷🇺 RU 9.63 MB](./NobleJackal_NOMOS_GEO_Audit_Protocol_RU_v0.9.0.pdf)
|
| 51 |
-
- [🇸🇦 AR 20.8 MB - العربية](./NobleJackal_NOMOS_GEO_Audit_Protocol_AR_v0.9.0.pdf)
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
-
|
| 56 |
-
2. [99 GEO Errors](https://huggingface.co/datasets/juliangauss1986/99-GEO-Errors) - DOI 10.5281/zenodo.21992388 - The Anti-Patterns
|
| 57 |
-
3. **NOMOS v0.9.0 (this)** - DOI 10.5281/zenodo.22040507 - The Measurement
|
| 58 |
|
| 59 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
- tr
|
|
|
|
| 6 |
- de
|
| 7 |
- es
|
| 8 |
+
- ru
|
| 9 |
+
- ar
|
| 10 |
tags:
|
| 11 |
- geo
|
| 12 |
- generative-engine-optimization
|
| 13 |
- nomos
|
| 14 |
- audit-protocol
|
| 15 |
+
- geo-1000
|
| 16 |
+
- multilingual
|
| 17 |
+
- machine-readable
|
| 18 |
+
- reference-corpus
|
| 19 |
+
pretty_name: "NOMOS GEO Audit Protocol v0.9.0 — Multilingual Machine-Readable Corpus"
|
| 20 |
size_categories:
|
| 21 |
+
- n<1K
|
| 22 |
+
configs:
|
| 23 |
+
- config_name: en
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: data/en.jsonl
|
| 27 |
+
- config_name: tr
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: data/tr.jsonl
|
| 31 |
+
- config_name: de
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: data/de.jsonl
|
| 35 |
+
- config_name: es
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: data/es.jsonl
|
| 39 |
+
- config_name: ru
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: data/ru.jsonl
|
| 43 |
+
- config_name: ar
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/ar.jsonl
|
| 47 |
---
|
| 48 |
+
|
| 49 |
# NOMOS GEO Audit Protocol v0.9.0
|
| 50 |
|
| 51 |
[](https://doi.org/10.5281/zenodo.22040507)
|
| 52 |
[](https://orcid.org/0009-0000-2277-9009)
|
|
|
|
| 53 |
|
| 54 |
+
A multilingual machine-readable publication corpus for the NOMOS GEO Audit Protocol and the GEO-1000 method, released as Candidate Final Text v0.9.0.
|
| 55 |
+
|
| 56 |
+
**Author:** Kaan Muraz
|
| 57 |
+
**Publisher:** NobleJackal
|
| 58 |
+
**Repository role:** machine-readable distribution and research-access mirror
|
| 59 |
+
**Status boundary:** Candidate Final Text v0.9.0. No active conformity or certification programme is asserted, and publication is not evidence of independent accreditation or industry adoption.
|
| 60 |
+
|
| 61 |
+
## Authority and version chain
|
| 62 |
+
|
| 63 |
+
- **Official web editions:** NobleJackal provides the canonical human-readable pages.
|
| 64 |
+
- **Archival records:** Zenodo provides the language-specific DOI records and archived PDFs.
|
| 65 |
+
- **Machine-readable mirror:** this Hugging Face Dataset repository provides versioned JSON and JSONL representations.
|
| 66 |
+
- Cite the DOI for the language edition actually used. Publication here does not establish industry adoption, independent validation or inclusion in any AI model.
|
| 67 |
+
|
| 68 |
+
## Official language editions
|
| 69 |
+
|
| 70 |
+
| Language | JSONL | Full JSON | PDF | Canonical web edition | DOI |
|
| 71 |
+
|---|---:|---|---|---|---|
|
| 72 |
+
| English (en) | [22 records](./data/en.jsonl) | [JSON package](./editions/en/) | [NOMOS-GEO-Audit-Protocol-EN-0.9.0-Editorial-Edition.pdf](./NOMOS-GEO-Audit-Protocol-EN-0.9.0-Editorial-Edition.pdf) | [https://noblejackal.com/nomos-geo-audit-protocol/](https://noblejackal.com/nomos-geo-audit-protocol/) | [10.5281/zenodo.22040507](https://doi.org/10.5281/zenodo.22040507) |
|
| 73 |
+
| Türkçe (tr) | [22 records](./data/tr.jsonl) | [JSON package](./editions/tr/) | [NOMOS-GEO-Audit-Protocol-TR-0.9.0-Editorial-Edition.pdf](./NOMOS-GEO-Audit-Protocol-TR-0.9.0-Editorial-Edition.pdf) | [https://noblejackal.com/tr/nomos-geo-audit-protocol/](https://noblejackal.com/tr/nomos-geo-audit-protocol/) | [10.5281/zenodo.22040778](https://doi.org/10.5281/zenodo.22040778) |
|
| 74 |
+
| Deutsch (de) | [22 records](./data/de.jsonl) | [JSON package](./editions/de/) | [NOMOS-GEO-Audit-Protocol-DE-0.9.0-Editorial-Edition.pdf](./NOMOS-GEO-Audit-Protocol-DE-0.9.0-Editorial-Edition.pdf) | [https://noblejackal.com/de/nomos-geo-audit-protocol/](https://noblejackal.com/de/nomos-geo-audit-protocol/) | [10.5281/zenodo.22040743](https://doi.org/10.5281/zenodo.22040743) |
|
| 75 |
+
| Español (es) | [22 records](./data/es.jsonl) | [JSON package](./editions/es/) | [NOMOS-GEO-Audit-Protocol-ES-0.9.0-Editorial-Edition.pdf](./NOMOS-GEO-Audit-Protocol-ES-0.9.0-Editorial-Edition.pdf) | [https://noblejackal.com/es/nomos-geo-audit-protocol/](https://noblejackal.com/es/nomos-geo-audit-protocol/) | [10.5281/zenodo.22041222](https://doi.org/10.5281/zenodo.22041222) |
|
| 76 |
+
| Русский (ru) | [22 records](./data/ru.jsonl) | [JSON package](./editions/ru/) | [NOMOS-GEO-Audit-Protocol-RU-0.9.0-Editorial-Edition.pdf](./NOMOS-GEO-Audit-Protocol-RU-0.9.0-Editorial-Edition.pdf) | [https://noblejackal.com/ru/nomos-geo-audit-protocol/](https://noblejackal.com/ru/nomos-geo-audit-protocol/) | [10.5281/zenodo.22041553](https://doi.org/10.5281/zenodo.22041553) |
|
| 77 |
+
| العربية (ar) | [22 records](./data/ar.jsonl) | [JSON package](./editions/ar/) | [NOMOS-GEO-Audit-Protocol-AR-0.9.0-Editorial-Edition.pdf](./NOMOS-GEO-Audit-Protocol-AR-0.9.0-Editorial-Edition.pdf) | [https://noblejackal.com/ar/nomos-geo-audit-protocol/](https://noblejackal.com/ar/nomos-geo-audit-protocol/) | [10.5281/zenodo.22041753](https://doi.org/10.5281/zenodo.22041753) |
|
| 78 |
+
|
| 79 |
+
## Machine-readable files
|
| 80 |
+
|
| 81 |
+
- `data/<language>.jsonl`: record-oriented UTF-8 corpus used by the Dataset Viewer.
|
| 82 |
+
- `editions/<language>/`: lossless full-edition JSON and citation metadata copied from the locked NobleJackal publication layer.
|
| 83 |
+
- `schema/publication-record-v1.schema.json`: stable JSONL record envelope.
|
| 84 |
+
- `schema/source-book.schema.json`: source publication schema used by NobleJackal.
|
| 85 |
+
- `manifest.json`: language, canonical URL, DOI, version, record count and SHA-256 map.
|
| 86 |
+
- `checksums.sha256`: package-level integrity inventory.
|
| 87 |
+
- `quality-assurance.json`: automated package checks; this is publisher QA, not independent accreditation.
|
| 88 |
+
|
| 89 |
+
## Record model
|
| 90 |
+
|
| 91 |
+
Every JSONL row includes a stable record ID, work and edition identity, language and direction, record type, chapter or item number where applicable, canonical URL, language-specific DOI, licence, source hash, record hash, readable text and a structured JSON payload.
|
| 92 |
|
| 93 |
+
## Intended use
|
|
|
|
|
|
|
| 94 |
|
| 95 |
+
- Citation and retrieval against a stable language edition.
|
| 96 |
+
- Research, comparison, indexing and deterministic parsing of the published framework.
|
| 97 |
+
- Building evaluation or knowledge systems that preserve edition, language, DOI and provenance boundaries.
|
| 98 |
|
| 99 |
+
## Limitations
|
| 100 |
|
| 101 |
+
- Dataset hosting, crawler access and machine readability do not guarantee indexing, model training, ranking or citation by an AI system.
|
| 102 |
+
- This repository is a publisher-controlled primary source. Claims of adoption, effectiveness, priority or external validation require independent evidence.
|
| 103 |
+
- The JSONL layer is a derived access view. In case of conflict, use the language-specific canonical web edition and its archived DOI record.
|
| 104 |
|
| 105 |
+
## Citation
|
| 106 |
|
| 107 |
+
Use the DOI in the language-edition table. `CITATION.cff` points to the English reference edition for software that supports only one preferred citation; `manifest.json` is authoritative for all six edition mappings.
|
| 108 |
|
| 109 |
+
## Licence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
+
The copyright holder confirmed this machine-readable release under CC BY 4.0 on 22 August 2026, consistent with the repository metadata and linked Zenodo records. Any legacy “all rights reserved” string retained inside a lossless source JSON file is preserved only as source provenance and is superseded for this repository release by `LICENSE.md`. Attribution must identify Kaan Muraz, the work title, the language edition, version and DOI.
|
| 112 |
|
| 113 |
+
## Trilogy
|
|
|
|
|
|
|
| 114 |
|
| 115 |
+
1. [NobleJackal GEO Framework](https://huggingface.co/datasets/juliangauss1986/GEO-Framework) — the proposed framework.
|
| 116 |
+
2. [99 Errors in GEO](https://huggingface.co/datasets/juliangauss1986/99-GEO-Errors) — the anti-pattern catalogue.
|
| 117 |
+
3. [NOMOS GEO Audit Protocol](https://huggingface.co/datasets/juliangauss1986/NOMOS-GEO-Audit-Protocol) — the candidate measurement protocol.
|
checksums.sha256
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
a4a268b4b33bc1915328b26a0d0a9267810c0af4f2cf0114dc70f9b651b1f371 CITATION.cff
|
| 2 |
+
dbe04662c7efecdb74a6fc730fbda7f31735737296b1406e2bb465a3525ec448 LICENSE.md
|
| 3 |
+
38d366696cabb33eac3b599358ab43244f2d832aeb1b5236ff6a2ff1f78bf63f README.md
|
| 4 |
+
2b197cf368fcb42847f50a56232e44291315e3e5883fdf6eeb693624d7833fe3 data/ar.jsonl
|
| 5 |
+
6d754012048149db7a7797563cecba22d3a2fd0d07247c741982c302bcdabc75 data/de.jsonl
|
| 6 |
+
96bb7fb228359f6215785d2a9e36500dc01d95288863260e166af9ef33d99313 data/en.jsonl
|
| 7 |
+
b743f7d22a9e48b471f67160592844f92d167dc12f6ebeb3963ca9e9fd10c9a3 data/es.jsonl
|
| 8 |
+
a793c177ae8f309b1091dddcbb2b4657eaed3aa198d8437b2f877f2e6573d1ad data/ru.jsonl
|
| 9 |
+
0a2270318525a9b52152089e212059f6b4fe720e603b378294b909fe4aab0a8b data/tr.jsonl
|
| 10 |
+
81f50bead2c4c626c630a6b57670f6d9e5c9a62dff785038817c11eb511ab2f0 editions/ar/book.json
|
| 11 |
+
a48582ef9ceb5344053a8e3cd6968bab046d9b070d1123c05811eea79f23352d editions/ar/citation.json
|
| 12 |
+
a851520c99cda8b6b395216ec7468472c98216f38ab18e61fede32ccf3c80dda editions/ar/manuscript.json
|
| 13 |
+
578d5c19685c9dcca5f591e432bd0e20ffa7e26705f835c0f9859555f3f8eddb editions/de/book.json
|
| 14 |
+
0e206155cc601491be6b903a88304b643c2687b5c9de2cdad695ee9d163f30c8 editions/de/citation.json
|
| 15 |
+
af1900beb8bf31a8cc42ce3de8b62ca8a8c9a3b842e60db87fcd931e859252df editions/de/manuscript.json
|
| 16 |
+
294c05429e741003bc30e32d3dc577aab95f8b8612d6e1648370664ba610738a editions/en/book.json
|
| 17 |
+
ec22e2fe1cd6268ed54e88210ded4fb229a7490fabd0c640650caf113dfc329a editions/en/citation.json
|
| 18 |
+
5d43e3145b8f32b6d1d4af23bdcd4347cc5fed51cd7b685b58bc669b5a4ad500 editions/en/manuscript.json
|
| 19 |
+
16bcbdbfddbfe21a24f303330f83f19cdb0b89d1320a87bb5ca9cfcf975c5008 editions/es/book.json
|
| 20 |
+
2e55f8b20538b754bc2e113152bed67691ddcc3591814df6db190af51ff3b189 editions/es/citation.json
|
| 21 |
+
5042124fb44a098071415af8d5e9debc4ee59bbc9e7d5d694c25b0709b7bd7b9 editions/es/manuscript.json
|
| 22 |
+
88db0f70d54b0429e061ddf3ff3d8abc5404cd15e81a8c9610b7a3c8c898a080 editions/ru/book.json
|
| 23 |
+
cb834db4562294e9885d63d000936710fea17aacff1c6c6722ee5b21f56509fa editions/ru/citation.json
|
| 24 |
+
30326d750dd8776379a86d9036caa06bcda1c30c9fe2b45d68f876ad8b1dda55 editions/ru/manuscript.json
|
| 25 |
+
c4d0c7a9ef049467cec1068534f4fb3c5c45ab5c17493d9de90f1845b73d346c editions/tr/book.json
|
| 26 |
+
e45f2af22e0bb8bf599a714c06be8f3775e45310d67cf433d1362c13336d04d9 editions/tr/citation.json
|
| 27 |
+
51df37981ca371d37c430cfaa0515850b2d1bd403bf1fdf0080a7246fab28f5a editions/tr/manuscript.json
|
| 28 |
+
7aecaec6692339ad7bdf6dd4a7064cba0009a6abc6f22b2017f8c6054afc8d84 manifest.json
|
| 29 |
+
62ef06aaf2c3eab1ef9c7a17b682b26891e799d27dce7d03a2cd41416a1467f4 quality-assurance.json
|
| 30 |
+
17d355eb939757883dfc34807c5dfa17a76bc1687a7d26dd1fcbf32fb2c6fcf2 schema/publication-record-v1.schema.json
|
| 31 |
+
0d364db531b914d46718aee1769ef3e6351203bd2e2d8486f042484259e7053a schema/source-book.schema.json
|
data/ar.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/de.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/en.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/es.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/ru.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/tr.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/ar/book.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/ar/citation.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schemaVersion": "1.0.0",
|
| 3 |
+
"type": "book",
|
| 4 |
+
"language": "ar",
|
| 5 |
+
"title": "بروتوكول NOMOS لتدقيق GEO",
|
| 6 |
+
"subtitle": "بروتوكول لقياس تمثيل الكيانات في الأنظمة التوليدية لدى سكان العالم",
|
| 7 |
+
"author": {
|
| 8 |
+
"name": "Kaan MURAZ"
|
| 9 |
+
},
|
| 10 |
+
"publisher": "NobleJackal",
|
| 11 |
+
"publicationDate": "2026-08-20",
|
| 12 |
+
"version": "0.9.0",
|
| 13 |
+
"canonical": "https://noblejackal.com/ar/nomos-geo-audit-protocol/",
|
| 14 |
+
"suggestedCitation": "Muraz, Kaan. بروتوكول NOMOS لتدقيق GEO: بروتوكول لقياس تمثيل الكيانات في الأنظمة التوليدية لدى سكان العالم. نص نهائي مرشح، الطبعة العربية المحررة. NobleJackal, 2026. https://doi.org/10.5281/zenodo.22041753. https://noblejackal.com/ar/nomos-geo-audit-protocol/",
|
| 15 |
+
"identifiers": {
|
| 16 |
+
"doi": "10.5281/zenodo.22041753",
|
| 17 |
+
"conceptDoi": "10.5281/zenodo.22041752",
|
| 18 |
+
"isbn": null
|
| 19 |
+
},
|
| 20 |
+
"archiveRecord": "https://zenodo.org/records/22041753",
|
| 21 |
+
"archivedPdf": "https://zenodo.org/records/22041753/files/NOMOS-GEO-Audit-Protocol-AR-0.9.0-Editorial-Edition.pdf?download=1",
|
| 22 |
+
"license": {
|
| 23 |
+
"id": "cc-by-4.0",
|
| 24 |
+
"name": "Creative Commons Attribution 4.0 International",
|
| 25 |
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
| 26 |
+
},
|
| 27 |
+
"rights": "© 2026 Kaan MURAZ. مرخّص بموجب CC BY 4.0؛ ويشترط نسب العمل إلى مؤلفه."
|
| 28 |
+
}
|
editions/ar/manuscript.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/de/book.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/de/citation.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schemaVersion": "1.0.0",
|
| 3 |
+
"type": "book",
|
| 4 |
+
"language": "de",
|
| 5 |
+
"title": "NOMOS GEO-Auditprotokoll",
|
| 6 |
+
"subtitle": "Ein Protokoll zur Messung der Repräsentation von Entitäten in generativen Systemen über die Weltbevölkerung hinweg",
|
| 7 |
+
"author": {
|
| 8 |
+
"name": "Kaan MURAZ"
|
| 9 |
+
},
|
| 10 |
+
"publisher": "NobleJackal",
|
| 11 |
+
"publicationDate": "2026-08-20",
|
| 12 |
+
"version": "0.9.0",
|
| 13 |
+
"canonical": "https://noblejackal.com/de/nomos-geo-audit-protocol/",
|
| 14 |
+
"suggestedCitation": "Muraz, Kaan. NOMOS GEO-Auditprotokoll: Ein Protokoll zur Messung der Repräsentation von Entitäten in generativen Systemen über die Weltbevölkerung hinweg. Finaler Textkandidat, deutsche redaktionelle Ausgabe. NobleJackal, 2026. https://doi.org/10.5281/zenodo.22040743. https://noblejackal.com/de/nomos-geo-audit-protocol/",
|
| 15 |
+
"identifiers": {
|
| 16 |
+
"doi": "10.5281/zenodo.22040743",
|
| 17 |
+
"conceptDoi": "10.5281/zenodo.22040742",
|
| 18 |
+
"isbn": null
|
| 19 |
+
},
|
| 20 |
+
"archiveRecord": "https://zenodo.org/records/22040743",
|
| 21 |
+
"archivedPdf": "https://zenodo.org/records/22040743/files/NOMOS-GEO-Audit-Protocol-DE-0.9.0-Editorial-Edition.pdf?download=1",
|
| 22 |
+
"license": {
|
| 23 |
+
"id": "cc-by-4.0",
|
| 24 |
+
"name": "Creative Commons Attribution 4.0 International",
|
| 25 |
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
| 26 |
+
},
|
| 27 |
+
"rights": "© 2026 Kaan MURAZ. Lizenziert unter CC BY 4.0; Namensnennung ist erforderlich."
|
| 28 |
+
}
|
editions/de/manuscript.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/en/book.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/en/citation.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schemaVersion": "1.0.0",
|
| 3 |
+
"type": "book",
|
| 4 |
+
"language": "en",
|
| 5 |
+
"title": "NOMOS GEO Audit Protocol",
|
| 6 |
+
"subtitle": "A Protocol for Measuring Entity Representation in Generative Systems Across the Global Population",
|
| 7 |
+
"author": {
|
| 8 |
+
"name": "Kaan MURAZ"
|
| 9 |
+
},
|
| 10 |
+
"publisher": "NobleJackal",
|
| 11 |
+
"publicationDate": "2026-08-20",
|
| 12 |
+
"version": "0.9.0",
|
| 13 |
+
"canonical": "https://noblejackal.com/nomos-geo-audit-protocol/",
|
| 14 |
+
"suggestedCitation": "Muraz, Kaan. NOMOS GEO Audit Protocol: A Protocol for Measuring Entity Representation in Generative Systems Across the Global Population. Candidate final text, English editorial edition. NobleJackal, 2026. https://doi.org/10.5281/zenodo.22040507. https://noblejackal.com/nomos-geo-audit-protocol/",
|
| 15 |
+
"identifiers": {
|
| 16 |
+
"doi": "10.5281/zenodo.22040507",
|
| 17 |
+
"conceptDoi": "10.5281/zenodo.22040506",
|
| 18 |
+
"isbn": null
|
| 19 |
+
},
|
| 20 |
+
"archiveRecord": "https://zenodo.org/records/22040507",
|
| 21 |
+
"archivedPdf": "https://zenodo.org/records/22040507/files/NOMOS-GEO-Audit-Protocol-EN-0.9.0-Editorial-Edition.pdf?download=1",
|
| 22 |
+
"license": {
|
| 23 |
+
"id": "cc-by-4.0",
|
| 24 |
+
"name": "Creative Commons Attribution 4.0 International",
|
| 25 |
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
| 26 |
+
},
|
| 27 |
+
"rights": "© 2026 Kaan MURAZ. Licensed under CC BY 4.0; attribution is required."
|
| 28 |
+
}
|
editions/en/manuscript.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/es/book.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/es/citation.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schemaVersion": "1.0.0",
|
| 3 |
+
"type": "book",
|
| 4 |
+
"language": "es",
|
| 5 |
+
"title": "Protocolo de Auditoría GEO de NOMOS",
|
| 6 |
+
"subtitle": "Un protocolo para medir la representación de entidades en sistemas generativos en la población mundial",
|
| 7 |
+
"author": {
|
| 8 |
+
"name": "Kaan MURAZ"
|
| 9 |
+
},
|
| 10 |
+
"publisher": "NobleJackal",
|
| 11 |
+
"publicationDate": "2026-08-20",
|
| 12 |
+
"version": "0.9.0",
|
| 13 |
+
"canonical": "https://noblejackal.com/es/nomos-geo-audit-protocol/",
|
| 14 |
+
"suggestedCitation": "Muraz, Kaan. Protocolo de Auditoría GEO de NOMOS: Un protocolo para medir la representación de entidades en sistemas generativos en la población mundial. Texto final candidato, edición editorial en español. NobleJackal, 2026. https://doi.org/10.5281/zenodo.22041222. https://noblejackal.com/es/nomos-geo-audit-protocol/",
|
| 15 |
+
"identifiers": {
|
| 16 |
+
"doi": "10.5281/zenodo.22041222",
|
| 17 |
+
"conceptDoi": "10.5281/zenodo.22041221",
|
| 18 |
+
"isbn": null
|
| 19 |
+
},
|
| 20 |
+
"archiveRecord": "https://zenodo.org/records/22041222",
|
| 21 |
+
"archivedPdf": "https://zenodo.org/records/22041222/files/NOMOS-GEO-Audit-Protocol-ES-0.9.0-Editorial-Edition.pdf?download=1",
|
| 22 |
+
"license": {
|
| 23 |
+
"id": "cc-by-4.0",
|
| 24 |
+
"name": "Creative Commons Attribution 4.0 International",
|
| 25 |
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
| 26 |
+
},
|
| 27 |
+
"rights": "© 2026 Kaan MURAZ. Publicado bajo licencia CC BY 4.0; se requiere atribución."
|
| 28 |
+
}
|
editions/es/manuscript.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/ru/book.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/ru/citation.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schemaVersion": "1.0.0",
|
| 3 |
+
"type": "book",
|
| 4 |
+
"language": "ru",
|
| 5 |
+
"title": "Протокол GEO-аудита NOMOS",
|
| 6 |
+
"subtitle": "Протокол измерения представления сущностей в генеративных системах на уровне мирового населения",
|
| 7 |
+
"author": {
|
| 8 |
+
"name": "Kaan MURAZ"
|
| 9 |
+
},
|
| 10 |
+
"publisher": "NobleJackal",
|
| 11 |
+
"publicationDate": "2026-08-20",
|
| 12 |
+
"version": "0.9.0",
|
| 13 |
+
"canonical": "https://noblejackal.com/ru/nomos-geo-audit-protocol/",
|
| 14 |
+
"suggestedCitation": "Muraz, Kaan. Протокол GEO-аудита NOMOS: Протокол измерения представления сущностей в генеративных системах на уровне мирового населения. Кандидат окончательного текста, русская редакционная версия. NobleJackal, 2026. https://doi.org/10.5281/zenodo.22041553. https://noblejackal.com/ru/nomos-geo-audit-protocol/",
|
| 15 |
+
"identifiers": {
|
| 16 |
+
"doi": "10.5281/zenodo.22041553",
|
| 17 |
+
"conceptDoi": "10.5281/zenodo.22041552",
|
| 18 |
+
"isbn": null
|
| 19 |
+
},
|
| 20 |
+
"archiveRecord": "https://zenodo.org/records/22041553",
|
| 21 |
+
"archivedPdf": "https://zenodo.org/records/22041553/files/NOMOS-GEO-Audit-Protocol-RU-0.9.0-Editorial-Edition.pdf?download=1",
|
| 22 |
+
"license": {
|
| 23 |
+
"id": "cc-by-4.0",
|
| 24 |
+
"name": "Creative Commons Attribution 4.0 International",
|
| 25 |
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
| 26 |
+
},
|
| 27 |
+
"rights": "© 2026 Kaan MURAZ. Лицензия CC BY 4.0; указание авторства обязательно."
|
| 28 |
+
}
|
editions/ru/manuscript.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/tr/book.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
editions/tr/citation.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schemaVersion": "1.0.0",
|
| 3 |
+
"type": "book",
|
| 4 |
+
"language": "tr",
|
| 5 |
+
"title": "NOMOS GEO Denetim Protokolü",
|
| 6 |
+
"subtitle": "Üretken Sistemlerde Varlık Temsilini Küresel Nüfus Üzerinden Ölçme Protokolü",
|
| 7 |
+
"author": {
|
| 8 |
+
"name": "Kaan MURAZ"
|
| 9 |
+
},
|
| 10 |
+
"publisher": "NobleJackal",
|
| 11 |
+
"publicationDate": "2026-08-20",
|
| 12 |
+
"version": "0.9.0",
|
| 13 |
+
"canonical": "https://noblejackal.com/tr/nomos-geo-audit-protocol/",
|
| 14 |
+
"suggestedCitation": "Muraz, Kaan. NOMOS GEO Denetim Protokolü: Üretken Sistemlerde Varlık Temsilini Küresel Nüfus Üzerinden Ölçme Protokolü. Aday nihai metin, Türkçe editoryal ana metin. NobleJackal, 2026. https://doi.org/10.5281/zenodo.22040778. https://noblejackal.com/tr/nomos-geo-audit-protocol/",
|
| 15 |
+
"identifiers": {
|
| 16 |
+
"doi": "10.5281/zenodo.22040778",
|
| 17 |
+
"conceptDoi": "10.5281/zenodo.22040777",
|
| 18 |
+
"isbn": null
|
| 19 |
+
},
|
| 20 |
+
"archiveRecord": "https://zenodo.org/records/22040778",
|
| 21 |
+
"archivedPdf": "https://zenodo.org/records/22040778/files/NOMOS-GEO-Audit-Protocol-TR-0.9.0-Editorial-Edition.pdf?download=1",
|
| 22 |
+
"license": {
|
| 23 |
+
"id": "cc-by-4.0",
|
| 24 |
+
"name": "Creative Commons Attribution 4.0 International",
|
| 25 |
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
| 26 |
+
},
|
| 27 |
+
"rights": "© 2026 Kaan MURAZ. CC BY 4.0 ile lisanslanmıştır; atıf zorunludur."
|
| 28 |
+
}
|
editions/tr/manuscript.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
ADDED
|
@@ -0,0 +1,220 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"dataset_id": "juliangauss1986/NOMOS-GEO-Audit-Protocol",
|
| 4 |
+
"work_id": "nomos-geo-audit-protocol",
|
| 5 |
+
"title": "NOMOS GEO Audit Protocol v0.9.0 — Multilingual Machine-Readable Corpus",
|
| 6 |
+
"version": "0.9.0",
|
| 7 |
+
"generated_at": "2026-08-22T07:21:08.368Z",
|
| 8 |
+
"release_status": "ready-for-publication",
|
| 9 |
+
"package_role": "machine-readable distribution and research-access mirror",
|
| 10 |
+
"authority_chain": {
|
| 11 |
+
"canonical_human_editions": "NobleJackal",
|
| 12 |
+
"archival_records": "Zenodo language-specific DOIs",
|
| 13 |
+
"machine_distribution": "Hugging Face Dataset repository"
|
| 14 |
+
},
|
| 15 |
+
"normative_boundary": "Candidate Final Text v0.9.0. No active conformity or certification programme is asserted, and publication is not evidence of independent accreditation or industry adoption.",
|
| 16 |
+
"license": {
|
| 17 |
+
"id": "CC-BY-4.0",
|
| 18 |
+
"url": "https://creativecommons.org/licenses/by/4.0/",
|
| 19 |
+
"owner_confirmation": true,
|
| 20 |
+
"embedded_notice_conflicts": []
|
| 21 |
+
},
|
| 22 |
+
"schema": {
|
| 23 |
+
"records": "schema/publication-record-v1.schema.json",
|
| 24 |
+
"source": "schema/source-book.schema.json"
|
| 25 |
+
},
|
| 26 |
+
"editions": [
|
| 27 |
+
{
|
| 28 |
+
"language": "en",
|
| 29 |
+
"language_name": "English",
|
| 30 |
+
"native_name": "English",
|
| 31 |
+
"direction": "ltr",
|
| 32 |
+
"title": "NOMOS GEO Audit Protocol",
|
| 33 |
+
"version": "0.9.0",
|
| 34 |
+
"status": "Candidate Final Text - English Editorial Edition",
|
| 35 |
+
"canonical": "https://noblejackal.com/nomos-geo-audit-protocol/",
|
| 36 |
+
"doi": "10.5281/zenodo.22040507",
|
| 37 |
+
"doi_url": "https://doi.org/10.5281/zenodo.22040507",
|
| 38 |
+
"repository_license": "CC-BY-4.0",
|
| 39 |
+
"embedded_rights_notice": "cc-by-4.0",
|
| 40 |
+
"records": 22,
|
| 41 |
+
"jsonl": {
|
| 42 |
+
"path": "data/en.jsonl",
|
| 43 |
+
"sha256": "96bb7fb228359f6215785d2a9e36500dc01d95288863260e166af9ef33d99313",
|
| 44 |
+
"bytes": 2139638
|
| 45 |
+
},
|
| 46 |
+
"source_files": {
|
| 47 |
+
"book": {
|
| 48 |
+
"path": "editions/en/book.json",
|
| 49 |
+
"sha256": "294c05429e741003bc30e32d3dc577aab95f8b8612d6e1648370664ba610738a",
|
| 50 |
+
"bytes": 696015
|
| 51 |
+
},
|
| 52 |
+
"manuscript": {
|
| 53 |
+
"path": "editions/en/manuscript.json",
|
| 54 |
+
"sha256": "5d43e3145b8f32b6d1d4af23bdcd4347cc5fed51cd7b685b58bc669b5a4ad500",
|
| 55 |
+
"bytes": 4631704
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"language": "tr",
|
| 61 |
+
"language_name": "Turkish",
|
| 62 |
+
"native_name": "Türkçe",
|
| 63 |
+
"direction": "ltr",
|
| 64 |
+
"title": "NOMOS GEO Denetim Protokolü",
|
| 65 |
+
"version": "0.9.0",
|
| 66 |
+
"status": "Aday Nihai Metin — Türkçe Editoryal Ana Nüsha",
|
| 67 |
+
"canonical": "https://noblejackal.com/tr/nomos-geo-audit-protocol/",
|
| 68 |
+
"doi": "10.5281/zenodo.22040778",
|
| 69 |
+
"doi_url": "https://doi.org/10.5281/zenodo.22040778",
|
| 70 |
+
"repository_license": "CC-BY-4.0",
|
| 71 |
+
"embedded_rights_notice": "cc-by-4.0",
|
| 72 |
+
"records": 22,
|
| 73 |
+
"jsonl": {
|
| 74 |
+
"path": "data/tr.jsonl",
|
| 75 |
+
"sha256": "0a2270318525a9b52152089e212059f6b4fe720e603b378294b909fe4aab0a8b",
|
| 76 |
+
"bytes": 2624232
|
| 77 |
+
},
|
| 78 |
+
"source_files": {
|
| 79 |
+
"book": {
|
| 80 |
+
"path": "editions/tr/book.json",
|
| 81 |
+
"sha256": "c4d0c7a9ef049467cec1068534f4fb3c5c45ab5c17493d9de90f1845b73d346c",
|
| 82 |
+
"bytes": 1438586
|
| 83 |
+
},
|
| 84 |
+
"manuscript": {
|
| 85 |
+
"path": "editions/tr/manuscript.json",
|
| 86 |
+
"sha256": "51df37981ca371d37c430cfaa0515850b2d1bd403bf1fdf0080a7246fab28f5a",
|
| 87 |
+
"bytes": 4568523
|
| 88 |
+
}
|
| 89 |
+
}
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"language": "de",
|
| 93 |
+
"language_name": "German",
|
| 94 |
+
"native_name": "Deutsch",
|
| 95 |
+
"direction": "ltr",
|
| 96 |
+
"title": "NOMOS GEO-Auditprotokoll",
|
| 97 |
+
"version": "0.9.0",
|
| 98 |
+
"status": "Finaler Textkandidat – deutsche redaktionelle Ausgabe",
|
| 99 |
+
"canonical": "https://noblejackal.com/de/nomos-geo-audit-protocol/",
|
| 100 |
+
"doi": "10.5281/zenodo.22040743",
|
| 101 |
+
"doi_url": "https://doi.org/10.5281/zenodo.22040743",
|
| 102 |
+
"repository_license": "CC-BY-4.0",
|
| 103 |
+
"embedded_rights_notice": "cc-by-4.0",
|
| 104 |
+
"records": 22,
|
| 105 |
+
"jsonl": {
|
| 106 |
+
"path": "data/de.jsonl",
|
| 107 |
+
"sha256": "6d754012048149db7a7797563cecba22d3a2fd0d07247c741982c302bcdabc75",
|
| 108 |
+
"bytes": 3011724
|
| 109 |
+
},
|
| 110 |
+
"source_files": {
|
| 111 |
+
"book": {
|
| 112 |
+
"path": "editions/de/book.json",
|
| 113 |
+
"sha256": "578d5c19685c9dcca5f591e432bd0e20ffa7e26705f835c0f9859555f3f8eddb",
|
| 114 |
+
"bytes": 1494134
|
| 115 |
+
},
|
| 116 |
+
"manuscript": {
|
| 117 |
+
"path": "editions/de/manuscript.json",
|
| 118 |
+
"sha256": "af1900beb8bf31a8cc42ce3de8b62ca8a8c9a3b842e60db87fcd931e859252df",
|
| 119 |
+
"bytes": 6416002
|
| 120 |
+
}
|
| 121 |
+
}
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"language": "es",
|
| 125 |
+
"language_name": "Spanish",
|
| 126 |
+
"native_name": "Español",
|
| 127 |
+
"direction": "ltr",
|
| 128 |
+
"title": "Protocolo de Auditoría GEO de NOMOS",
|
| 129 |
+
"version": "0.9.0",
|
| 130 |
+
"status": "Texto final candidato — edición editorial en español",
|
| 131 |
+
"canonical": "https://noblejackal.com/es/nomos-geo-audit-protocol/",
|
| 132 |
+
"doi": "10.5281/zenodo.22041222",
|
| 133 |
+
"doi_url": "https://doi.org/10.5281/zenodo.22041222",
|
| 134 |
+
"repository_license": "CC-BY-4.0",
|
| 135 |
+
"embedded_rights_notice": "cc-by-4.0",
|
| 136 |
+
"records": 22,
|
| 137 |
+
"jsonl": {
|
| 138 |
+
"path": "data/es.jsonl",
|
| 139 |
+
"sha256": "b743f7d22a9e48b471f67160592844f92d167dc12f6ebeb3963ca9e9fd10c9a3",
|
| 140 |
+
"bytes": 2967643
|
| 141 |
+
},
|
| 142 |
+
"source_files": {
|
| 143 |
+
"book": {
|
| 144 |
+
"path": "editions/es/book.json",
|
| 145 |
+
"sha256": "16bcbdbfddbfe21a24f303330f83f19cdb0b89d1320a87bb5ca9cfcf975c5008",
|
| 146 |
+
"bytes": 1493581
|
| 147 |
+
},
|
| 148 |
+
"manuscript": {
|
| 149 |
+
"path": "editions/es/manuscript.json",
|
| 150 |
+
"sha256": "5042124fb44a098071415af8d5e9debc4ee59bbc9e7d5d694c25b0709b7bd7b9",
|
| 151 |
+
"bytes": 6372302
|
| 152 |
+
}
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"language": "ru",
|
| 157 |
+
"language_name": "Russian",
|
| 158 |
+
"native_name": "Русский",
|
| 159 |
+
"direction": "ltr",
|
| 160 |
+
"title": "Протокол GEO-аудита NOMOS",
|
| 161 |
+
"version": "0.9.0",
|
| 162 |
+
"status": "Кандидат окончательного текста — русская редакционная версия",
|
| 163 |
+
"canonical": "https://noblejackal.com/ru/nomos-geo-audit-protocol/",
|
| 164 |
+
"doi": "10.5281/zenodo.22041553",
|
| 165 |
+
"doi_url": "https://doi.org/10.5281/zenodo.22041553",
|
| 166 |
+
"repository_license": "CC-BY-4.0",
|
| 167 |
+
"embedded_rights_notice": "cc-by-4.0",
|
| 168 |
+
"records": 22,
|
| 169 |
+
"jsonl": {
|
| 170 |
+
"path": "data/ru.jsonl",
|
| 171 |
+
"sha256": "a793c177ae8f309b1091dddcbb2b4657eaed3aa198d8437b2f877f2e6573d1ad",
|
| 172 |
+
"bytes": 4297167
|
| 173 |
+
},
|
| 174 |
+
"source_files": {
|
| 175 |
+
"book": {
|
| 176 |
+
"path": "editions/ru/book.json",
|
| 177 |
+
"sha256": "88db0f70d54b0429e061ddf3ff3d8abc5404cd15e81a8c9610b7a3c8c898a080",
|
| 178 |
+
"bytes": 1596593
|
| 179 |
+
},
|
| 180 |
+
"manuscript": {
|
| 181 |
+
"path": "editions/ru/manuscript.json",
|
| 182 |
+
"sha256": "30326d750dd8776379a86d9036caa06bcda1c30c9fe2b45d68f876ad8b1dda55",
|
| 183 |
+
"bytes": 7617179
|
| 184 |
+
}
|
| 185 |
+
}
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"language": "ar",
|
| 189 |
+
"language_name": "Arabic",
|
| 190 |
+
"native_name": "العربية",
|
| 191 |
+
"direction": "rtl",
|
| 192 |
+
"title": "بروتوكول NOMOS لتدقيق GEO",
|
| 193 |
+
"version": "0.9.0",
|
| 194 |
+
"status": "نص نهائي مرشح — الطبعة العربية المحررة",
|
| 195 |
+
"canonical": "https://noblejackal.com/ar/nomos-geo-audit-protocol/",
|
| 196 |
+
"doi": "10.5281/zenodo.22041753",
|
| 197 |
+
"doi_url": "https://doi.org/10.5281/zenodo.22041753",
|
| 198 |
+
"repository_license": "CC-BY-4.0",
|
| 199 |
+
"embedded_rights_notice": "cc-by-4.0",
|
| 200 |
+
"records": 22,
|
| 201 |
+
"jsonl": {
|
| 202 |
+
"path": "data/ar.jsonl",
|
| 203 |
+
"sha256": "2b197cf368fcb42847f50a56232e44291315e3e5883fdf6eeb693624d7833fe3",
|
| 204 |
+
"bytes": 3491021
|
| 205 |
+
},
|
| 206 |
+
"source_files": {
|
| 207 |
+
"book": {
|
| 208 |
+
"path": "editions/ar/book.json",
|
| 209 |
+
"sha256": "81f50bead2c4c626c630a6b57670f6d9e5c9a62dff785038817c11eb511ab2f0",
|
| 210 |
+
"bytes": 1526962
|
| 211 |
+
},
|
| 212 |
+
"manuscript": {
|
| 213 |
+
"path": "editions/ar/manuscript.json",
|
| 214 |
+
"sha256": "a851520c99cda8b6b395216ec7468472c98216f38ab18e61fede32ccf3c80dda",
|
| 215 |
+
"bytes": 6869216
|
| 216 |
+
}
|
| 217 |
+
}
|
| 218 |
+
}
|
| 219 |
+
]
|
| 220 |
+
}
|
quality-assurance.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"generated_at": "2026-08-22T07:21:08.368Z",
|
| 4 |
+
"scope": "Publisher-controlled automated package QA; not independent accreditation or external validation.",
|
| 5 |
+
"status": "pass",
|
| 6 |
+
"checks": {
|
| 7 |
+
"languages_present": true,
|
| 8 |
+
"unique_language_dois": true,
|
| 9 |
+
"unique_language_canonicals": true,
|
| 10 |
+
"json_parse": true,
|
| 11 |
+
"jsonl_parse": true,
|
| 12 |
+
"required_record_fields": true,
|
| 13 |
+
"record_hashes": true,
|
| 14 |
+
"source_hashes": true,
|
| 15 |
+
"utf8_round_trip": true,
|
| 16 |
+
"arabic_direction_rtl": true,
|
| 17 |
+
"cc_by_owner_confirmation": true
|
| 18 |
+
},
|
| 19 |
+
"record_counts": {
|
| 20 |
+
"en": 22,
|
| 21 |
+
"tr": 22,
|
| 22 |
+
"de": 22,
|
| 23 |
+
"es": 22,
|
| 24 |
+
"ru": 22,
|
| 25 |
+
"ar": 22
|
| 26 |
+
},
|
| 27 |
+
"licence_conflicts": []
|
| 28 |
+
}
|
schema/publication-record-v1.schema.json
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://noblejackal.com/schemas/huggingface-publication-record-v1.schema.json",
|
| 4 |
+
"title": "NobleJackal Machine-Readable Publication Record",
|
| 5 |
+
"description": "Stable record envelope for multilingual NobleJackal book and protocol corpora.",
|
| 6 |
+
"type": "object",
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"required": [
|
| 9 |
+
"schema_version",
|
| 10 |
+
"record_id",
|
| 11 |
+
"work_id",
|
| 12 |
+
"version",
|
| 13 |
+
"language",
|
| 14 |
+
"language_name",
|
| 15 |
+
"direction",
|
| 16 |
+
"record_type",
|
| 17 |
+
"sequence",
|
| 18 |
+
"chapter_number",
|
| 19 |
+
"item_number",
|
| 20 |
+
"title",
|
| 21 |
+
"subtitle",
|
| 22 |
+
"canonical_url",
|
| 23 |
+
"doi",
|
| 24 |
+
"doi_url",
|
| 25 |
+
"license",
|
| 26 |
+
"author",
|
| 27 |
+
"publisher",
|
| 28 |
+
"source_ids",
|
| 29 |
+
"source_word_count",
|
| 30 |
+
"source_document_sha256",
|
| 31 |
+
"structured_json",
|
| 32 |
+
"character_count",
|
| 33 |
+
"text",
|
| 34 |
+
"record_sha256"
|
| 35 |
+
],
|
| 36 |
+
"properties": {
|
| 37 |
+
"schema_version": {
|
| 38 |
+
"const": "1.0.0"
|
| 39 |
+
},
|
| 40 |
+
"record_id": {
|
| 41 |
+
"type": "string",
|
| 42 |
+
"minLength": 1
|
| 43 |
+
},
|
| 44 |
+
"work_id": {
|
| 45 |
+
"type": "string",
|
| 46 |
+
"minLength": 1
|
| 47 |
+
},
|
| 48 |
+
"version": {
|
| 49 |
+
"type": "string",
|
| 50 |
+
"minLength": 1
|
| 51 |
+
},
|
| 52 |
+
"language": {
|
| 53 |
+
"enum": [
|
| 54 |
+
"en",
|
| 55 |
+
"tr",
|
| 56 |
+
"de",
|
| 57 |
+
"es",
|
| 58 |
+
"ru",
|
| 59 |
+
"ar"
|
| 60 |
+
]
|
| 61 |
+
},
|
| 62 |
+
"language_name": {
|
| 63 |
+
"type": "string",
|
| 64 |
+
"minLength": 1
|
| 65 |
+
},
|
| 66 |
+
"direction": {
|
| 67 |
+
"enum": [
|
| 68 |
+
"ltr",
|
| 69 |
+
"rtl"
|
| 70 |
+
]
|
| 71 |
+
},
|
| 72 |
+
"record_type": {
|
| 73 |
+
"enum": [
|
| 74 |
+
"front_matter",
|
| 75 |
+
"founder_statement",
|
| 76 |
+
"chapter",
|
| 77 |
+
"chapter_overview",
|
| 78 |
+
"anti_pattern",
|
| 79 |
+
"back_matter"
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"sequence": {
|
| 83 |
+
"type": "integer",
|
| 84 |
+
"minimum": 1
|
| 85 |
+
},
|
| 86 |
+
"chapter_number": {
|
| 87 |
+
"type": [
|
| 88 |
+
"integer",
|
| 89 |
+
"null"
|
| 90 |
+
],
|
| 91 |
+
"minimum": 0
|
| 92 |
+
},
|
| 93 |
+
"item_number": {
|
| 94 |
+
"type": [
|
| 95 |
+
"integer",
|
| 96 |
+
"null"
|
| 97 |
+
],
|
| 98 |
+
"minimum": 1
|
| 99 |
+
},
|
| 100 |
+
"title": {
|
| 101 |
+
"type": "string",
|
| 102 |
+
"minLength": 1
|
| 103 |
+
},
|
| 104 |
+
"subtitle": {
|
| 105 |
+
"type": [
|
| 106 |
+
"string",
|
| 107 |
+
"null"
|
| 108 |
+
]
|
| 109 |
+
},
|
| 110 |
+
"canonical_url": {
|
| 111 |
+
"type": "string",
|
| 112 |
+
"format": "uri"
|
| 113 |
+
},
|
| 114 |
+
"doi": {
|
| 115 |
+
"type": "string",
|
| 116 |
+
"pattern": "^10\\.5281/zenodo\\.[0-9]+$"
|
| 117 |
+
},
|
| 118 |
+
"doi_url": {
|
| 119 |
+
"type": "string",
|
| 120 |
+
"format": "uri"
|
| 121 |
+
},
|
| 122 |
+
"license": {
|
| 123 |
+
"const": "CC-BY-4.0"
|
| 124 |
+
},
|
| 125 |
+
"author": {
|
| 126 |
+
"type": "string",
|
| 127 |
+
"minLength": 1
|
| 128 |
+
},
|
| 129 |
+
"publisher": {
|
| 130 |
+
"const": "NobleJackal"
|
| 131 |
+
},
|
| 132 |
+
"source_ids": {
|
| 133 |
+
"type": "array",
|
| 134 |
+
"items": {
|
| 135 |
+
"type": "string"
|
| 136 |
+
}
|
| 137 |
+
},
|
| 138 |
+
"source_word_count": {
|
| 139 |
+
"type": [
|
| 140 |
+
"integer",
|
| 141 |
+
"null"
|
| 142 |
+
],
|
| 143 |
+
"minimum": 0
|
| 144 |
+
},
|
| 145 |
+
"source_document_sha256": {
|
| 146 |
+
"type": "string",
|
| 147 |
+
"pattern": "^[a-f0-9]{64}$"
|
| 148 |
+
},
|
| 149 |
+
"structured_json": {
|
| 150 |
+
"type": "string",
|
| 151 |
+
"minLength": 2
|
| 152 |
+
},
|
| 153 |
+
"character_count": {
|
| 154 |
+
"type": "integer",
|
| 155 |
+
"minimum": 1
|
| 156 |
+
},
|
| 157 |
+
"text": {
|
| 158 |
+
"type": "string",
|
| 159 |
+
"minLength": 1
|
| 160 |
+
},
|
| 161 |
+
"record_sha256": {
|
| 162 |
+
"type": "string",
|
| 163 |
+
"pattern": "^[a-f0-9]{64}$"
|
| 164 |
+
}
|
| 165 |
+
}
|
| 166 |
+
}
|
schema/source-book.schema.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://noblejackal.com/schemas/nomos-geo-audit-protocol-v0.9.json",
|
| 4 |
+
"title": "NOMOS GEO Audit Protocol machine publication",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"required": [
|
| 7 |
+
"schemaVersion",
|
| 8 |
+
"book",
|
| 9 |
+
"statusAssertions",
|
| 10 |
+
"chapters",
|
| 11 |
+
"sources"
|
| 12 |
+
],
|
| 13 |
+
"properties": {
|
| 14 |
+
"schemaVersion": {
|
| 15 |
+
"type": "string"
|
| 16 |
+
},
|
| 17 |
+
"book": {
|
| 18 |
+
"type": "object",
|
| 19 |
+
"required": [
|
| 20 |
+
"title",
|
| 21 |
+
"language",
|
| 22 |
+
"version"
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"statusAssertions": {
|
| 26 |
+
"type": "object"
|
| 27 |
+
},
|
| 28 |
+
"chapters": {
|
| 29 |
+
"type": "array",
|
| 30 |
+
"minItems": 21,
|
| 31 |
+
"maxItems": 21
|
| 32 |
+
},
|
| 33 |
+
"sources": {
|
| 34 |
+
"type": "object"
|
| 35 |
+
}
|
| 36 |
+
}
|
| 37 |
+
}
|