-
```
Claus please upload and describe everything you have about Wortschatz...
```
Original issue reported on code.google.com by `kur...@googlemail.com` on 19 Jul 2012 at 3:15
-
```
Claus please upload and describe everything you have about Wortschatz...
```
Original issue reported on code.google.com by `kur...@googlemail.com` on 19 Jul 2012 at 3:15
-
When the SPARQL query
```
SELECT (count(?res) AS ?count) {
SELECT DISTINCT ?res {
?s ?p1 ?res . ?res ?p2 ?o
}
}
```
Sparqlify raises this error:
```
[...]
Dec 16, 2013 10:02:56 A…
-
Die Backendkonfiguration für PostgreSQL wird in der SqlBackendRegistry in der Konfigurations-Map in Zeile 34 mit dem Key "Postgresql" hinterlegt:
```java
/* Sparqlify/sparqlify-core/src/main/java/…
j0nxn updated
7 years ago
-
After `git clone` and `mvn clean install`:
```
WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[echo] Creating target/generated-sources/jaxb
…
-
Sparqlify exits with exit code 0, even when Java throws an error due to a conversion error. To reproduce: any text field mapped through
?somevariable = typedLiteral('some text', xsd:double)
or
?somev…
-
mvn install fails when trying to building cli snapshot.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux testing (jessie)
Release: testing
Cod…
-
The following deb package download links are dead:
- Via the [Linked Data Stack](http://stack.linkeddata.org/) (recommended)
- Download from the [Sparqlify website's download section](http://sparq…
-
```
If you have a dataset, you want to have reviewed or converted, enter the
information below.
1. (Required) Provide a link of a dataset at http://thedatahub.org . If the
dataset is not yet there, p…
-
Due to an erroneous mapping definition Sparqlify should try to create a URI based on a string like 'foo-bar:FooBar' (uri(?tt))
When firing a query like
```
DESCRIBE
```
via the Snorql web frontend …