tjohnson has quit [Quit: Connection closed for inactivity]
darr has joined #ruby-rdf
<darr>
Hi all. I'm new to the the whole of RDF and am trying to implement an api for a rails app that uses JSON-LD. My initial problem is trying to build a simple response in JSON-LD from within a model (lets say Product). If I just have two columns (name, description) how would you build the response. Am I correct in thinking that I need to create a graph, write triples, then compact with a context? Really I am just looking for a very basic
<darr>
I'm assuming that not everything needs to be a new node (if anything).
<darr>
just checking I'm still online
wickr_ has quit [Ping timeout: 268 seconds]
wickr_ has joined #ruby-rdf
gkellogg has joined #ruby-rdf
_gkellogg has joined #ruby-rdf
<darr>
Hi all, I left a message earlier but I fear it may be lost in the ether. I am really struggling to generate jsonld (and I really am new to the entire rdf library.)