Florian Kleedorfer

Results 46 comments of Florian Kleedorfer

Yes, but not with blazegraph. I ended up using an RDF4J server and client, with graphdb as the server. For the client, we implemented a spring integration for RDF4J and...

Just as a reminder: Now that the javadoc is online, it's easier to verify the links in the rdf4j-spring docs, and, sure enough, some of them are broken (we need...

@jeenbroekstra Are there integration tests for the server? I am looking for a way to make sure the server is still doing what it is supposed to while I am...

It is possible to insert/delete quads. For example, `org.eclipse.rdf4j.sparqlbuilder.examples.updatespec.Section3Test#example_2` executes the quad insert from **Example 2** in https://www.w3.org/TR/2013/REC-sparql11-update-20130321/#insertData Here's what that looks like: ``` InsertDataQuery insertDataQuery = Queries.INSERT_DATA .prefix(dc, ns)...

If I understand the question correctly, I would like the same, @memaldi maybe you can weigh in on this: For example, in the ontology I am currently working on, I...

There is one design decision to make: how should the presence/absence of `rdfs:label` be handled for a term that is linked to? The options seem to be: 1. use the...

I am just writing an ontology with this syntax, anticipating this feature. Just a a heads-up, I stumbled upon a possible edge case: the empty prefix, as in `[:importantProperty]`.

Cannot reproduce any more - probably used an older version of the webapp

Could reproduce it: The problem arises as soon as someone asks to join (ie, the group has a connection in state REQUEST_RECEIVED)

@m0ru done?