{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_topology","feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","contains":"claims, sources, anecdotes, question_graph slice","slug":"thinker-tim-berners-lee","urls":{"read":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/topology"},"how_to_use":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"graph_topology","name":"Cross-article graph","what":"Merged claims/sources across condition+stack slugs for one question.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/graph-topology?question=..."}},{"id":"question_graph","name":"Question graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output).","urls":{"read":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/question-graph","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/voxels","write":"https://miscsubjects.com/api/protocol/claim"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","why":"Every feature is auditable collective intelligence","how":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/thinker-tim-berners-lee/topology"},"imessage":null,"router":null,"related":[{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"graph_topology","what":"Merged claims/sources across condition+stack slugs for one question."},{"id":"question_graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output)."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."}],"not_medical_advice":true},"slug":"thinker-tim-berners-lee","title":"Tim Berners-Lee — The Universal Link and the Semantic Web","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","thinkers","thinker-tim-berners-lee"],"updated_at":"2026-07-15T04:20:48.803Z","body_excerpt":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Thinkers](https://miscsubjects.com/a/oip-thinkers) › **Tim Berners-Lee — The Universal Link and the Semantic Web**\n>\n> **Shelf:** Thinkers · **Traversal:** self-explaining · hierarchical · voxel-ready\n> **Machine root:** [OIP tree](https://miscsubjects.com/api/dispatch?map=1&format=markdown) · [Registry](https://miscsubjects.com/api/dispatch?registry=1)\n\n# Tim Berners-Lee — The Universal Link and the Semantic Web\n\n## §SELF — thinker-tim-berners-lee\n\n**What this page is:** A profile of the computer scientist who invented the World Wide Web and later proposed a machine-readable layer on top of it.\n**What it explains:** The URL as the core invention, the Semantic Web vision, why it failed, and why large language models make it possible now.\n**Why read it:** You will understand why the URL matters, what the Semantic Web was trying to do, and why its failure was a reader problem, not a data problem.\n\n### What Tim Berners-Lee Did\n\nTim Berners-Lee is a British computer scientist who invented the World Wide Web in 1989 while working at CERN (the European Organization for Nuclear Research). He created three technologies:\n\n- **HTTP (HyperText Transfer Protocol):** The rules for how a client (usually a web browser) asks a server for a resource and how the server responds. A protocol is a set of agreed-upon rules for communication.\n- **HTML (HyperText Markup Language):** The format for writing documents that can contain links to other documents. Markup means annotations added to text to give it structure (headings, paragraphs, links).\n- **URL (Uniform Resource Locator):** The addressing scheme that gives every piece of information on the web a permanent, unique address.\n\n### The Key Idea: The URL\n\nThe URL is Berners-Lee's most important invention. Before the URL, there was no universal way to point at a piece of information. A URL like `https://example.com/page` does three things at once: it names a resource, it says where to find it, and it says how to retrieve it.\n\nThis seems obvious now. It was not obvious then. The URL is what makes the web a web — every document can point to every other document, across any server, any organization, any country. A link in a document in Tokyo can point to a document in Toronto. The user clicks it and the browser knows exactly what to do.\n\n### The Semantic Web (2006)\n\nIn 2006, Berners-Lee proposed the Semantic Web. The idea: extend the web so that machines, not just humans, can understand the information. The core mechanism was to give every entity — every person, article, tool, service, concept — a URI (Uniform Resource Identifier). A URI is like a URL but more general: it identifies a thing without necessarily saying where to retrieve it.\n\nThe vision was that machines would traverse a graph of linked data. A graph, in computer science, is a structure made of nodes (things) connected by edges (relationships). If every entity has a URI and relationships are expressed as links between URIs, then a machine can follow links from one entity to another, building an understanding of how things connect.\n\nMeaning would live in the connections, not in the documents. A document says \"Alice works at Company X.\" The Semantic Web would encode this as a triple: Alice (subject) → works-at (predicate) → Company X (object). Each part is a URI. A machine could then traverse this graph and answer questions like \"Who works at Company X?\" by following the links.\n\n### Linked Data Principles\n\nBerners-Lee defined four rules for publishing data on the Semantic Web:\n\n1. Use URIs as names for things.\n2. Use HTTP URIs so people can look them up.\n3. When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL).\n4. Include links to other URIs so they can discover more things.\n\nRDF (Resource Description Framework) is a format for expressing those subject-pred","ranking":"safety-first (interaction_risk/limitations), then quote-gated effective_weight","claims":[],"sources":[],"anecdotal_sources":[],"scientific_sources":[],"user_reports":[],"related_articles":[],"question_graph":{"slug":"thinker-tim-berners-lee","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"honesty":{"active_claims":0,"retracted_claims":0,"cut_claims":0,"challenges":0,"scrub_events":0,"note":"Retracted/cut claims stay on ledger but are excluded from ask unless ?include_inactive=1"},"counts":{"claims":0,"claims_total":0,"sources":0,"anecdotal":0,"scientific":0,"user_reports":0,"questions":0,"evidence_ingests":0}}