Joshua Shinavier
Joshua Shinavier
[Indexicality](https://en.wikipedia.org/wiki/Indexicality) is a concept which used to crop up in Semantic Web contexts, and is relevant here. Indexical statements refer, explicitly or implicitly, to some object which is understood from...
@JeffreyBenjaminBrown the term "label" is used in property graph databases. E.g. "Person" and "Place" are typical vertex labels, while "knows" and "livesIn" are typical edge labels. Things do get simpler...
Many thanks. My use case involves building Pandoc documents programmatically, then writing them out as reStructuredText. Markdown support is desirable, but not necessary at the moment.
Is there any more information on the Maven plugin? Is the idea that the Eta compiler will be bundled in the plugin, making Eta "just another JVM language" that can...
That's great. Still +1 for Maven support, but I'm glad to learn of the Gradle plugin.
Btw. I for one no longer need a Maven plugin, although I am hopeful that the Gradle plugin will become a little more automated w.r.t. [reading dependencies](https://github.com/typelead/gradle-eta/issues/30) from `*.cabal`.
Good question. RDFTools4J? If we can find a good name, then yes. Otherwise, I don't think there is much harm in letting the name decouple.
Hi Darren. As @twilmes noted, LinkedDataSailGraph was part of TinkerPop 2, and there is currently no equivalent in Apache TinkerPop. I have to eat my own words about getting such...
Hi @danbri! No there is not, but on the bright side, RDF PG interoperability is a major objective of TinkerPop 4, and there are already important pieces I would like...
The solution suggested by @rahulmutt is to generate a `*.gradle` file based on the `*.cabal`; this could then be included in the main `build.gradle`. This would be a much better...