How to get started with RDF? (Particularly for relational database developers?)
问题 I am putting together a catalog (catalogs by nature are just metadata), and so rather than using a database, I am using an RDF store and SPARQL processor to compile the data. I am at the pattern-matching stage (the fun part). So, I get to come up with lots of patterns that are simple to define in SPARQL, and then provide that information to the people who use the catalog. Ok, here's my question: I have worked on a few projects using RDF, and it seems like getting started is the hardest part