-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES
36 lines (23 loc) · 839 Bytes
/
CHANGES
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
# 4.1.1
- Implement askomics mode (abstractor -m askomics). Don't forget to use --askomics-internal-namespace, if relevant.
# 4.1.0
- Get rdfs:subClassOf of each entities
- 3 modes:
- all: get abstraction with 3 queries
- batch: get abstraction using 3 queries for each entities
- owl: use OWL ontology
- askomics: use askomics ontology (not implemented yet)
# 4.0.0
- Abstractor compatible with AskOmics 4.0.0
# 2.0.0
- Generate abstraction from sparql endpoint or RDF
- Don't use a base uri for entity, but remove owl, rdf, rdfs, and virtuoso things.
# 1.2.0
- Use rdflib to generate rdf
- Add option for serialization format (xml, turtle, nt)
- Generate abstraction for source entities (bugfix)
# 1.1.0
- AskOmics prefix option
- InstancesHaveNoLables triple
# 1.0.5
- Store prefixes into SparqlQuery class