Adrian Gschwend

Results 48 issues of Adrian Gschwend

We need something which can handle RDF lists easily

Based on discussions with @moissinac in #21 it makes sense to add a Class matcher. Use case: Choose a different template for a lat/long matcher which is of Class X...

We need a hosted version of Uduvudu which is using LDapp for serving it and provides a proxy for resources which do not properly support CORS.

pr

Matchers & templates need to be described as RDF. For this we need a vocab and a way to translate the current JSON structure to RDF as well.

enhancement

## Talk Title Reflecting on the Semantic Web Vision ## Session Overview The original vision for the "Semantic Web" is now more than two decades old. In this talk I...

accepted-2024

## Talk Title The Earth Is Not Flat, and Neither Is Your Graph: User Experience Beyond Bubbles ## Session Overview From a technological standpoint, RDF-based knowledge graphs should be mainstream....

accepted-2024

It looks like QLever-UI is doing something strange with query parameters in IRIs. Try this example: ```turtle @prefix ex: . @prefix xsd: . ex:property1 "Value 1" ; ex:property2 42 ;...

While many statistical queries are really fast in QLever, selecting distinct graphs does not seem to be one of them at the moment. The official SPARQL spec would require ```sparql...