Results 18 comments of Samu Lang

I support inclusive language in technical reports and elsewhere, but I disagree that excluding either the RSA cast or the crew of the Enterprise makes writing more inclusive. - We...

> It might be worth noting that keycloak stores it's `/.well-known` path at a nested level So does Cognito. Not that I think it's nice.

SPARQL Service Description is interesting: > SPARQL services made available via the SPARQL Protocol *should* return a service description document at the service endpoint when dereferenced using the HTTP GET...

I think two more things should be considered: 1. Whether there is an existing resource at the requested URI, and what type it is. 2. Whether the request body is...

Somewhat relevant: I've created a [vocabulary and an engine](https://github.com/langsamu/GraphEngine) for expressing and executing programming language independent expression trees. View the [ontology on WebVowl](https://service.tib.eu/webvowl/#opts=doc=0;filter_disjoint=false;mode_scaling=false;mode_colorExt=false;mode_multiColor=true;#iri=https://langsamu.github.io/GraphEngine/schema.ttl). Though the vocabulary follows the [System.Linq.Expressions](https://docs.microsoft.com/en-us/dotnet/api/system.linq.expressions?view=net-6.0) information...

> Is it just-another-way of presenting the code, or is it language-agnostic? I see "block", "expression", etc in the example, so I presume it assumes some language features (which may...

I've implemented a [Triple Pattern Fragments client](https://github.com/langsamu/LinkedDataFragments) along @kal & @RubenVerborgh's guidelines. #### Example The [following code](https://github.com/langsamu/LinkedDataFragments/blob/master/LinkedDataFragments.Tests/GraphTests.cs#L40-L47) ```csharp var g = new TriplePatternFragments.Graph("https://fragments.dbpedia.org/2016-04/en"); var o = LiteralNode("1997-02-04", XmlSpecsHelper.XmlSchemaDataTypeDate); var triples...

[This library](https://github.com/ukparliament/Mapping) by @hellikopter does just that. Not documented but might help you.

> > [This library](https://github.com/ukparliament/Mapping) by @hellikopter does just that. > > Not documented but might help you. > > Thanks. Will check it That library uses CodeDom to translate an...

Somewhat related implementation feedback, though not addressing the substantial question. In the Inrupt Enterprise Solid Server 2.0 (which I contribute to) **WebIDs are not stored on a Solid server**. Instead...