-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathRELEASES.txt
More file actions
136 lines (93 loc) · 4.85 KB
/
RELEASES.txt
File metadata and controls
136 lines (93 loc) · 4.85 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
I am pleased to announce the release of the OPM Toolbox 1.1.8. It
incorporates the recently proposed OWL ontology for OPM v1.1, and
conversion to/from RDF.
Key changes to the toolkit:
* Introduced the opmx, opmv, and opmo namespaces
opmo: http://openprovenance.org/model/opmo
opmx: http://openprovenance.org/model/opmx
opmv: http://purl.org/net/opmv/ns
* Added Jena subproject to load rdf serialization, perform owl reason with pellet,
and run sparql queries
* Added better support for annotations in OPMToDot
* Renamed CausalDependencies in Dependencies
* RDF serialization: Property has a key property instead of uri
* RDF serialization: key is an ObjectProperty and not DataProperty
* Distribution no longer include support for tupelo
All information on OPM v1.1, the schema, the ontology, and the OPM
Toolbox available from openprovenance.org.
Maven artifacts are available from
http://openprovenance.org/java/maven-releases/. Source code is
available from http://github.com/lucmoreau/OpenProvenanceModel.
----------------------------------------------------------------------
I am pleased to announce the release of the OPM Toolbox 1.1.7. It
incorporates the recently proposed OWL ontology for OPM v1.1, and
conversion to/from RDF.
Key changes to the toolkit:
* More examples in opm/src/test and elmo/src/test
* Tutorial slides for opm toolbox
* Fixed dependency problem for opm-core in toolbox binary release
* Fixed autoGeneratedId for roles in elmo
All information on OPM v1.1, the schema, the ontology, and the OPM
Toolbox available from openprovenance.org.
Maven artifacts are available from
http://openprovenance.org/java/maven-releases/. Source code is
available from http://github.com/lucmoreau/OpenProvenanceModel.
----------------------------------------------------------------------
OPM Toolbox 1.1.4 -- 1.1.6: maintenance versions
----------------------------------------------------------------------
I am pleased to announce the release of the OPM Toolbox 1.1.3. It
incorporates the recently proposed OWL ontology for OPM v1.1, and
conversion to/from RDF.
Key changes to the toolkit:
* Ontology fix
* Removed inconsistency with time in WasControlledBy
* Used DatatypeProperty instead of ObjectProperty where appropriate
* Made Role mandatory on Used, WasGeneratedBy, WasControlledBy
* Made cause/effect mandatory on edges
* Made encoding/content mandatory in AValue
* Used DatatypeProperty for value property
All information on OPM v1.1, the schema, the ontology, and the OPM
Toolbox available from openprovenance.org.
Maven artifacts are available from
http://openprovenance.org/java/maven-releases/. Source code is
available from http://github.com/lucmoreau/OpenProvenanceModel.
----------------------------------------------------------------------
I am pleased to announce the release of the OPM Toolbox 1.1.2. It
incorporates the recently proposed OWL ontology for OPM v1.1, and
conversion to/from RDF.
Key changes to the toolkit:
* Better support for Literal (XMLLiteral and based types)
All information on OPM v1.1, the schema, the ontology, and the OPM
Toolbox available from openprovenance.org.
Maven artifacts are available from
http://openprovenance.org/java/maven-releases/. Source code is
available from http://github.com/lucmoreau/OpenProvenanceModel.
------------------------------------------------------------
I am pleased to announce the release of the OPM Toolbox 1.1.1. It
incorporates the recently proposed OWL ontology for OPM v1.1, and
conversion to/from RDF. Minor changes have been incorporated to the
XML Schema to ensure bidirectional conversion between XML and RDF.
Key changes to the toolkit:
* Better support for annotations
* Elmo based serialisation/deserialisation to/from RDF
* opmconvert converting between xml and rdf
* Support for time
* Introduction of exactlyAt as an abbreviation for
noLaterThan and noEarlierThan with same value
All information on OPM v1.1, the schema, the ontology, and the OPM
Toolbox available from openprovenance.org.
Maven artifacts are available from
http://openprovenance.org/java/maven-releases/. Source code is
available from http://github.com/lucmoreau/OpenProvenanceModel.
------------------------------------------------------------
Today, 2009-12-21, the OPM Toolbox 1.1 was released. It incorporates a
new XML schema compatible with the OPM v1.1 specification, and
conversion to/from RDF using Tupelo 2.5 recently released.
Key changes to the the XML Schema include:
* Support for annotations
* Compact representation for pre-defined properties,
including type, profile, label
* Fixed time representation
Maven artifacts are available from
http://openprovenance.org/java/maven-releases/. Source code is
available from http://github.com/lucmoreau/OpenProvenanceModel.