Real-time collaborative Pod with pub-sub websocket Api
@Smag0 wrote: Just a little try of websocket. Open 2 browser windows to https://scenaristeur.github.io/spoggy-chat-solid/ And when you add a triple ( subject, property, object) on one windows, the...
View ArticleI'm too Shexy for my POD ~ Experiments on Shapes to Forms
@Smag0 wrote: I want to start a new post for those interested in developping tools for creating Gui from RDF Shapes. So lets discuss about What is your favorite ? shex http://shex.io/shex-semantics/...
View ArticleTerminology about User Data
@JordanShurmer wrote: Hello everyone! I’ve got a terminology question (thinking about the data that a user may have): there’s the typical “properties” like foaf:name, ldp:inbox, etc etc. then there’s...
View ArticleSoukai: A different way to query PODs
@NoelDeMartin wrote: I’ve been working for a while on an ODM called Soukai. The idea of using this library is that it has a common interface to define data models, and using different engines it can...
View ArticleWildcards for acl:origin
@meff wrote: Hey, I was wondering if it were possible to add origins to the acl:origin object when adding acl triples. I want to create a folder which any app can write to, but right now, I need to...
View ArticleAre you a front-end developer, interested in Solid, but unfamiliar with...
@Vincent wrote: There are a number of great libraries available for building Solid apps, such as LDflex for Solid and rdflib*. They’re very useful, but also primarily aimed at making life easy for...
View ArticleMolid - A mock solid server for local testing
@aveltens wrote: When building Solid apps I was in need of a dummy server that just returns some data that I can easily adjust while developing an app - without setting up a real pod and without...
View ArticleRdflib@1.0.7-2 released (new pre-release) - first major part of migrating...
@megoth wrote: We just released a pre-release of the next version of rdflib that contains the start of our work on migrating rdflib to TypeScript. We appreciate it a lot if people who rdflib in their...
View ArticleI'm really too Shexy for my POD
@Smag0 wrote: Well, well, related to my old post about shex shapes and forms, i’ve got some news… Let’s say you want to build a Todo app with a simple form (note that what I say here could apply to...
View ArticleHow to query SOLID server using GET requests and the SPARQL protocol?
@christian98 wrote: Hi everyone!! I read in the Solid HTTPS REST API Spec that by means of GET requests using the SPARQL protocol you can run queries on the server, but I can’t get any results. The...
View ArticleOntology and Shape catalog
@tag42git wrote: It seems clear that the main ontology to use is dcat, and its extensions (which I think are called profiles), to make a catalog of rdf things, probably ontologies but maybe also...
View ArticleMy (failed) attempts to build an app with scalajs
@hughgearse wrote: Hi I have recently been grappling with trying to develop a Solid App in scala. ie using the scalajs library. I have faced a number of hurdles and at the moment I feel I’ve run into...
View ArticleMaking access to Solid pods data a breeze: @solideal/storage
I already hear you : “Urgh… another library to access data on Solid pods, rdflib, tripledoc, soukai…” and you may be right but hold on! Right now, developing for Solid is kinda frustrating. If you’re...
View ArticleLDflex: a Read/Write Linked Data Abstraction for Front-End Web Developers
2 posts - 1 participant Read full topic
View ArticleSvelte and Solid
Just wondering, is anyone exploring using Svelte (https://svelte.dev) with building Solid apps? I’m just starting to get into Svelte. Been doing frontend for 12 years, the last 4 with React. Svelte...
View ArticleBearer tokens don't work?
I’ve been trying to read/write to a pod via Python, with bearer tokens. I would prefer to use bearer tokens (as opposed to DPoP) if possible because there don’t seem to be any DPoP implementations for...
View ArticlePenny is now translatable (and other news) - call for translators
I’ve been adding a couple of features recently to Penny, the developer tool for viewing and manually changing data in a Pod. It now offers the ability to delete Containers and the Resources therein,...
View ArticleSolid With Spring Boot
Hi everyone! I managed to build an integration for logging in to a Spring Boot server with your SOLID pod. You can find the code on our GitHub. The code is available under MIT license. I also wrote my...
View ArticlerestorePreviousSession returns to the wrong app
I’m experiencing some caching issues somewhere in the Solid apps that I can’t track down. I have made in the last weeks two apps: AcmeBase - GitHub WACEditor - GitHub When I open a private browser tab...
View ArticleHow to make inrupt's authn library work with Vue/Pinia? (reactivity issue)
I’m developing a Solid App using Vue. Everything works roughly without issues, apart from the @inrupt/solid-client-authn-browser library. For Vue, we would create a reactive object to the Session...
View ArticleMy Python Authentication Nightmare Continues
A few years ago, with @jeffz help, I got a sucessful login using the Anvilworks Python environment. For whatever reason I stopped working on the project and focussed on larger corporate knowledge...
View ArticleSocial bookmarking as an example where we need queries instead of documents
This is a post adjacent to Is a Solid pod a set of documents—or is it a knowledge graph?. I did not post it there because I’d like your perspective on my use case and maybe you come to different...
View ArticleQuadstore added to rdfjs.dev
Quadstore is now added as a library that’s showcased on rdfjs.dev Quadstore is a low-level JavaScript library that is interoperable with RDF/JS-specifications and uses LevelDB or any other storage...
View ArticleRequest for developer feedback: contacts data-module
tl:dr: There is a new library to manage address books & contacts in Solid Pods. Please try it and give feedback. Hi all, as part of the solid-data-modules initiative I have built a library that is...
View ArticleSolid OIDC Primer works great for Inrupt pods, but DPoP rejects IAT on...
Hello! I’ve got an application running demo code for the Solid OIDC primer workflow, authenticating a static client-side app. I’ve got the flow working great for my WebID on Inrupt’s ESS (Inrupt WebID...
View Article