Is anybody using RDF and/or SPARQL on your FoC pro...
# thinking-together
e
Is anybody using RDF and/or SPARQL on your FoC projects?
👍 1
c
Not exactly but I’ve read a lot about it. I’m trying to build some thing similar.
Are you using it for anything?
e
yeah I'm just building my humble blog 🙂
humble admin panel
so you have turtle on the top, xml on the middle, and a preview in the bottom
but as soon as I start putting some more sensical data I can start with SPARQL queries, graph algorithms, and "stuff"
😛
I'm curious if ppl is doing something about UIs to input triples
there are a bunch of schema languages for RDF now (SHACL is getting really popular) and the UI can be built from the schema
so I could potentially add some UI to guide me through adding, say, complete schema.org "Person" information, etc
there's this sort of thing: http://datashapes.org/forms.html
I don't know that anybody but topquadrant is doing anything with that so far.
you are trying to build something similar @Chet Corcos?
wdym?
c
Oh cool, yeah not super familiars with RDF. Building something more similar to Datomic, if you’ve heard it that.
e
ah ok, so you are building some sort of triple/quad/~n-quad~/ n-tuple db?
if you are gonna build a brand new DB, perhaps you could consider RDF* first, although I'm sure you have your reasons for needing a new database
a
I have a future-db project that works in terms of n-tuples, it seems like levergaing RDF/SPARQL might be a good fit but I haven’t gone deep in that subject yet
the RDF landscape is a little intimidating.. I guess there are different flavors like RDF*? I’d be really interested to read a modern friendly intro to the topic
c
Yeah, I did consider using RDF but it adds a lot of incidental complexity that I don’t need... might still have a compatibility later...
j
My past, present and future of code projects use this sort of thing. (The most cited definition of a Semantic Web triple store is a paper I presented to the W3C nearly 20 years ago.)
👍 1
e
the rdf primer is pretty good https://www.w3.org/TR/rdf11-primer/
😛
I think someone can get up to speed with the ecosystem in a few weeks, vs the time it would take to build a db from scratch. Jena has been around for around 20 years and battle tested with huge loads of data, that's also really hard to replicate.