sparql.anything icon indicating copy to clipboard operation
sparql.anything copied to clipboard

SPARQL Anything is a system for Semantic Web re-engineering that allows users to ... query anything with SPARQL.

Results 96 sparql.anything issues
Sort by recently updated
recently updated
newest added

An exception occurs with details: ``` Exception in thread "main" org.apache.jena.shared.InvalidPropertyURIException: http://www.w3.org/1999/xhtml#http: at org.apache.jena.rdf.model.impl.PropertyImpl.checkLocalName(PropertyImpl.java:66) at org.apache.jena.rdf.model.impl.PropertyImpl.(PropertyImpl.java:55) at org.apache.jena.rdf.model.ResourceFactory$Impl.createProperty(ResourceFactory.java:296) at org.apache.jena.rdf.model.ResourceFactory.createProperty(ResourceFactory.java:144) ```

Bug

It would be a useful tool for validating the output of sparql.anything transformers.

Improvement

Please collaborate with Ontop. See * https://github.com/ontop/ontop * https://ontop-vkg.org/ This was allready suggested in #6

Feature

Support relational databases, for example, by developing a connector using JDBC.

Feature

we can consume from, say, a csv file but it might be interesting to think about inserting into a csv file too. e.g. /mnt/test3.csv: ``` name,friend,age "fred","joe",10 "sally","jim", "will","bill","" "joe","N/A",""...

Feature

They are using a deprecated method: - metadata - binary - folder - tar - zip

Improvement

YAML supports declaration of object types, like in the following example from Wikipedia: `myObject: !myClass { name: Joe, age: 15 }`

Feature
Improvement