Twitter

From Synthesis Infrastructures

Bridge

sneakers-the-rat#In terms of overlap with my own22-11-03 22:51:30

Project Ideas#Linked Data Publishing On Activitypub

ooh I'm very interested in this. so are you thinking a Twitter#Bridge -> ActivityPub#Bridge where one could use markup within the twitter post to declare Linked Data#Markup Syntax and then post to AP? I have thought about this kind of thing before, like using a bot command syntax to declare prefixes by doing something like ``` @ bot prefix foaf: https:// (ontology URL) ``` or ``` @ bot alias term: foaf.LongerNameForTerm ``` so that one could do maybe a semantic wikilink like `[ [term::value] ]` either within the tweet or as a reply to it (so the tweet itself doesn't become cluttered/it can become organized post -hoc?).

I've also thought about a bridge (I called Threadodo ) that implements that kind of command syntax to be able to directly archive threads to Zenodo along with structured information about the author, but this seems more interesting.

I can help try and clear some of the groundwork out of the way to make it easier for you and other interested participants to experiment. I have asked around fedi a bunch for a very minimal AP server implementation, and I could try and find one (or we could try and prototype one) if you want to experiment with that :), and I can also document and show you a tweepy-based bot that has an extensible command/parsing system too