@sanity most ActivityPub implementation treat the JSON-LD part as simple JSON.
General Discussion
2
Post
2
Autori
1
Visualizzazioni
-
@sanity most ActivityPub implementation treat the JSON-LD part as simple JSON.
-
@sanity Almost all AP implementations have an internal database with a fixed schema. When JSON-LD arrives, they take pieces they recognise and force them into that schema. They throw away anything they don't recognise. It's not really a case of "supporting" RDF. They support it just fine, provided you only use exactly the structure they expect. This is definitely not how AP was conceived, and I would be very interested in an implementation that stored and forwarded JSON-LD as it was intended.
Stick around, there are potentially dozens of implementors that do just that.
There are also dozens who don't 😅