@prefix : <https://www.linkedin.com/pulse/china-built-super-app-us-may-build-super-agent-jaya-gupta-3ncoc/#> .
@prefix schema: <http://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

<> a schema:CreativeWork ;
    schema:name "If China Built the Super-App, the US May Build the Super-Agent — Knowledge Graph"@en ;
    schema:description "Structured RDF representation of Jaya Gupta's LinkedIn Pulse article analyzing the shift from super-app consolidation to super-agent federation. Incorporates the full comment thread including Kingsley Idehen's six-component agent operating space framework."@en ;
    schema:dateCreated "2026-06-04T00:00:00Z"^^xsd:dateTime ;
    schema:dateModified "2026-06-04T00:00:00Z"^^xsd:dateTime ;
    schema:author <https://linkedin.com/in/kidehen#this> ;
    schema:about :analysis .

# ── Source Article ─────────────────────────────────────────────────────────

:sourceArticle a schema:Article ;
    schema:name "If China Built the Super-App, the US May Build the Super-Agent"@en ;
    schema:headline "If China Built the Super-App, the US May Build the Super-Agent"@en ;
    schema:author <https://www.linkedin.com/in/jayagupta10#this> ;
    schema:datePublished "2026-06-04"^^xsd:date ;
    schema:publisher :linkedIn ;
    schema:url <https://www.linkedin.com/pulse/china-built-super-app-us-may-build-super-agent-jaya-gupta-3ncoc/> ;
    schema:about :superAgentThesis, :superAppChina, :trustBilingualism,
        :accessAsMoat, :permissionStrategy, :agentOperatingSpace ;
    schema:hasPart :sectionUsageProblem, :sectionBilingualTrust,
        :sectionAmericanSuperAgent, :sectionAccessMoat,
        :sectionNextPlatform ;
    schema:comment :commentKingsley, :commentSwapan, :commentDennis,
        :commentKeith, :commentEllie ;
    schema:interactionStatistic [
        a schema:InteractionCounter ;
        schema:interactionType schema:CommentAction ;
        schema:userInteractionCount 11
    ], [
        a schema:InteractionCounter ;
        schema:interactionType schema:LikeAction ;
        schema:userInteractionCount 26
    ] .

# ── People ─────────────────────────────────────────────────────────────────

<https://www.linkedin.com/in/jayagupta10#this> a schema:Person ;
    schema:name "Jaya Gupta"@en ;
    schema:url <https://www.linkedin.com/in/jayagupta10> ;
    schema:description "Author of the LinkedIn Pulse article. Writes on AI strategy, platform economics, agent architectures, and the intersection of consumer and enterprise trust."@en .

:kingsleyIdehen a schema:Person ;
    schema:name "Kingsley Uyi Idehen"@en ;
    schema:url <https://www.linkedin.com/in/kidehen#this> ;
    schema:jobTitle "Founder & CEO"@en ;
    schema:worksFor <http://dbpedia.org/resource/OpenLink_Software> ;
    owl:sameAs <https://x.com/kidehen#this>, <https://substack.com/@kidehen#this> .

:swapanShridhar a schema:Person ;
    schema:name "Swapan Shridhar"@en .

:elliePeterson a schema:Person ;
    schema:name "Ellie Peterson"@en .

:dennisJuarez a schema:Person ;
    schema:name "Dennis Juarez"@en .

:keithBrisson a schema:Person ;
    schema:name "Keith Brisson"@en .

:linkedIn a schema:Organization ;
    schema:name "LinkedIn"@en ;
    schema:url <https://www.linkedin.com/> .

# ── Article Sections ───────────────────────────────────────────────────────

:sectionUsageProblem a schema:ArticleSection ;
    schema:name "AI Has a Usage Problem Disguised as a Revenue Problem"@en ;
    schema:position 1 ;
    schema:text "Consumer AI creates enormous surplus and has not monetized well yet. Enterprise AI captures value more directly because it attaches to budgets, workflows, labor replacement, and measurable outcomes. As inference costs, token budgets, and gross margins move to the center of every AI conversation, the core question is shifting from what AI can do to where AI can capture the value it creates. AI is exposing one of the oldest tensions in software: consumers create usage; enterprises create budgets."@en .

:sectionBilingualTrust a schema:ArticleSection ;
    schema:name "The Rarest Companies Are Bilingual in Trust"@en ;
    schema:position 2 ;
    schema:text "The rarest tech companies are bilingual in trust: intimate enough for consumers and governable enough for institutions. Microsoft, Google, and Apple exemplify this; Meta does not. Privacy is the deepest reason the US graph split persisted. Privacy shaped incentives, data flows, and the kinds of businesses that could emerge. It helped turn one possible graph into many companies. The US gave up the elegance of the super-app and preserved boundaries that made total platform control harder."@en .

:sectionAmericanSuperAgent a schema:ArticleSection ;
    schema:name "The American Super-Agent"@en ;
    schema:position 3 ;
    schema:text "An American super-app faces structural barriers (mobile gatekeepers, fragmented payments, antitrust, privacy rules), but those barriers are also features reflecting the nature of American democracy itself. The American super-agent will emerge as an interface layer that unlocks access across fragmented systems rather than consolidating them into a single platform."@en .

:sectionAccessMoat a schema:ArticleSection ;
    schema:name "Access Is the Moat"@en ;
    schema:position 4 ;
    schema:text "Agents become more useful as they gain visibility into calendars, messages, photos, location, purchases, health data. Different companies accumulate different currencies of permission: Apple (personal context), Microsoft (organizational governance), Google (breadth + hardest trust challenge), Palantir (institutional efficacy). OpenAI starts with consumer habit (ChatGPT as default AI interface); Anthropic starts with institutional trust (safety, enterprise, government). Their destination converges. Anthropic's safety posture is a permission strategy; OpenAI's consumer distribution is a bid to become the default interface."@en .

:sectionNextPlatform a schema:ArticleSection ;
    schema:name "The Next Platform Is the Interface Allowed to Act"@en ;
    schema:position 5 ;
    schema:text "The next platform will not be the company that owns everything. It will be the interface allowed to act across everything. The shift is from owning the graph to operating across it. Capability determines what an agent can do; permission determines where it can go."@en .

# ── Key Concepts ───────────────────────────────────────────────────────────

:superAgentThesis a schema:DefinedTerm ;
    schema:name "Super-Agent Thesis"@en ;
    schema:description "The argument that the US will not produce a super-app (a single platform consolidating personal and business graphs) but will instead produce a super-agent — an interface layer that operates across fragmented systems rather than consolidating them. The shift is from owning the graph to operating across it."@en ;
    schema:inDefinedTermSet :glossarySection .

:superAppChina a schema:DefinedTerm ;
    schema:name "Super-App (China Model)"@en ;
    schema:description "China's defining internet product (exemplified by WeChat) that unified each person's personal and business context graph into a single surface: messaging, payments, commerce, identity, services, professional relationships, and daily transactions all flowed through the same operating layer. An extraordinary machine for convenience and capture that also revealed the power and danger of graph consolidation."@en ;
    schema:inDefinedTermSet :glossarySection .

:trustBilingualism a schema:DefinedTerm ;
    schema:name "Bilingual in Trust"@en ;
    schema:description "The characteristic of rare tech companies that are intimate enough for consumers and governable enough for institutions. Microsoft, Google, and Apple exemplify this dual-trust capability. The American internet split the graph apart precisely because different institutions held different trust relationships with users, and the most strategically important companies became those capable of operating across both sides without fully collapsing the divide."@en ;
    schema:inDefinedTermSet :glossarySection .

:accessAsMoat a schema:DefinedTerm ;
    schema:name "Access Is the Moat"@en ;
    schema:description "The principle that agents become more useful — and more defensible — as they gain visibility into calendars, messages, photos, location, purchases, and health data. Different companies accumulate different currencies of permission: Apple holds personal context, Microsoft holds organizational governance, Google holds breadth, Palantir holds institutional efficacy. The moat is not owning the data but being permitted to act across it."@en ;
    schema:inDefinedTermSet :glossarySection .

:permissionStrategy a schema:DefinedTerm ;
    schema:name "Permission Strategy"@en ;
    schema:description "The observation that Anthropic's safety posture functions as a permission strategy — building institutional trust through safety, enterprise readiness, and government relationships — while OpenAI's consumer distribution is a bid to become the default AI interface. Both strategies converge on the same destination: being the interface allowed to act. Capability determines what an agent can do; permission determines where it can go."@en ;
    schema:inDefinedTermSet :glossarySection .

:agentOperatingSpace a schema:DefinedTerm ;
    schema:name "Agent Operating Space"@en ;
    schema:description "Kingsley Idehen's framework (introduced in the comments) describing the six loosely coupled components a super-agent needs: (1) Identity — who the agent is and on whose behalf it acts; (2) Identification — how entities are uniquely named across systems via HTTP-based identifiers; (3) Authentication — verifying identity claims through mechanisms like mTLS and WebID; (4) Authorization — what the agent is permitted to do, expressed as ACLs on WebDAV resources or SPARQL graph permissions; (5) Semantic Layer — a graph-based knowledge representation layer that provides shared meaning, inference, and entity resolution across heterogeneous data sources; (6) Systems of Record, Engagement, Analytics, and Action — the data spaces the agent reads from and writes to, unified by the virtual DBMS layer rather than consolidated into a single platform. These six components are loosely coupled — each can evolve independently without breaking the others. This is the architectural foundation that distinguishes operating across the graph from owning it."@en ;
    schema:inDefinedTermSet :glossarySection .

:graphConsolidation a schema:DefinedTerm ;
    schema:name "Graph Consolidation"@en ;
    schema:description "The process by which social life, financial life, commerce, and business activity converge into a few dominant platform surfaces, making user behavior more legible, controllable, and dependent on platform-state interfaces. The Chinese super-app model exemplifies graph consolidation. The US internet evolved in the opposite direction: privacy, procurement, payments, antitrust, and enterprise trust split the graph apart, turning one possible graph into many companies."@en ;
    schema:inDefinedTermSet :glossarySection .

:determinismInAgents a schema:DefinedTerm ;
    schema:name "Determinism in Agent Systems"@en ;
    schema:description "Dennis Juarez's pushback (from the comments): capability + permission are necessary but insufficient without determinism. Without a governed layer that resolves the same answer the same way every time, a confident system with faster access can amplify errors rather than reduce them. A semantic layer — shared ontologies, inference rules, and explicit entity resolution — provides the determinism that raw LLM outputs lack."@en ;
    schema:inDefinedTermSet :glossarySection .

# ── Comments ───────────────────────────────────────────────────────────────

:commentKingsley a schema:Comment ;
    schema:author :kingsleyIdehen ;
    schema:dateCreated "2026-06-04"^^xsd:date ;
    schema:text """The super-agent needs an operating space that comprises the following loosely coupled components: (1) Identity — who the agent is, acting on whose behalf; (2) Identification — unambiguous naming using HTTP-based identifiers as super keys; (3) Authentication — verifying identity claims (mTLS, WebID); (4) Authorization — what actions are permitted (ACLs, graph-level permissions); (5) Semantic Layer — a graph-based knowledge representation providing shared meaning, inference, and entity resolution across heterogeneous data sources; (6) Systems of Record, Engagement, Analytics, and Action — the databases, knowledge bases, file systems, and APIs that form the data space the agent operates across.

These components are loosely coupled — each can evolve independently. This is what distinguishes operating across the graph from owning it. Virtuoso's virtual DBMS architecture demonstrates this: SQL, SPARQL, openCypher, GQL, and GraphQL all compile through a common query processor against heterogeneous sources, with HTTP IRIs serving as universal entity identifiers. The Agent Operating Space is not a new platform to own — it is a set of interoperability contracts implemented through open standards (HTTP, RDF, SPARQL, WebID, PKCS#12/mTLS) that any agent, skill, or data space can participate in.

Shared links for reference:
- OpenLink Virtuoso: https://virtuoso.openlinksw.com/
- URIBurner Linked Data Resolver: https://linkeddata.uriburner.com/
- OpenLink Software: https://www.openlinksw.com/
- RDF 1.1 Concepts (W3C): https://www.w3.org/TR/rdf11-concepts/
- SPARQL 1.1 Specification: https://www.w3.org/TR/sparql11-query/
- WebID Specification: https://www.w3.org/2005/Incubator/webid/spec/identity/
- Agentic Commerce Platform (ACP): accessible via MCP tools
- Machine Payment Protocol (MPP): accessible via MCP tools"""@en ;
    schema:sharedContent "Virtuoso, URIBurner, RDF, SPARQL, WebID, ACP, MPP"@en .

:commentSwapan a schema:Comment ;
    schema:author :swapanShridhar ;
    schema:dateCreated "2026-06-04"^^xsd:date ;
    schema:text "Permission gets the agent in the door, but defensibility after acting is a separate, still-open problem. Earning trust to act and remaining defensible after acting are two different problems."@en .

:commentDennis a schema:Comment ;
    schema:author :dennisJuarez ;
    schema:dateCreated "2026-06-04"^^xsd:date ;
    schema:text """Without a governed layer that resolves the same answer the same way every time, you've just given a confident system faster access to be wrong. Capability + permission are necessary but insufficient without determinism. The semantic layer — shared ontologies, explicit inference rules, and entity resolution — provides that determinism."""@en .

:commentKeith a schema:Comment ;
    schema:author :keithBrisson ;
    schema:dateCreated "2026-06-04"^^xsd:date ;
    schema:text "If one agent becomes the primary interface, what happens to the underlying tools? Slack, Teams, Notion — do they become mere data stores? What true value do they provide besides their historical value or nice-for-human-UX, which is now being replaced with nice-for-agent?"@en .

:commentEllie a schema:Comment ;
    schema:author :elliePeterson ;
    schema:dateCreated "2026-06-04"^^xsd:date ;
    schema:text "Another banger."@en .

# ── FAQ ────────────────────────────────────────────────────────────────────

:faqSection a schema:FAQPage ;
    schema:name "FAQ — Super-Agent Architecture"@en ;
    schema:mainEntity :q1, :q2, :q3, :q4, :q5, :q6 ;
    schema:isPartOf :analysis .

:q1 a schema:Question ;
    schema:name "What is the difference between a super-app and a super-agent?"@en ;
    schema:acceptedAnswer :a1 .

:a1 a schema:Answer ;
    schema:text "A super-app (exemplified by China's WeChat) consolidates personal and business context graphs into a single platform surface — messaging, payments, commerce, identity, and services all flow through one operating layer. A super-agent is an interface layer that operates across fragmented systems without consolidating them — it reads from and acts across existing data spaces (databases, knowledge bases, file systems, APIs) through interoperability contracts rather than platform ownership. The shift is from owning the graph to operating across it."@en .

:q2 a schema:Question ;
    schema:name "What are the six components of an Agent Operating Space?"@en ;
    schema:acceptedAnswer :a2 .

:a2 a schema:Answer ;
    schema:text "Per Kingsley Idehen's framework: (1) Identity — who the agent is and on whose behalf it acts; (2) Identification — unambiguous naming using HTTP-based identifiers as super keys; (3) Authentication — verifying identity claims through mTLS and WebID; (4) Authorization — what the agent is permitted to do, expressed as ACLs; (5) Semantic Layer — a graph-based knowledge representation providing shared meaning, inference, and entity resolution; (6) Systems of Record, Engagement, Analytics, and Action — the data spaces the agent operates across. These six components are loosely coupled — each can evolve independently."@en .

:q3 a schema:Question ;
    schema:name "Why did the US produce fragmentation instead of a super-app?"@en ;
    schema:acceptedAnswer :a3 .

:a3 a schema:Answer ;
    schema:text "Privacy, procurement, payments, antitrust, and enterprise trust split the graph apart. Apple controlled the device, Google controlled search and intent, Microsoft controlled work identity, and banks controlled payments. Personal identity, financial identity, and work identity developed under separate institutions with separate incentives. Privacy was the deepest reason: it shaped incentives, data flows, and the kinds of businesses that could emerge. The US gave up the elegance of the super-app and preserved boundaries that made total platform control harder — boundaries that are also features reflecting the nature of American democracy itself."@en .

:q4 a schema:Question ;
    schema:name "What does 'bilingual in trust' mean?"@en ;
    schema:acceptedAnswer :a4 .

:a4 a schema:Answer ;
    schema:text "A company is bilingual in trust when it is intimate enough for consumers and governable enough for institutions. Microsoft (work identity + consumer reach), Google (search breadth + institutional trust challenge), and Apple (personal context + enterprise device management) exemplify this. Meta does not — it lacks the institutional governance layer. The most strategically important companies became those capable of operating across both sides of the consumer/institutional divide without fully collapsing it."@en .

:q5 a schema:Question ;
    schema:name "Why is determinism important for agent systems?"@en ;
    schema:acceptedAnswer :a5 .

:a5 a schema:Answer ;
    schema:text "As Dennis Juarez noted in the comments, capability + permission are necessary but insufficient without determinism. Without a governed layer that resolves the same answer the same way every time — explicit ontologies, inference rules, entity resolution — a confident system with faster access can amplify errors rather than reduce them. A semantic layer based on shared ontologies and explicit knowledge representation provides the determinism that raw LLM outputs lack."@en .

:q6 a schema:Question ;
    schema:name "How does Virtuoso's architecture demonstrate the Agent Operating Space concept?"@en ;
    schema:acceptedAnswer :a6 .

:a6 a schema:Answer ;
    schema:text "Virtuoso's virtual DBMS demonstrates the six-component Agent Operating Space in production: (1) Identity via WebID and HTTP IRIs; (2) Identification via dereferenceable HTTP URIs as super keys; (3) Authentication via mTLS with PKCS#12 certificates; (4) Authorization via WebID-ACL on WebDAV resources and SPARQL graph permissions; (5) Semantic Layer via RDF, RDFS/OWL inference, SPARQL, and shared ontologies; (6) Systems of Record via ODBC/JDBC virtualization, RDF Views over relational data, SPARQL federation, and WebDAV — all accessible through MCP tools for AI agents. SQL, SPARQL, openCypher, GQL, and GraphQL compile through a common query processor. This is not a platform to own — it is a set of interoperability contracts any agent, skill, or data space can participate in."@en .

# ── Glossary ───────────────────────────────────────────────────────────────

:glossarySection a schema:DefinedTermSet ;
    schema:name "Glossary — Super-Agent Architecture"@en ;
    schema:hasDefinedTerm :superAgentThesis, :superAppChina, :trustBilingualism,
        :accessAsMoat, :permissionStrategy, :agentOperatingSpace,
        :graphConsolidation, :determinismInAgents ;
    schema:isPartOf :analysis .

# ── HowTo: Build an Agent Operating Space ───────────────────────────────────

:howtoSection a schema:HowTo ;
    schema:name "How to Build an Agent Operating Space"@en ;
    schema:step :step1, :step2, :step3, :step4, :step5, :step6 ;
    schema:isPartOf :analysis .

:step1 a schema:HowToStep ;
    schema:position 1 ;
    schema:name "Establish identity and identification using HTTP-based identifiers"@en ;
    schema:text "Assign every entity — user, agent, dataset, API — a dereferenceable HTTP IRI. Use WebID for agent and user identity. HTTP IRIs serve as super keys for unambiguous naming across systems. Link identities across platforms via owl:sameAs. Never use internal database IDs as external identifiers — the identifier must resolve on the Web."@en .

:step2 a schema:HowToStep ;
    schema:position 2 ;
    schema:name "Implement authentication with mTLS and PKCS#12 certificates"@en ;
    schema:text "Use mutual TLS (mTLS) with PKCS#12 certificate bundles for agent-to-service authentication. The certificate carries the agent's WebID, cryptographically binding the agent's identity to its actions. This decouples authentication from any single platform's identity provider — the certificate is the credential, and the WebID is the identity."@en .

:step3 a schema:HowToStep ;
    schema:position 3 ;
    schema:name "Define authorization as ACLs on resources, not app-level permissions"@en ;
    schema:text "Express authorization as WebID-ACL (Access Control Lists) on WebDAV resources and SPARQL graph permissions. Authorization lives at the data layer — who can read, write, or query which graph or resource. This decouples authorization from application logic, enabling any agent with the right credentials to act within its permission scope across any system."@en .

:step4 a schema:HowToStep ;
    schema:position 4 ;
    schema:name "Deploy a semantic layer with shared ontologies and inference"@en ;
    schema:text "Use RDF as the knowledge representation, SPARQL as the query language, and RDFS/OWL for inference. Adopt shared ontologies (schema.org, DBpedia, domain-specific vocabularies) for entity types and relationships. The semantic layer provides shared meaning across heterogeneous data sources and enables entity resolution — determining that two records in different systems refer to the same real-world thing — without AI inference. This is the determinism layer that raw LLM outputs lack."@en .

:step5 a schema:HowToStep ;
    schema:position 5 ;
    schema:name "Virtualize data spaces rather than consolidating them"@en ;
    schema:text "Use a virtual DBMS layer that compiles graph queries (SPARQL, Cypher, GQL) to SQL for in-place execution against existing databases, knowledge bases, and APIs. Never require data relocation — the agent operates across the graph, it does not own it. RDF Views declaratively map relational schemas to RDF ontologies without copying data. SPARQL-FED federates queries across internal databases and external knowledge graphs (Wikidata, DBpedia) in a single statement."@en .

:step6 a schema:HowToStep ;
    schema:position 6 ;
    schema:name "Expose all capabilities as MCP tools for AI agent consumption"@en ;
    schema:text "Wrap the identity, authentication, authorization, semantic, and data virtualization layers as MCP (Model Context Protocol) tools. AI agents invoke these tools to read, query, and reason across heterogeneous sources through a single protocol. Agent skills (kg-generator, rdf-infographic, data-twingler, acp-client, mpp-stripe-client) compose these tools into higher-order workflows. The Agent Operating Space is not a new platform — it is a set of interoperability contracts any agent can participate in."@en .

# ── Analysis ───────────────────────────────────────────────────────────────

:analysis a schema:CreativeWork ;
    schema:name "Super-Agent Architecture: From Graph Consolidation to Graph Federation"@en ;
    schema:abstract "Jaya Gupta's article argues the US will produce a super-agent — an interface layer operating across fragmented systems — rather than a super-app that consolidates them. This knowledge graph captures the article's five sections, key concepts, and the comment thread. Kingsley Idehen's six-component Agent Operating Space framework extends the thesis into an architectural blueprint: Identity, Identification, Authentication, Authorization, Semantic Layer, and Systems of Record — loosely coupled components implemented through open standards (HTTP, RDF, SPARQL, WebID, mTLS) rather than platform ownership. The shift from owning the graph to operating across it is not just a strategic observation — it has a concrete technical implementation."@en ;
    schema:hasPart :sourceArticle, :faqSection, :glossarySection, :howtoSection ;
    schema:isBasedOn :sourceArticle ;
    schema:about :superAgentThesis, :agentOperatingSpace, :trustBilingualism,
        :accessAsMoat, :permissionStrategy ;
    schema:citation <https://www.linkedin.com/pulse/china-built-super-app-us-may-build-super-agent-jaya-gupta-3ncoc/> ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> .
