The Apache Software Foundation Announces Apache Rya as a Top-Level Project
1–8 of 8 posts
Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#2Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#3Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#4I wish Apache project websites would have better design focus, just a bit more attention to detail. It is particularly difficult to read this site on mobile.
Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#5I apologize for my ignorance, but exactly what are the use-cases for a "RDF Triple-store"?
If youre not familiar with graph databases and their uses at all tho, I highly recommend a little YouTube exploration on the topic. There's several conference presentations/sales pitches that get into the benefits and use cases for graphs in general. I just got exposed to it this year and it's been super interesting.
Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#6I apologize for my ignorance, but exactly what are the use-cases for a "RDF Triple-store"?
Obviously, a triple store is a database that stores triples, and RDF (the Resource Description Framework) is an open standard maintained by the W3C so...
An RDF triplestore has the advantages of allowing for the storage of knowledge in a semantic way, that brings with it a powerful open standard for representing and querying the data.
Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#7Re: The Apache Software Foundation Announces Apache Rya as a Top-Level Project
#8I apologize for my ignorance, but exactly what are the use-cases for a "RDF Triple-store"?
For instance, here is what Wikipedia has to say about Triplestore:
https://en.wikipedia.org/wiki/Triplestore
And here is DBPedia representation of it:
http://dbpedia.org/page/Triplestore
And here's how you'd get the data from DBPedia programmatically using SPARQL -
select * where { " rel="nofollow">http://dbpedia.org/resource/Triplestore> ?p ?o. }
Try it here - http://dbpedia.org/sparql/