igor-kim
igor-kim
Ref. https://jira.blazegraph.com/browse/BLZG-9178 As a part of dependency versions update.
The issue does not reproduce with DELETE DATA; INSERT DATA in a single SPARQL, but reproduces with several INSERT statements in a single update, adding DELETE statements or DELETE clauses...
The issue arises on executing any INSERT (or DELETE+INSERT) clause starting with second statement, which use the literal constant from the first statement. It happens due to after execution of...
Ref. https://jira.blazegraph.com/browse/BLZG-9178 As a part of dependency versions update. Apache Fileuploads version update due to CVE-2016-3092:The MultipartStream class in Apache Commons Fileupload before 1.3.2, as used in Apache Tomcat 7.x...
+1 In situation when client might request either "/api/somepath" and "/api/somepath/", which end up being processed by the same code with annotation `@Path("/api/somepath")`, this code needs to do some workarounds...
Sure, the binaries are available around: https://repo.maven.apache.org/maven2/com/blazegraph/bigdata-core/ https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.blazegraph%22%20AND%20a%3A%22bigdata-core%22 If you've got a clean checkout `git clone https://github.com/blazegraph/blazegraph-samples.git`, then simple maven build should build all the samples for you. `mvn clean...
@redskate , There is another trick, which could be useful. OWL does not require that all the classes, properties, restrictions etc. which are defined in an ontology have to be...
There is the same foaf:homepage specified for both subjects in question. That actually triggers inferencing of sameAs and other side-effects you are observing. Note, that foaf:homepage is InverseFunctionalProperty: ``` ```...
There are following triples: ` foaf:homepage "Please specify".` ` foaf:homepage "Please specify".` inference rule for InverseFunctionalProperty does not require assigning subclasses, above triples in conjunction with FOAF ontology trigger inference...
@redskate , please review this issue. Is there anything that still needs resolution?