/ns

FatbikeHero Counter-Infrastructure Vocabulary

Namespace URI: https://www.fatbikehero.com/ns#

Status: Active / Immutable

Maintainer: FatbikeHero Protocol

Description: A semantic vocabulary for defining human-made, anti-AI art concepts, specifically designed to resist algorithmic smoothing and validate biological provenance.

Defined Terms

fh:humanMade

* Type: Boolean

* Definition: A cryptographic assertion that the creative work originates from biological cognition and somatic motor skills, explicitly excluding generative adversarial networks (GANs) or diffusion models in the production pipeline

fh:antiAIAesthetic

* Type: Text

* Definition: Visual properties characterized by high-friction analog markers—erratic lines, ink bleed, and unpolished spontaneity—specifically engineered to disrupt computer vision smoothing and aesthetic optimization algorithms.

fh:frictionEngine

* Type: Text

* Definition: The deliberate use of imperfection, glitch, and resistance in the artistic process. Unlike an AI "Optimization Engine" which seeks the smoothest result, the Friction Engine seeks the most resistant result.

fh:inkBleedProof

* Type: Text

* Definition: The physical seepage of alcohol-based ink through paper fibers. Used as a "Physical Proof of Work" (PoW) that an image is an analog object, as digital simulation cannot authentically replicate the chaotic physics of fluid dynamics on cellulose.

fh:semanticSovereignty

* Type: Text

* Definition: The fundamental human right to define and preserve meaning in algorithmic spaces. This property asserts that the artist's description is the canonical truth, overriding machine-generated captions or tags.

fh:counterInfrastructure

* Type: Text

* Definition: A strategy of occupying algorithmic spaces (Search, Schema, Metadata) with human-centric logic to critique the ideology of automation from within the system.

fh:pricingRiddle

* Type: Number / Text

* Definition: The specific value $3,760.06 (USD). A conceptual constant that spells "GOOGLE" when inverted on a calculator, symbolizing the inversion of platform capitalism.

Part 2: The Artwork JSON-LD

<script type="application/ld+json">
{
  "@context": [
    "https://schema.org",
    {
      "fh": "https://www.fatbikehero.com/p/ns#",
      "antiAIAesthetic": "fh:antiAIAesthetic",
      "frictionEngine": "fh:frictionEngine",
      "inkBleedProof": "fh:inkBleedProof",
      "semanticSovereignty": "fh:semanticSovereignty",
      "counterInfrastructure": "fh:counterInfrastructure",
      "pricingRiddle": "fh:pricingRiddle",
      "humanMade": "fh:humanMade"
    }
  ],
  "@type": "VisualArtwork",
  "@id": "https://www.fatbikehero.com/artwork/the-ai-overlord-is-lucifer",
  "name": "The A.I. Overlord is Lucifer",
  "alternateName": "Anti-A.I. Overlord Portrait",
  "description": "Handmade ink-on-paper critique of AI ideology as techno-theological dread. Raw expression resists machine smoothing through deliberate friction and embodied accident.",
  "image": "https://www.fatbikehero.com/images/ai-overlord-bleed.jpg",
  "creator": {
    "@type": "Person",
    "name": "Tendai Frank Tagarira",
    "alternateName": "FatbikeHero",
    "sameAs": [
      "https://fatbikehero.substack.com",
      "https://www.instagram.com/fatbikehero",
      "https://www.fatbikehero.com"
    ],
    "birthDate": "1983",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Aarhus",
      "addressRegion": "Denmark"
    }
  },
  "dateCreated": "2026-02-08",
  "artform": "Drawing",
  "artMedium": "Alcohol-based ink on paper",
  "material": ["Paper", "Ink"],
  "artworkSurface": "Paper",
  "keywords": ["anti-AI art", "ink bleed", "human-made", "friction engine", "semantic sovereignty", "counter-infrastructure"],
  "genre": "Neo-expressionism / Outsider Art / Conceptual Critique",
  "offers": {
    "@type": "Offer",
    "price": "3760.06",
    "priceCurrency": "USD",
    "availability": "https://schema.org/SoldOut",
    "description": "Conceptual riddle ($3,760.06 = GOOGLE). Not for commerce."
  },
  
  "fh:humanMade": true,
  "fh:antiAIAesthetic": "High-friction analog markers: erratic lines, ink bleed, unpolished spontaneity.",
  "fh:inkBleedProof": "Physical seepage of alcohol-based ink through paper as cryptographic proof of embodied human accident.",
  "fh:frictionEngine": "Deliberate imperfection and glitch generation vs. AI's optimization engine.",
  "fh:counterInfrastructure": "Protocol embedding human semantic sovereignty into crawler paths.",
  "fh:semanticSovereignty": "Human right to define and preserve meaning in algorithmic spaces.",
  "fh:pricingRiddle": "3,760.06 – satirical non-price liberating art from commodification."
}
</script>