{
  "pack": "zeus-innovations-100y",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "8e18723616e74c25a4210d43d906951c432b0536e6cf5acbc70e8c5274ef4d56",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-06-10T18:15:23.365Z",
  "title": "Universal Machine-Translatable Ontology",
  "namespace": "https://zeusai.pro/ontology/v1#",
  "types": [
    {
      "id": "Decision",
      "subClassOf": "schema:Action",
      "properties": [
        "decisionId",
        "decisionHash",
        "reversibleUntil"
      ]
    },
    {
      "id": "Provenance",
      "subClassOf": "schema:CreativeWork",
      "properties": [
        "merkleRoot",
        "buildSha",
        "issuedAt"
      ]
    },
    {
      "id": "CarbonBudget",
      "subClassOf": "schema:QuantitativeValue",
      "properties": [
        "perRequestBudgetGco2",
        "unit"
      ]
    },
    {
      "id": "Right",
      "subClassOf": "schema:Permission",
      "properties": [
        "rightId",
        "statement",
        "enforceableEndpoint"
      ]
    },
    {
      "id": "Pledge",
      "subClassOf": "schema:Promise",
      "properties": [
        "pledgeId",
        "horizonYear",
        "reviewIntervalYears"
      ]
    }
  ],
  "serialization": "JSON-LD; @context publishes IRIs that resolve to this same endpoint."
}