Claim Link Survey Probe

We classify typed discourse links on Claim pages by probing each page and extracting structural information from PageFolds. This probe supports Discourse Graphs distributed across cooperating wiki sites.

http://wiki.ralfbarkow.ch/assets/pages/site-survey-factory/launch.html?probe=ClaimLinkSurveyProbe HEIGHT 10

See the Claim Template page for how a page might be organized by folds that indicate its role.

The raw survey data mirrors the sitemap with additional fields:

folds: [ "question", "claim", "support", "oppose" ] links: { question: [ ... outbound slugs ... ], claim: [ ... ], support: [ ... ], oppose: [ ... ] } edges: [ { from: slug, to: slug, type: "support" }, { from: slug, to: slug, type: "oppose" }, ... ]

This information helps maintain a distributed discourse graph across wiki sites without introducing new syntax. It allows Mech Walk scripts to retrieve the most recent questions or claims within a neighborhood. The survey page is named Claim Link Survey. The update script includes a "survey" JSON field containing raw data for each page.

Survey results inform Walk blocks and visualizations that assemble neighborhoods of recent questions and claims. See Site Survey Factory for operational details.

See Catalog of Survey Probes for probe details

Site Owned by: Ralf Barkow