Benjamin Degenhart

Results 5 issues of Benjamin Degenhart

I use Python `3.10.4` and ran the example code for `python-rest` as instructed in the Readme, including the API key. I got the following error: ```bash Traceback (most recent call...

I am using exactly the code from `FetchOnlineDataExample.java` (from [here](https://github.com/Wikidata/Wikidata-Toolkit/blob/master/wdtk-examples/src/main/java/org/wikidata/wdtk/examples/FetchOnlineDataExample.java)) and nothing else: ```java public static void main(String[] args) { WikibaseDataFetcher wbdf = new WikibaseDataFetcher( BasicApiConnection.getWikidataApiConnection(), Datamodel.SITE_WIKIDATA); try { EntityDocument...

I am following your developer tutorial and signed up for the only listed pod provider _Inrupt Pod Spaces_. On the next page, "Building your first Solid app", it says: ```...

### Version 4.7.0 ### Question I am using the embedded Fuseki server in a Spring Boot application like this: ```java FusekiServer fusekiServer = FusekiServer.create() .add("/ds", ds) .build(); fusekiServer.start(); ``` I...

question

I would like to use your library to visualize triples in a graph database. I also want to support the new RDF-star syntax that allows to make statements about statements....