activitypods

This commit is contained in:
sneakers-the-rat 2024-02-15 21:03:44 -08:00
parent 3f2be60ea6
commit 2c5a3e721c
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
4 changed files with 39 additions and 1 deletions

View file

@ -24,6 +24,10 @@
| {index}`Virtuoso <Graph Database; Virtuoso>` | | | | | {index}`Virtuoso <Graph Database; Virtuoso>` | | | |
``` ```
## Oxigraph
- [https://github.com/oxigraph/oxrdflib](oxrdflib) - integration with {index}`rdflib`
## TODO ## TODO
- What in the heck is {index}`SOLID` using? - What in the heck is {index}`SOLID` using?

View file

@ -32,6 +32,16 @@ data/index
- Repute.Social - Repute.Social
- LinkedTrust.us - LinkedTrust.us
- https://ganarchy.github.io/ - pull request-less git - https://ganarchy.github.io/ - pull request-less git
- semantic hashing
- https://iscc.codes/#the-iscc-is - multipart content identifiers from [bengo](https://mastodon.social/@bengo/111615921362561222)
- [simhash](https://en.wikipedia.org/wiki/SimHash) - similarity-sensitive hashes, also from [bengo](https://mastodon.social/@bengo/111616070992289762)
- [hypervectors](https://techhub.social/@hosford42/111615949285396537)
- Scholcomm-adjacent stuff
- from [Patrick Hochstenbach](https://openbiblio.social/@hochstenbach): [Event Notifications](https://www.eventnotifications.net/) - [paper](https://journal.code4lib.org/articles/17823), [spec](https://mellonscholarlycommunication.github.io/spec-orchestrator/)
- [rdf/js](http://rdf.js.org/data-model-spec/) - ORM for RDF
- [Willow Protocol](https://willowprotocol.org/)
- [neurobagel](https://neurobagel.org/overview/)
- [ActivityPods](https://github.com/assemblee-virtuelle/activitypods) - SOLID and ActivityPub
## See also ## See also

View file

@ -16,12 +16,28 @@ We depart from that vision, instead favoring radical vernacularism {cite}`saunde
Return here re: RDF canonicalization and IPFS https://github.com/multiformats/multicodec/pull/261 Return here re: RDF canonicalization and IPFS https://github.com/multiformats/multicodec/pull/261
``` ```
### RDF Basics
#### RDF Datasets
```{todo}
Document RDF Datasets!
- https://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset
- https://www.w3.org/TR/rdf11-datasets/
```
## Formats
```{index} JSON-LD ```{index} JSON-LD
``` ```
### JSON-LD ### JSON-LD
```{todo}
Document JSON-LD :)
```
## Challenges ## Challenges
@ -475,6 +491,7 @@ I'll just leave this example of encoding the pixels in one RGB video frame as a
- [Turtle](https://www.w3.org/TR/rdf12-turtle/) - [Turtle](https://www.w3.org/TR/rdf12-turtle/)
- [N-ary relations in RDF](https://www.w3.org/TR/swbp-n-aryRelations/) - [N-ary relations in RDF](https://www.w3.org/TR/swbp-n-aryRelations/)
- [RDF 1.1 Semantics](https://www.w3.org/TR/rdf11-mt/) - [RDF 1.1 Semantics](https://www.w3.org/TR/rdf11-mt/)
- [SPARQL Entailment](https://www.w3.org/TR/sparql11-entailment/)
### Libraries ### Libraries
@ -493,6 +510,8 @@ I'll just leave this example of encoding the pixels in one RGB video frame as a
- [CORAL](https://github.com/jmchandonia/CORAL) - [CORAL](https://github.com/jmchandonia/CORAL)
- [SEMTAB](https://www.cs.ox.ac.uk/isg/challenges/sem-tab/) - competition for mapping tabular data to RDF - [SEMTAB](https://www.cs.ox.ac.uk/isg/challenges/sem-tab/) - competition for mapping tabular data to RDF
- [SciSPARQL](https://www.ceur-ws.org/Vol-1272/paper_22.pdf) - an extension of SPARQL to include arrays. - [SciSPARQL](https://www.ceur-ws.org/Vol-1272/paper_22.pdf) - an extension of SPARQL to include arrays.
- [MAGiQ](https://www.vldb.org/pvldb/vol11/p1978-jamour.pdf) - using sparse arrays for RDF graphs
- [GSmart](https://arxiv.org/abs/2106.14038) (same thing)
### Example Datasets ### Example Datasets

View file

@ -1 +1,6 @@
# SOLID # SOLID
## (stub to not lose the reference)
- footnote cite: https://fosstodon.org/@happyborg/111725564636879777
- p2p in SOLID found at last! https://safenetforum.org/t/devcon-talk-supercharging-the-safe-network-with-project-solid/23081?u=happybeing