Internet Ontology Framework

See what modern
society currently
depends on.

IOF generates mission-oriented operational views of interconnected digital infrastructure — from technical analysis to strategic situational awareness.

Mission File
GRN · RFT
governanceg7-focus
colourStateGRN
domainsgovernment · finance · industrial
countriesUS · CA · GB · DE · FR · IT · JP
resolved23 nodes
suspected2 nodes
Sample nodes
bundesregierung.deGOV
federalreserve.govFIN
de-cix.netINF

Modern societies operate on invisible digital chains — energy grids, financial systems, public services, carrier networks. When these chains break, decisions fail. IOF makes those chains observable, structured, and mission-ready.

Operational Context

Real-world operational disruptions.

Modern infrastructure dependencies are no longer theoretical. Recent years have shown that operational disruptions propagate rapidly across communications, cloud, transportation, government and digital infrastructure systems — observable at the endpoint level long before official situational clarity exists.

Regional Visibility

Regional internet restrictions during high-security events

Public observations indicated temporary connectivity and service restrictions during periods of heightened security coordination. Endpoint-level operational visibility can change rapidly due to political, security or operational decisions — often before any official communication.

connectivity degradation reachability loss service interruptions
Can people and systems still communicate normally?
Provider Concentration

Cloud and platform dependency concentration

Modern digital services increasingly depend on a small number of hyperscale providers. Political disputes, sanctions, commercial decisions or regional outages can directly affect digital service availability across multiple countries simultaneously.

cloud degradation API unavailability auth disruption
What stops functioning if a major provider becomes unreachable?
Cross-Domain Cascade

Energy and communications interdependence

Recent crises demonstrated that energy instability directly affects communications, cloud infrastructure, transport coordination and public-sector operations. Infrastructure domains increasingly fail together — not in isolation.

telecom degradation datacenter instability transport disruption
Which systems degrade together?
Digital Fragmentation

Cross-border digital fragmentation

Export restrictions, sanctions, filtering measures, routing decisions and regional policies can influence the operational reachability of infrastructure and services. Digital infrastructure is increasingly shaped by geopolitical conditions.

service blocking routing instability cross-border fragmentation
Can systems still interoperate across regions?

IOF does not claim to explain political intent. IOF exists to make operational consequences observable — neutrally, at the endpoint level, across domains and regions. The same infrastructure reality is visible to all observers.

"Operational reality becomes visible at the endpoint
before it becomes understandable at the policy level."

Architecture

Four layers. One operational reality.

IOF does not define a single truth. It generates reproducible, mission-specific views from the same underlying infrastructure observations.

Layer 1

Observation Layer

Internet infrastructure observed as a system — not isolated services. Nodes, reachability, latency, and dependency signals form the raw operational substrate.

  • Nodes
  • Reachability
  • Latency
  • Domains
  • Regions
Layer 2

Interpretation Layer

Same data — different meaning. Policies and governance define what matters, for whom, and under which criteria. Scanner ≠ Framework ≠ Management.

  • Policies
  • Governance
  • Analysis Profiles
  • Conflict Classes
Layer 3

Projection Layer

One system — many perspectives. The same mission generates a scanner feed, a C-level dashboard, a graph query, and a compliance report from identical structured data.

  • JSON-LD
  • Graph Views
  • Scanner Output
  • RDF-ready
Layer 4

IOF Engine

The semantic motor: Governance defines purpose, Policy selects scope, Domain/Region expansion resolves nodes, Mission File packages the result. Reproducible. Deterministic. Portable.

  • Governance
  • Policy resolution
  • Region join
  • Mission export
The Artifact

The Mission File.

Not a report. Not a log. A portable operational model describing digital dependencies, policies, measurements, and reachable capabilities for a defined mission scope.

Portable

Travels without its source system. Any scanner, graph engine, or dashboard can consume it independently.

Reproducible

Same governance + same policy = same result. Deterministic IDs enable git-friendly diffs and audit trails.

Semantic

JSON-LD 1.1 with stable @id references. Graph-ready for RDF backends. Human-readable for operational analysts.

Mission-scoped

Every mission has explicit scope: governance, policies, domains, regions, countries. No implicit global truth.

{
  "@context": "iof.example/schema",
  "@type": "Mission",
  "@id": "…/mission/20260510-g7",
  "specVersion": "open-iof/1.0",
  "readiness": {
    "@type": "Readiness",
    "colourState": "GRN",
    "structural": "PASS"
  },
  "scope": {
    "@type": "Scope",
    "domains": ["government", "finance"],
    "countries": ["DE", "US", "JP"]
  },
  "resolvedNodes": [{
    "@type": "ResolvedNode",
    "url": "https://bundesregierung.de",
    "domain": "government",
    "countries": ["DE"],
    "policy": "iof.example/policy/g7"
  }]
}
Design Principles

No single truth

IOF generates reproducible mission-specific views, not a universal ground truth. Different missions produce different operational realities — by design.

Explicit scope

Every Mission File carries its full scope: governance rationale, policy selection, domain classification, region definition. Nothing is implicit.

Scanner-agnostic

IOF defines what to observe and how to evaluate. It does not dictate how to observe. Any scanner can consume a Mission File.

Operational safety

Measurement profiles define conflict classes: passive, active, stress. Default is always passive — no probing without explicit policy authorization.

Deterministic output

Same governance + policy + infrastructure state = same Mission File. Stable IDs, git-friendly diffs, audit-ready.

Graph-ready

JSON-LD 1.1 enables RDF serialization, graph ingestion, and semantic cross-mission correlation — without forcing it.

Tools

IOF Toolchain

Lightweight, client-only, one-pager tools built on the IOF framework.

IOF Validator

Validate governance profiles, policies, domains and regions. Structural and semantic checks. Deep URL validation. Mission File export as JSON-LD.

Open Validator →
Coming soon

IOF Creator

Schema-guided editor for governance profiles, policies, domain nodes, and region definitions. Template-based, real-time validation, JSON download.

In development

IOF Specification

The full ontology specification: data model, schema constraints, region conventions, policy format, Mission File structure, and design rationale.

Read Specification →