diff --git a/RELEASE b/RELEASE index ea2ab1ee5..7fe8efc11 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,6 @@ EYE release +v10.24.21 (2024-10-12) simplifying quads and rdfsurfaces v10.24.20 (2024-10-11) preparing rdf12 support v10.24.19 (2024-10-11) fixing issue with rdfsurfaces in cgs (closed graph semantics) v10.24.18 (2024-10-10) fixing graph:statement for cgs (closed graph semantics) diff --git a/VERSION b/VERSION index 504eb87e0..f33ddf502 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.24.20 +10.24.21 diff --git a/eye.pl b/eye.pl index 8f76d565a..9192bbd75 100644 --- a/eye.pl +++ b/eye.pl @@ -22,7 +22,7 @@ :- catch(use_module(library(process)), _, true). :- catch(use_module(library(http/http_open)), _, true). -version_info('EYE v10.24.20 (2024-10-11)'). +version_info('EYE v10.24.21 (2024-10-12)'). license_info('MIT License @@ -5351,10 +5351,7 @@ % quads ( quad(triple(_, _, _), _) - -> retractall(flag(quads)), - assertz(flag(quads)), - - % create trig graphs + -> % create trig graphs ( graphid(G), findall(C, ( quad(triple(S, P, O), G), @@ -5628,7 +5625,6 @@ makevars([T, S], [Tu, Su], beta(U)), C = ':-'(Tu, Su), copy_term_nat(C, CC), - labelvars(CC, 0, _, avar), ( \+cc(CC) -> assertz(cc(CC)), assertz(C), @@ -5663,7 +5659,6 @@ makevars([M, S], [Mu, Su], beta(U)), C = ':-'(Mu, Su), copy_term_nat(C, CC), - labelvars(CC, 0, _, avar), ( \+cc(CC) -> assertz(cc(CC)), assertz(C), diff --git a/eye.zip b/eye.zip index f7d2331a6..d05320000 100644 Binary files a/eye.zip and b/eye.zip differ