- May 11, 2020
-
-
Andreas Schärtl authored
- This now works just fine. - Next up is (1) refactoring, (2) cleanup of the received ULO/RDF files and (3) better state information (for the web interface)
-
Andreas Schärtl authored
-
Andreas Schärtl authored
We now run jobs w/o limits. This is probably bad in a hosted setup but we can worry about that later should it ever become a problem. As it stands the implementation is easier with a simple goroutine rather than a complicated pool of threads.
-
Andreas Schärtl authored
- Not perfect yet. I think Job should be a struct so Collector can modify its members easily.
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
Now we are getting started for real :)
-
- May 07, 2020
-
-
Andreas Schärtl authored
-
- May 05, 2020
-
-
Andreas Schärtl authored
- This uses the RDF4J library which is what GraphDB is based on. Though it also supports other backends. - The API is kinda nice tbh.
-
- May 04, 2020
-
-
Andreas Schärtl authored
- By the end of the week I should know about the API. - We could use SPARQL, but the RDF4J interface is essentialy SPARQL on steroids.
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- I'm going to use graphcli to explore the GraphDB Java interface as the tutorials use Java. - I'll look into Scala later (ideally tomorrow).
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- Encountered some missing data in the example dataset. - Going to look at the idea behind ulo:aligned-with
-
Andreas Schärtl authored
- I run these queries on graphdb which contains a subset of the exported Coq and Isabelle dataset. - I can't run it on the whole datasaet yet because my computer would explode.
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
- Apr 28, 2020
-
-
Andreas Schärtl authored
-
Andreas Schärtl authored
We'll have to get an iri lib or better yet fix the export in the long run.
-
Andreas Schärtl authored
-
Andreas Schärtl authored
passed an rdf file w/ bad iris on stdin, it returns a fixed version
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
- Apr 27, 2020
-
-
Andreas Schärtl authored
- find out how to fix them - probably should contact whoever did this to fix it as well; look at ULO paper again, look at how big this problem is
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- converts .xz files to .gz recursively - graphdb wants .gz files; so there we go
-