-
Notifications
You must be signed in to change notification settings - Fork 3
/
changelog.html
88 lines (88 loc) · 6.68 KB
/
changelog.html
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
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row-fluid">
<div class="span16">
<div class="page-header">
<h1 data-template="config:app-title">Generated page</h1>
<p>A generic webservice to extract RDF statements from XML resources.</p>
</div>
<div class="row-fluid">
<div class="span8">
<h2>Changelog</h2>
<h3>1.4.0</h3>
<ul>
<li>CHANGE: Move XTriples to new namespace and home (LOD.ACADEMY)</li>
<li>INFO: Start official releases on GitHub and ZENODO. You can get older versions from <a href="http://download.spatialhumanities.de/ibr/">here</a> </li>
<li>INFO: New <a href="dh.html">page</a> for documenting the Digital Humanities use cases, papers and presentations</li>
<li>BUGFIX: Evaluation of <condition> tag should be forced to boolean</li>
</ul>
<h3>1.3.0</h3>
<ul>
<li>FEATURE: Allow XPATH/XQuery expressions in <statement repeat="{XPATH}"> to dynamically generate an integer count for $repeatIndex</li>
<li>FEATURE: Removed absolute links from HTML pages. Now all examples fully work in local contexts</li>
<li>CHANGE: Put the service configuration (URLs to XTriples, any23, rdf2svg) into config.xqm; extract.xql now does not need to get touched when configuring the service in local or other contexts</li>
<li>BUGFIX: Correctly escaped some regex expressions in extractTriples function</li>
</ul>
<h3>1.2.1</h3>
<ul>
<li>BUGFIX: Return error message if a resource contains no content</li>
</ul>
<h3>1.2.0</h3>
<ul>
<li>INFO: Minor changes to documentation.</li>
<li>BUGFIX: Avoid type error in expressionBasedResourceResolver if resources are a sequence of atomic values</li>
<li>FEATURE: Allow multiple <collection> tags per <xtriples> configuration</li>
<li>FEATURE: Allow mixing of <resource> types (literal, static, expression) per <collection></li>
<li>FEATURE: Modified internal xtriples result format to also include the crawled resources for debugging</li>
</ul>
<h3>1.1.0</h3>
<ul>
<li>INFO: Change in context variable name: $resource is now $currentResource</li>
<li>INFO: Change in context variable name: $index is now $repeatIndex</li>
<li>INFO: New XML examples from several Digital Humanities projects</li>
<li>INFO: Modifications, illustrations and corrections in documentation</li>
<li>FEATURE: Introduce $resourceIndex variable that contains the number of the resource currently crawled</li>
</ul>
<h3>1.0.0</h3>
<ul>
<li>INFO: Feature complete first stable version</li>
<li>INFO: Finished documentation</li>
<li>INFO: Added many XML examples</li>
<li>FEATURE: Better error handling. Errors are now caught and do not lead to query termination. Error descriptions can be comfortably looked up by setting the output format to "xtriples"</li>
<li>BUGFIXES: Several smaller bugfixes</li>
</ul>
<h3>0.5.0</h3>
<ul>
<li>FEATURE: Possibilty to dynamically construct full resources (and not only resource uris) out of a collection by expression</li>
<li>FEATURE (experimental): Introduced m:n combination with <statement type="mn"></li>
</ul>
<h3>0.4.0</h3>
<ul>
<li>FEATURE: Dynamic namespace declaration; all configured vocabularies are also declared als XML namespaces for the XPATH statements</li>
<li>FEATURE: Allow an expression based syntax in the resource attribute making it possible to construct dynamic uris to external resources</li>
<li>FEATURE: First steps towards a RELAX NG schema for the xtriples configuration</li>
</ul>
<h3>0.3.0</h3>
<ul>
<li>FEATURE: Add more response formats from any23; the webservice can now respond with rdf,turtle,ntriples,nquads,json,trix,svg and xtriples</li>
<li>FEATURE: Allow the resource attribute also for <subject> and <predicate> tags; makes it possible to extract values from external resources during statement extraction</li>
<li>FEATURE: Allow and evaluate XPATH expressions for <predicate> tags</li>
<li>FEATURE: Simple strings are now also allowed within <subject>, <predicate> and <object> tags; it will not be evaluated and just transferred to the extraction result</li>
<li>BUGFIX: Plaintext formats (turtle, ntriples etc.) are now correctly streamed as plaintext by eXist and need not be urlencoded any longer</li>
</ul>
<h3>0.2.0</h3>
<ul>
<li>FEATURE: Allow nodesets for subjects and objects. Makes it possible to create 1:n and n:1 triples with a single statement declaration.</li>
<li>FEATURE: Extract/create blank nodes: set value of type attribute for <subject> and <object> tags to "bnode"</li>
<li>FEATURE: Typed object literals: set datatype attribute in <object> tag to one of the XSD datatypes (integer, float etc)</li>
<li>FEATURE: Language tagged object literals: set lang attribute in <object> tag to a value according to <a href="http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">RFC 3066</a>
</li>
</ul>
<h3>0.1.0</h3>
<ul>
<li>INFO: First public version of the service</li>
</ul>
</div>
</div>
</div>
</div>
</div>