• plants: hundreds of species in citadel genesis and batuka

  • animals: dozens of species in citadel genesis and batuka

  • fungi: dozens of species in batuka

  • system of tagging

    • abundance: yes, limited, trial, none, gone
    • supply: yes, later, wishlist, no
    • margin: high, mid, low, none
    • autonomy: support, staple, extra
  • all

  • research

  • sets

  • encoding

    practical spec for encoding the botanical knowledge graph into cyber

  • one species = one particle

    each of the 205 species pages in this graph:

    • has content: description, ecology, uses, observations, images
    • gets content-addressed via IPFS β†’ CID
    • becomes a particle in Bostrom
    • can be cyberlinked to anything: other species, locations, compounds, observations
  • example: coffea arabica

    particle: QmXk7f...  (IPFS CID of the species page)
    
    cyberlinks from this particle:
      coffea arabica β†’ "family" β†’ Rubiaceae
      coffea arabica β†’ "grows_at" β†’ cv.land
      coffea arabica β†’ "needs" β†’ shade
      coffea arabica β†’ "companion" β†’ calliandra calothyrsus
      coffea arabica β†’ "produces" β†’ caffeine
      coffea arabica β†’ "observed_by" β†’ [neuron address]
    
  • every time a neuron observes a species in the field:

    neuron β†’ "observed" β†’ photo_cid
    photo_cid β†’ "depicts" β†’ species_particle
    photo_cid β†’ "location" β†’ gps_cid
    photo_cid β†’ "timestamp" β†’ block_height
    

    the observation is permanent, verifiable, and linked to the knowledge graph

  • what 205 species create

    with ~10 cyberlinks per species (conservative):

    • 2050 cyberlinks encoding ecological relationships
    • a queryable biological knowledge graph inside Bostrom
    • rank computation reveals: which species is most connected (ecologically central), which location has highest biodiversity, which compounds appear across most species
  • search queries that become possible

    • β€œnitrogen fixing tree” β†’ ranked list of species by relevance
    • β€œcompanion for coffea arabica” β†’ species connected by β€œcompanion” cyberlinks
    • β€œmedicinal fungi” β†’ intersection of fungi particles and medicine cyberlinks
    • β€œwhat grows at 1500m elevation” β†’ location-linked species subgraph
  • bulk encoding

    the 205 species pages can be batch-uploaded:

    for each .md file in pages/ where tags contain "species":
        cid = ipfs.add(file)
        cyberlink(neuron, cid)                    // "created" link
        cyberlink(cid, genus_cid, "belongs_to")   // taxonomy edge
        cyberlink(cid, location_cid, "found_at")  // geography edge
    

    cost: ~600 cyberlink transactions. at current bandwidth rates, achievable with moderate CYB stake via investmint

  • from graph to protocol

    this Logseq graph is a prototype. the species pages, the [[wiki-links]], the tags β€” they ARE a knowledge graph. the step from markdown to Bostrom is mechanical:

    • markdown page β†’ IPFS CID β†’ particle
    • [[wiki-link]] β†’ cyberlink
    • tag β†’ typed edge
    • the graph is already built. it just needs to be committed to the protocol