Storing data with semantics..?

Hi All,

Just need to gather opinions on whether it's okay to store "data" (as in
data in a certain format) in RDF, in graphs along with the "semantic"
and "linked" data. For example:

<a> <rdfs:label> "Title of data"@en ;
  <_ns0:link> <http://the-url-of.com/the_data.ext> .

vs

<a> <rdfs:label> "Title of data"@en ;
  <_ns1:data_in_format> "RAWDATA"^^base64 .

I had always assumed that a bit of raw data in there (that is
semantically described and linked) would be fine (and save an HTTP GET)
- but now thinking I may be wrong after speaking to somebody.

Any input?

Regards,

Nathan

Received on Wednesday, 24 February 2010 19:09:00 UTC