Skip to content
Permalink
Browse files

added more notes

  • Loading branch information...
pgroth committed Jan 30, 2013
1 parent d43fecb commit a29d10a2f0a397c53f4902512df572f9f870d933
Showing with 19 additions and 0 deletions.
  1. +19 −0 README.md
@@ -3,7 +3,26 @@ prov-check

Making sure your provenance is all good.

This project is an implementation of the [W3C Constraints of the PROV Data Model](http://www.w3.org/TR/prov-constraints/) using [SPARQL](http://www.w3.org/TR/sparql11-query/).

##Current Status##

* Be kind - this is super alpha software
* You can find the code in provcheck/provconstraints.py
* All constraints defined in the documented are implemented.
* Passing (279/280) test cases: all 157 unit tests, 81 prov-o examples and 40/41 prov-dm examples as defined in the [PROV-Constraints Test Case Guide](https://dvcs.w3.org/hg/prov/raw-file/default/testcases/process.html)
* Uses a lot of sparql 1.1
* Currently, only supports qualified "style" prov forms
* Works only with prov-o serializations

##TODO##
* Support expansion of short forms
* Do a check of all blank node handling
* Recheck that all inferences are correctly handled
* Nice documentation
* Add a license
* Separate sparql queries out from code
* Remote check

----------------------
This project prov:wasDerivedFrom https://github.com/pgroth/prov-constraints-validator-spin

0 comments on commit a29d10a

Please sign in to comment.
You can’t perform that action at this time.