Jassa-Core icon indicating copy to clipboard operation
Jassa-Core copied to clipboard

The Jassa Core library consists of RDF core classes, SPARQL syntax classes and SPARQL service classes

Results 14 Jassa-Core issues
Sort by recently updated
recently updated
newest added

* **Node Version**: 8.2.1 * **NPM Version**: 5.3.0 * **Platform**: UBUNTU 16.04 * **Compiler**: gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) --> * **Module**: npm install jassa * **Python**: 2.7.13 (default,...

filterConcept := "?s http://geovocab.org/geometry#geometry ?fv_2; ?fv_2" attrConcept := "?s http://www.opengis.net/ont/geosparql#asWKT ?w; ?s" intersection using ConceptUtils.createCombinedConcept(attrConcept, filterConcept, true, false, false) yields actual := "?s http://geovocab.org/geometry#geometry ?s . ?s http://www.opengis.net/ont/geosparql#asWKT ?w; ?s"...

The `hashCode` function of the `util.HashMap` class generates the same hash for, e.g. 23 and '23' (integer and string type, respectively). In this respect the function behaves differently than many...

bug
question

In the devel branch's util.Serializer there is a comment for the `indexClasses` function that (as far as I can interpret) states that a namespace is expected to be a JavaScript...

enhancement
help wanted

In the `NodeFactory`'s method `createFromTalisRdfJson` typed literals are only created when the type `typed-literal` is provided. According to the [RDF 1.1 JSON Alternate Serialization](http://www.w3.org/TR/rdf-json/#overview-of-rdf-json) specs the type must be >...

question

Currently readme lacks some parts (e.g. browser inclusion example) - add those once ready.

enhancement

http://stackoverflow.com/questions/21534993/how-to-post-multiple-values-same-name-in-node-js-request We need a browserify compatible way to tackle this...

Hello, The method function being used to wrap functions isn't actually available on standard Promise objects in browsers which really makes Bluebird a required dependency. The [Promises/A+](http://promisesaplus.com/) standard doesn't specificy...