|
|
|
|
|
by jimmy_ruska
2656 days ago
|
|
Things like json-ld, microdata, rdfa https://developers.google.com/search/docs/data-types/product Wikidata also has data in rdf https://wikidata.org/wiki/Wikidata:Database_download#JSON_du... I wonder what is the killer feature to be had. If you want highly connected data, you can use graph databases like neptune, neo4j, datomic. If you want logic programming, you still have swi-prolog, or something like picat, eclipse, mercury, which can easily model triples or custom ontology. There's also apache tinkerpop and similar which give querying a more object oriented feel. I see prolog can interop with Jena, but if it can, why not parse & query rdf/owl in prolog itself. Can't prolog do everything sparql can. What is the value offering on apache Jena? |
|
Today there's a renewed interest in Prolog and Datalog, which makes me happy after RDF had captured the field for almost two decades.