Hacker News new | ask | show | jobs
by zozbot234 2341 days ago
Why not just set up a SPARQL endpoint, which seems to be the recommended standard for accessing data over Web platforms?
1 comments

Where is this recommended ? Also SPARQL as a query language is about "how" you want to get to your data (the relationships you traverse changes your final result) as opposed to SQL which is about "what" you want, set algebra. Not to mention the super grotesque format and the performance.