- From: Brent Shambaugh <brent.shambaugh@gmail.com>
- Date: Sat, 22 Apr 2017 11:08:06 -0500
- To: Sebastian Samaruga <ssamarug@gmail.com>
- Cc: "semantic-web@w3.org" <semantic-web@w3.org>, public-rww <public-rww@w3.org>, pragmaticweb@lists.spline.inf.fu-berlin.de
I'm not sure what is really "best". There are libraries in Python like rdflib. There are libraries in PHP like EasyRDF. There are libraries in JavaScript like rdf-ext and rdflib.js. There are things like the Linked Data Platform. There is stuff like the Visual Data Web. But it is important to understand the underlying thinking: https://www.w3.org/DesignIssues/Overview.html Learning SPARQL is also important: http://www.learningsparql.com/ Forgive me if I have mentioned things known already. -Brent Shambaugh GitHub: https://github.com/bshambaugh Website: http://bshambaugh.org/ LinkedIN: https://www.linkedin.com/in/brent-shambaugh-9b91259 Skype: brent.shambaugh Twitter: https://twitter.com/Brent_Shambaugh WebID: http://bshambaugh.org/foaf.rdf#me On Fri, Apr 21, 2017 at 6:18 PM, Sebastian Samaruga <ssamarug@gmail.com> wrote: > Hi, > > I was wondering which language/framework should be the best to begin > implementing the fuzzy ideas I have. I've already published many messy > attachments in this lists and it becomes clear that the only answers I'll > find will be coming from working code. > > I've refactored my documented classes, whose instances are quads/triples, > and tried to scratch a Java/Spring based solution, running in an environment > called Apache ServiceMix. Apache Jena and Fuseki are also on Java so it > could be the language of choice. Using this approach I find myself needing > lots of helper classes (Aggregators are the name of one such classes, which > is needed to handle a reactive like of dataflow between my resources). > > Of course my knowledge of (the right, perhaps?) others tools is limited. I > pretend this to be implemented as a container of services, with adapters and > ports for consumption / publishing. I'm pretty sure I'm missing a lot of > standards/platforms that could be of great help. > > Best regards, > Sebastian.
Received on Saturday, 22 April 2017 16:08:41 UTC