Changes between Initial Version and Version 1 of RDFDiff


Ignore:
Timestamp:
09/22/05 17:02:29 (19 years ago)
Author:
kiesel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RDFDiff

    v1 v1  
     1= RDF Diff (dfki.rdf.util.RDFDiff) = 
     2 
     3You often come to the point where to would like to test the difference between two RDF files. In contrast to XML, we don't have to come up with philosophical questions about equality of RDF things, because (1) we've got only triples here, the correspondation to some RDFS is the only constraint to the triples; (2) each resource you want to talk about, i.e, each RDF subject oder object has a unique resource identificator (URI). Hence, equality can be reduced to the triple level. 
     4Therefore, the difference between two RDF files is just the set difference of both triple sets. 
     5 
     6A call to "RDFDiff <abc.rdf> <xyz.rdf>" will result in two additional files: 
     7the newly created file abc.rdf.diff.rdf will contain all statements of abc.rdf minus the ones in xyz.rdf. Analogously, a file xyz.rdf.diff.rdf is created, too.