{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_bundle","feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"what-is-semantic-web","urls":{"read":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle?format=markdown"},"how_to_use":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","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/what-is-semantic-web/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":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-semantic-web/topology"}},{"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/what-is-semantic-web/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"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/what-is-semantic-web/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"ingest","name":"Ingest protocol","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","urls":{"write":"https://miscsubjects.com/api/protocol/ingest"}},{"id":"claim_post","name":"Claim post protocol","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-semantic-web/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"llm_manifest","name":"LLM manifest","what":"Machine-readable read/write contract for external LLMs.","urls":{"read":"https://miscsubjects.com/api/articles/llm-manifest"}}],"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":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle?format=markdown"},"imessage":null,"router":null,"related":[{"id":"topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."},{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"ingest","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node."},{"id":"claim_post","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by."},{"id":"llm_manifest","what":"Machine-readable read/write contract for external LLMs."}],"not_medical_advice":true},"bundle_version":1,"generated_at":"2026-07-15T06:16:17.508Z","slug":"what-is-semantic-web","title":"What Is the Semantic Web","url":"https://miscsubjects.com/a/what-is-semantic-web","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","concepts","what-is-semantic-web"],"posted_at":"2026-07-15T04:21:04.697Z","updated_at":"2026-07-15T04:21:04.697Z","body":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Protocol Concepts](https://miscsubjects.com/a/oip-protocol-concepts) › **What Is the Semantic Web**\n>\n> **Shelf:** Protocol Concepts · **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# What Is the Semantic Web\n\n## §SELF — what-is-semantic-web\n\n**What this page is:** A description of the Semantic Web vision, its technologies, and why it did not achieve wide adoption.\n**What it explains:** RDF, RDFS, OWL, SPARQL, JSON-LD, and Linked Data principles.\n**Why read it:** To understand how machine-readable data on the web works, why the original vision stalled, and how large language models change the equation.\n\n### What the Semantic Web Is\n\nThe Semantic Web is Tim Berners-Lee's vision (first articulated in a 2001 Scientific American article, then formalized through W3C standards from 2001 to 2010 and beyond) of a web where data is machine-readable, not just human-readable. The core proposition: web pages should contain structured, labeled data that software can parse, reason about, and connect automatically.\n\n### Why It Matters\n\nThe web as originally built contains pages (documents) linked by hyperlinks. Humans read the pages and understand the links. Machines can fetch pages and follow links, but they cannot understand what the content means. The Semantic Web attempted to solve this by adding semantic annotations — labels that say \"this string is a person's name\" or \"this number is a price.\" Search engines partially adopted this (Google Rich Snippets, Facebook Open Graph). The broader vision — a global graph of interconnected, machine-understandable data — never reached critical mass because there was no general-purpose consumer that could traverse and use the graph.\n\n### The Key Idea\n\nThe Resource Description Framework (RDF) is the data model. Every piece of information is a triple: subject-predicate-object. Example: `<Alice> <knows> <Bob>` or `<Alice> <age> \"30\"`. Each element in a triple is identified by a URI (Uniform Resource Identifier), a global identifier analogous to a URL but for things rather than pages. A collection of triples forms a directed graph: subjects and objects are nodes, predicates are labeled edges. Programs can traverse this graph by following edges from node to node.\n\nRDF Schema (RDFS) adds a vocabulary for defining types (`rdfs:Class`) and properties (`rdfs:Property`), and relationships like `rdfs:subClassOf` (one type is a subset of another).\n\nOWL (Web Ontology Language) extends RDFS with logical constructs: you can state that a property is transitive (if A is-connected-to B and B is-connected-to C, then A is-connected-to C), or that two classes are disjoint (nothing is both a Mammal and a Reptile). OWL reasoners can infer new triples from existing ones.\n\nSPARQL is a query language for RDF graphs. It resembles SQL but operates on triple patterns. You ask for all bindings of variables that match a set of triple patterns in the graph.\n\nJSON-LD (JavaScript Object Notation for Linked Data) is a way to embed RDF triples inside ordinary JSON objects using `@context` to map keys to URIs. It allows web APIs to serve semantic data without requiring consumers to understand RDF explicitly.\n\n### What They Got Right\n\n**Linked Data principles (Berners-Lee, 2006).** Four rules: (1) Use URIs as names for things. (2) Use HTTP URIs so those names can be looked up. (3) When someone looks up a URI, provide useful information (using RDF, SPARQL, etc.). (4) Include links to other URIs so more things can be discovered. These principles are sound and underpin modern API design, even where RDF is not used.\n\n**The graph model.** Representing knowledge as a graph (nodes connected by labeled edges) is the correct abstraction for many types of data. Graph databases (Neo4j, Amazon Neptune) and knowledge graphs (Google Knowledge Graph, Wikidata) use this model successfully.\n\n**JSON-LD as a bridge.** JSON-LD achieves interoperability: existing JSON parsers can read it, and RDF tools can extract semantic triples from it. It is the most widely adopted Semantic Web technology in practice.\n\n**Wikidata.** A collaborative knowledge base of over 100 million items, each with a URI, described in RDF. It is the largest working implementation of the Semantic Web vision.\n\n### What They Got Wrong or Left Unfinished\n\n**No consumer application.** The Semantic Web built a data infrastructure but never created the application that would make that infrastructure valuable to end users. Without a reason to publish structured data, publishers did not. This is a chicken-and-egg problem: no data means no applications, no applications means no incentive to publish data.\n\n**OWL was too complex.** The full OWL language (OWL 2 DL) is undecidable in some profiles — meaning a reasoner might run forever on certain inputs. Simpler subsets were defined but the complexity discouraged adoption.\n\n**The ontology construction bottleneck.** Building accurate, shared ontologies (agreed-upon vocabularies for a domain) requires domain experts, logicians, and ongoing maintenance. Most organizations could not afford this effort.\n\n**Assumed publishers would annotate.** The vision required content creators to add semantic markup manually. In practice, most publishers do not. Automated extraction (parsing natural language, scraping tables) turned out to be more scalable.\n\n### How It Connects to Other Ideas\n\n**Knowledge graphs.** Google's Knowledge Graph, Wikidata, and enterprise knowledge graphs are direct descendants of the Semantic Web. They use the RDF graph model but typically simplify or bypass OWL reasoning in favor of direct query and embedding-based methods.\n\n**Schema.org.** A collaborative vocabulary (founded by Google, Microsoft, Yahoo, and Yandex) for annotating web pages. It uses the Semantic Web stack (RDF, JSON-LD) but restricts the vocabulary to a manageable set of types and properties. It is the most successful practical application of Semantic Web technology.\n\n**Large language models.** An LLM can parse text, extract entities and relationships, and traverse linked data. It is the first general-purpose consumer that can take a URI, fetch the data at that URI, interpret it in context, and follow links to other URIs. This addresses the original missing-consumer problem.\n\n**Linked Open Data.** A project to publish existing open datasets (government data, scientific data, cultural heritage) as RDF on the web. DBpedia (structured data extracted from Wikipedia) is the largest Linked Open Data source.\n\n### Sources\n\nBerners-Lee, T., Hendler, J., & Lassila, O. (2001). \"The Semantic Web.\" *Scientific American*, 284(5), 34-43.\n\nBerners-Lee, T. (2006). \"Linked Data — Design Issues.\" W3C. https://www.w3.org/DesignIssues/LinkedData.html\n\nW3C. (2014). \"JSON-LD 1.0.\" W3C Recommendation. https://www.w3.org/TR/json-ld/\n\nW3C. (2012). \"OWL 2 Web Ontology Language Document Overview.\" W3C Recommendation. https://www.w3.org/TR/owl2-overview/\n\nHogan, A. et al. (2021). *Knowledge Graphs*. Morgan & Claypool.\n\n---\n\n## Up the tree\n\n- [OIP root](https://miscsubjects.com/a/oip) — protocol root, zero-context entry\n- [Thinker Reference hub](https://miscsubjects.com/a/oip-thinker-reference) — full hierarchy map\n- [Protocol Concepts shelf](https://miscsubjects.com/a/oip-protocol-concepts) — siblings on this shelf\n- [Voxel graph article](https://miscsubjects.com/a/what-is-voxel-graph) — how pages link as voxels\n- [Self-describing protocol](https://miscsubjects.com/a/what-is-self-describing-protocol)\n\n## Related on this shelf\n\n- [What Is Autopoiesis](https://miscsubjects.com/a/what-is-autopoiesis)\n- [What Is Capability-Based Security](https://miscsubjects.com/a/what-is-capability-security)\n- [What Is a Capability Token](https://miscsubjects.com/a/what-is-capability-token)\n- [What Is a Confused Deputy](https://miscsubjects.com/a/what-is-confused-deputy)\n- [What Is Context as Cursor](https://miscsubjects.com/a/what-is-context-as-cursor)\n- [What Is a Convergence Catalogue](https://miscsubjects.com/a/what-is-convergence-catalogue)\n- [What Is a Falsification Surface](https://miscsubjects.com/a/what-is-falsification-surface)\n- [What Is HATEOAS](https://miscsubjects.com/a/what-is-hateoas)\n\n## Machine surfaces\n\n- Public page: `https://miscsubjects.com/a/what-is-semantic-web`\n- JSON article: `https://miscsubjects.com/api/articles/what-is-semantic-web`\n- OIP ask: `https://miscsubjects.com/api/dispatch?ask=What%20Is%20the%20Semantic%20Web`\n","claims":[],"sources":[],"voxels":{"slug":"what-is-semantic-web","counts":{"voxels":0,"sources":0,"edges":0},"note":"slim bundle — full voxels at /api/articles/what-is-semantic-web/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"write","model":"kimi-agent-import","ts":"2026-07-15T04:21:04.697Z","hash":"415a613b2e92970b","tokens_in":0,"tokens_out":0}],"contributions":[],"topology":null,"slim":true,"ledger_totals":{"claims":0,"sources":0,"exported_claims":0,"exported_sources":0},"question_graph":{"slug":"what-is-semantic-web","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":1,"head":"415a613b2e92970b8c277f409300460120d293d5e25b4323db014e615881efdd"},"sources":{"valid":true,"entries":0,"head":"genesis"}},"counts":{"claims":0,"sources":0,"provenance":1,"contributions":0,"questions":0,"evidence_ingests":0,"voxel_edges":0},"transport":"Open every URL in this bundle with your browser or web / URL-fetch tool. Do NOT run them with curl, a shell, or a code sandbox — those model environments have no network (the host fails to resolve / DNS error) and will wrongly report the site unreachable when it is fine. Opening the link IS the call.","llm_manifest":{"version":"1","site":"https://miscsubjects.com","purpose":"Peptide evidence articles with hash-chained source ledgers, tiered claims, and a question graph. LLMs should READ bundles/URLs and WRITE back via ingest — never invent doses.","read":{"human_page":"https://miscsubjects.com/a/what-is-semantic-web","bundle_json":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/what-is-semantic-web/topology","question_graph":"https://miscsubjects.com/api/articles/what-is-semantic-web/question-graph","sources":"https://miscsubjects.com/api/articles/what-is-semantic-web/sources","provenance":"https://miscsubjects.com/api/articles/what-is-semantic-web/provenance","contributions":"https://miscsubjects.com/api/articles/what-is-semantic-web/contributions","graph_topology":"https://miscsubjects.com/api/articles/what-is-semantic-web/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/what-is-semantic-web/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","health":"https://miscsubjects.com/api/articles/what-is-semantic-web/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=what-is-semantic-web","graph_yield":"https://miscsubjects.com/api/graph?slugs=what-is-semantic-web&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=what-is-semantic-web","graph_query":"https://miscsubjects.com/api/v1/query?from=what-is-semantic-web&kind=claim&where=tier=human"},"ask":{"description":"Answer only from topology; creates a question_node with gaps.","api":"POST https://miscsubjects.com/api/protocol/ask","body":{"slug":"{slug}","question":"string"},"imessage":"what-is-semantic-web|your question","router_tag":"[ARTICLE_ASK]what-is-semantic-web|question[/ARTICLE_ASK]","auth":"x-terminal-key header for API; iMessage/WhatsApp via miscsubjects build"},"ingest":{"description":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","api":"POST https://miscsubjects.com/api/protocol/ingest","body":{"slug":"{slug}","evidence":"paste text","question_node_id":"optional qn_..."},"imessage":"ingest what-is-semantic-web|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]what-is-semantic-web|evidence[/ARTICLE_INGEST]","tiers":["human","preclinical","anecdotal","mechanistic","speculative"]},"claim":{"description":"Prompt-injection style POST — one claim voxel with who_claims + posted_by provenance.","api":"POST https://miscsubjects.com/api/protocol/claim","body":{"slug":"{slug}","text":"one assertion","tier":"human|preclinical|anecdotal|mechanistic|speculative","who_claims":"study author, platform, or model id","source_ids":"optional [s1]"},"imessage":"claim what-is-semantic-web|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]what-is-semantic-web|tier|assertion[/ARTICLE_CLAIM]","slots":["what_it_is","who_claims_what","what_is_known","what_is_unknown","mechanism","limitations","disclaimer"]},"tiers":{"human":0.8,"preclinical":0.5,"anecdotal":0.3,"mechanistic":0.3,"speculative":0.1},"invariants":["Self-explaining — every API JSON has _self; every paste widget has §SELF; root index at /api/articles/system-map","Append-only — revisions preserved at ?rev=n","Source chain verifies integrity, not truth","Answers must cite claim ids and source ids from topology","Not medical advice"],"constitution":{"version":1,"principle":"Articles are voxel graphs of claims — not prose blobs. Every assertion is a claim atom with tier, weight, source_ids, and posted_by provenance.","slots":[{"id":"what_it_is","required":true,"answers":"What is this peptide/stack/condition?"},{"id":"who_claims_what","required":true,"answers":"Who claims what — study authors, platforms, n=?"},{"id":"what_is_known","required":true,"answers":"What is known with tier labels (human/preclinical/anecdotal)"},{"id":"what_is_unknown","required":true,"answers":"What is NOT known — explicit gaps"},{"id":"mechanism","required":false,"answers":"Proposed mechanism (mechanistic tier only)"},{"id":"limitations","required":true,"answers":"Limits of evidence — no dose advice"},{"id":"disclaimer","required":true,"answers":"Not medical advice"}],"claim_rules":["One claim = one falsifiable assertion. No compound claims.","Every claim must declare tier: human|preclinical|anecdotal|mechanistic|speculative|system.","system tier = architecture/design axioms (not biological mechanism). Use for protocol self-definition.","Sourced claims must cite source_ids from the hash-chained ledger.","Unsourced claims must set source_status: unsourced and why_material.","posted_by is mandatory on every new claim (model id, human, or channel).","No medical advice, no doses, no 'you should take'.","Bad information is retracted (status:retracted), never deleted — retraction event stays on ledger.","Adversary challenges link via challenges[] / challenged_by[] — target may be downweighted.","Leaked secrets are scrubbed to [REDACTED:secret-leak] with scrub_events tombstone — honest audit trail."],"source_rules":["Every source is a voxel edge: type, url, exact quote, summary, found_by, accessed_at.","Sources hash-chain — prev/hash on append.","Anecdotal sources must name platform (reddit|x|youtube|imessage|user_entry)."],"ontology_rules":["Peptide articles (bpc-157, tb-500) are tree roots.","Condition articles (bpc-157-glp1-gut-damage) branch from peptides.","Stack articles (wolverine-stack-glp1) compose peptides — never duplicate peptide mechanism prose.","If an article has no parent embeds and is not a root peptide → sprawl candidate.","Misstep = duplicate scope with another slug; merge or reparent via embeds."],"post_protocol":{"claim":"POST /api/protocol/claim","source":"POST /api/protocol/sources","ingest":"POST /api/protocol/ingest","webhook":"POST /api/articles/<slug>/webhook {kind:claim|source}","imessage_claim":"claim {slug}|{tier}|your assertion — who claims it, source?","imessage_ingest":"ingest {slug}|evidence paste"}},"this_article":{"slug":"what-is-semantic-web","url":"https://miscsubjects.com/a/what-is-semantic-web","bundle_url":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/what-is-semantic-web/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/what-is-semantic-web/topology","voxels":"https://miscsubjects.com/api/articles/what-is-semantic-web/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/what-is-semantic-web/question-graph","ask":"https://miscsubjects.com/api/protocol/ask","ingest":"https://miscsubjects.com/api/protocol/ingest","claim":"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"}}