On Thu, Jun 20, 2013 at 3:15 PM, Andy Seaborne <[email protected]> wrote:

> Moved:
>
> http://afs.github.io/rdf-**patch/ <http://afs.github.io/rdf-patch/>
>
> and ReSpec'ed.
>
>
Another idea.  Maybe a header of some type to record various bits of
metadata.  One important one might be whether or not the file was in
"minimized form".  Presumably, you'd want this to be RDF as well.  Example
("H" stands for header):

H _:b a <http://jena.apache.org/2013/06/rdf-patch#Patch> .
H _:b rdfs:comment "Generated by Jena Fuseki" .
H _:b dc:date "2013-06-20"^^xsd:date .
H _:b <http://jena.apache.org/2013/06/rdf-patch#minimizedForm> true .

etc.

I think you'd only allow H rows to appear before any A or D rows appear
(but allow @prefix statements before it).

I don't know exactly what you'd want to put in an ontology like this, but
it may be useful.  Also I used a blank node as the subject in my example,
but perhaps a fixed resource would be better.

-Stephen

Reply via email to