{
  "@context": {
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dct": "http://purl.org/dc/terms/",
    "ljp": "https://www.digitaleasements.com/ontology/v1/",
    "prefLabel": "skos:prefLabel",
    "altLabel": "skos:altLabel",
    "definition": "skos:definition",
    "related": "skos:related",
    "modified": {
      "@id": "dct:modified",
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    }
  },
  "@graph": [
    {
      "@id": "ljp:concept/inference-revenue",
      "@type": "skos:Concept",
      "prefLabel": "Inference Revenue",
      "altLabel": "PKG6-IR",
      "definition": "Inference revenue is revenue earned from run-time AI inference consumption - tokens, API calls, or compute - evaluated for recognition under ASC 606 and IFRS 15.",
      "related": [
        "AI Revenue Recognition",
        "Token-based Consumption",
        "Revenue per Inference"
      ],
      "modified": "2026-06-16"
    }
  ]
}