-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
73 lines (46 loc) · 1.67 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
LICENSE
=======
Code: Apache 2.0 license
Documentation: CC-BY Creative Commons Attribution 3.0 Unported License
Prototype implementation of the W3C Provenance Data Model
=========================================================
The src directory contains a C prototype library for implementing the W3C
provenance schema. Please note that the schema is a work in progress. We will
continue to monitor and improve the implementation.
We have derived a neuroprov library based on the prototype C library to enable
easier construction of W3C-Prov compatible provenance for neuroimaging
applications. Concurrent with this implementation we are developing a set of
terms for use in neuroimaging applications. The current list is at:
https://github.com/INCF/ProvenanceLibrary/wiki/terms
Please feel free to contribute new terms and definitions. We want this to evolve
into a process ontology that will then be hosted under a broader ontology.
A demo program in C is available.
W3C Prov Working Group descriptions
-----------------------------------
Click on raw to get rendered html
Data model
~~~~~~~~~~
http://dvcs.w3.org/hg/prov/raw-file/tip/model/prov-dm.html
Notation
~~~~~~~~
http://dvcs.w3.org/hg/prov/raw-file/tip/model/prov-n.html
Ontology
~~~~~~~~
http://dvcs.w3.org/hg/prov/file/tip/ontology/ProvenanceFormalModel.html
Upstream schema
~~~~~~~~~~~~~~~
if the date is much more recent than that indicated in the filename, please check luc moreau's repository
http://github.com/lucmoreau/ProvToolbox/blob/master/xml/src/main/resources/prov-20120110.xsd
Install
-------
Requirements
~~~~~~~~~~~~
gcc
libxml2
Install
~~~~~~~
make
Test
~~~~
./testprov -flag 1
./testneuroprov -flag 1