CloCkWeRX / xmlgrddl

Automatically exported from code.google.com/p/xmlgrddl
0 stars 0 forks source link

Find a solution to compare RDF graphs via PHP #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem:
 1. Blank nodes have random IDs.
 2. Its very hard to say programmatically "This graph is the same as that
graph"
 3. This blocks XML_GRDDL having proper test coverage

Original issue reported on code.google.com by daniel.o...@gmail.com on 29 Feb 2008 at 9:23

GoogleCodeExporter commented 9 years ago
issue 13 closes issue 1

Basically, we're using the w3c grddl-tests python tool to check, and also 
converting
PHP generated test cases to be the 'expected result' where they are equivalent.

Original comment by daniel.o...@gmail.com on 2 Mar 2008 at 5:33