<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/test/DAWG, branch sdo-https</title>
<subtitle>github.com: rdflib/rdflib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/'/>
<entry>
<title>replace foaf:firstName (deprecated) with foaf:givenName in examples and tests</title>
<updated>2020-03-06T05:36:55+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@csiro.au</email>
</author>
<published>2020-03-06T05:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=d466c36bab9b8358dcae018bc47eb327e5e24ebb'/>
<id>d466c36bab9b8358dcae018bc47eb327e5e24ebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correct form of bnode-ppath-mix-c</title>
<updated>2017-02-15T10:18:40+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-02-15T10:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=a412a5bedd3d7278e9b3225f39b64cbdb3eb6de3'/>
<id>a412a5bedd3d7278e9b3225f39b64cbdb3eb6de3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added tests for issue #714</title>
<updated>2017-02-15T10:15:29+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-02-15T10:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=d8c6d5239af8275db88094885e33f7bfa18d1f76'/>
<id>d8c6d5239af8275db88094885e33f7bfa18d1f76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made min/max aggregate functions support all literals (#694)</title>
<updated>2017-01-20T16:48:36+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@users.noreply.github.com</email>
</author>
<published>2017-01-20T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=14243b6a48fa22192ebdb55702f9c4031252821c'/>
<id>14243b6a48fa22192ebdb55702f9c4031252821c</id>
<content type='text'>
not just numerics as before.

fixes #628</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not just numerics as before.

fixes #628</pre>
</div>
</content>
</entry>
<entry>
<title>added dawg tests for #607</title>
<updated>2017-01-20T09:53:29+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-20T09:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=0f38e7d67fb94367ae9e773d0936dc3718a3b027'/>
<id>0f38e7d67fb94367ae9e773d0936dc3718a3b027</id>
<content type='text'>
Fixes #607 (not really, but it was fixed already, probably in https://github.com/RDFLib/rdflib/commit/acc6ed3e3548a75541607ec753d05d5061028465
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #607 (not really, but it was fixed already, probably in https://github.com/RDFLib/rdflib/commit/acc6ed3e3548a75541607ec753d05d5061028465
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for filters in sub-queries (#693)</title>
<updated>2017-01-19T20:26:26+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@users.noreply.github.com</email>
</author>
<published>2017-01-19T20:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=acc6ed3e3548a75541607ec753d05d5061028465'/>
<id>acc6ed3e3548a75541607ec753d05d5061028465</id>
<content type='text'>
This was the same error as #580, but for SubQueries instead of binds.
Same fix as
https://github.com/RDFLib/rdflib/pull/688/commits/c1b29aea3803e6e25287cfdf794f030538bdfa7c

Excempt vars bound in the local scope from forgetting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was the same error as #580, but for SubQueries instead of binds.
Same fix as
https://github.com/RDFLib/rdflib/pull/688/commits/c1b29aea3803e6e25287cfdf794f030538bdfa7c

Excempt vars bound in the local scope from forgetting.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some BIND scoping issues</title>
<updated>2017-01-18T20:02:49+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-18T20:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=c1b29aea3803e6e25287cfdf794f030538bdfa7c'/>
<id>c1b29aea3803e6e25287cfdf794f030538bdfa7c</id>
<content type='text'>
Made Extend eval only forget vars not bound outside.
Made Extend only collect vars not in "expr"

This fixes #580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made Extend eval only forget vars not bound outside.
Made Extend only collect vars not in "expr"

This fixes #580
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes variable scope for filters inside (NOT) EXIST clauses in SPARQL</title>
<updated>2017-01-18T15:22:01+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-18T15:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=ab30d192bf46ea6807d85539b10316e5c91d6b99'/>
<id>ab30d192bf46ea6807d85539b10316e5c91d6b99</id>
<content type='text'>
Fixes #615
Also adds unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #615
Also adds unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure query/result files are opened as binary, handle encoding issues in each parser. Fixes #344</title>
<updated>2013-12-30T21:30:28+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2013-12-30T21:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=98fc6b322c67a4d7b8a5ea83a72f7aba0bd2d4fb'/>
<id>98fc6b322c67a4d7b8a5ea83a72f7aba0bd2d4fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dawg data-r2 license fix - replaced files with files directly from w3c</title>
<updated>2013-12-17T20:40:53+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2013-12-17T20:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rdflib.git/commit/?id=a1057df52c7d3f4ba030c0ffd52794e7f88722c6'/>
<id>a1057df52c7d3f4ba030c0ffd52794e7f88722c6</id>
<content type='text'>
The original data-r2 files came from the jena repository, they included a handful of changes to make the data-r2 tests in line with SPARQL1.1 - these changes have been kept, the diff is below:

diff --git a/test/DAWG/data-r2/basic/data-4.ttl b/test/DAWG/data-r2/basic/data-4.ttl
index bfd42b7..5598d40 100644
--- a/test/DAWG/data-r2/basic/data-4.ttl
+++ b/test/DAWG/data-r2/basic/data-4.ttl
@@ -8,7 +8,7 @@
 :x rdf:type :C .

 :x :n1  "123.0"^^xsd:decimal .
-:x :n2  "456.0"^^xsd:decimal .
+:x :n2  "456."^^xsd:decimal .

 :x :n3 "+5"^^xsd:integer .
 :x :n4 "-18"^^xsd:integer .
diff --git a/test/DAWG/data-r2/basic/manifest.ttl b/test/DAWG/data-r2/basic/manifest.ttl
index b0e0f06..4306319 100644
--- a/test/DAWG/data-r2/basic/manifest.ttl
+++ b/test/DAWG/data-r2/basic/manifest.ttl
@@ -30,8 +30,8 @@
       :term-3
       :term-4
       :term-5
-#      :term-6 # Not SPARQL 1.1
-#      :term-7 # Not SPARQL 1.1
+      :term-6
+      :term-7
       :term-8
       :term-9

diff --git a/test/DAWG/data-r2/basic/term-6.rq b/test/DAWG/data-r2/basic/term-6.rq
index a03be7e..617c296 100644
--- a/test/DAWG/data-r2/basic/term-6.rq
+++ b/test/DAWG/data-r2/basic/term-6.rq
@@ -2,6 +2,4 @@ PREFIX :     &lt;http://example.org/ns#&gt;
 PREFIX xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt;

 # DOT is part of the decimal.
-#SELECT * { :x ?p 456. }
-#SPARQL 1.1
-SELECT * { :x ?p 456.0 }
+SELECT * { :x ?p 456. }
diff --git a/test/DAWG/data-r2/basic/term-7.rq b/test/DAWG/data-r2/basic/term-7.rq
index 74d98f7..61d1d03 100644
--- a/test/DAWG/data-r2/basic/term-7.rq
+++ b/test/DAWG/data-r2/basic/term-7.rq
@@ -2,4 +2,4 @@ PREFIX :     &lt;http://example.org/ns#&gt;
 PREFIX xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt;

 # DOT is part of the decimal.
-SELECT * { :x ?p 456.0 . }
+SELECT * { :x ?p 456. . }
diff --git a/test/DAWG/data-r2/expr-builtin/manifest.ttl b/test/DAWG/data-r2/expr-builtin/manifest.ttl
index ae1431f..1bd646d 100644
--- a/test/DAWG/data-r2/expr-builtin/manifest.ttl
+++ b/test/DAWG/data-r2/expr-builtin/manifest.ttl
@@ -11,10 +11,7 @@
     rdfs:comment  "DAWG Expression tests: Built-ins" ;
     mf:entries
     ( :dawg-str-1 :dawg-str-2 :dawg-str-3 :dawg-str-4
-      :dawg-isBlank-1 :dawg-isLiteral-1 :dawg-datatype-1
-      ## remove test - chnages for SPARQL 1.1 and RDF 1.1 (rdf:langString)
-      ##:dawg-datatype-2
-      :dawg-datatype-3
+      :dawg-isBlank-1 :dawg-isLiteral-1 :dawg-datatype-1 :dawg-datatype-2 :dawg-datatype-3
       :dawg-lang-1 :dawg-lang-2 :dawg-lang-3 :dawg-isURI-1
       :dawg-isIRI-1 :dawg-langMatches-1 :dawg-langMatches-2
       :dawg-langMatches-3 :dawg-langMatches-4 :dawg-langMatches-basic
diff --git a/test/DAWG/data-r2/manifest-evaluation.ttl b/test/DAWG/data-r2/manifest-evaluation.ttl
index 70e3f4d..5f7193b 100644
--- a/test/DAWG/data-r2/manifest-evaluation.ttl
+++ b/test/DAWG/data-r2/manifest-evaluation.ttl
@@ -26,8 +26,7 @@
         &lt;expr-ops/manifest.ttl&gt;
         &lt;expr-equals/manifest.ttl&gt;
         &lt;regex/manifest.ttl&gt;
-    # Needs the data parser fixing (less strict)
-       # &lt;i18n/manifest.ttl&gt;
+        &lt;i18n/manifest.ttl&gt;

         &lt;construct/manifest.ttl&gt;
         &lt;ask/manifest.ttl&gt;
diff --git a/test/DAWG/data-r2/optional-filter/manifest.ttl b/test/DAWG/data-r2/optional-filter/manifest.ttl
index f7a5f7b..1b1d977 100644
--- a/test/DAWG/data-r2/optional-filter/manifest.ttl
+++ b/test/DAWG/data-r2/optional-filter/manifest.ttl
@@ -8,14 +8,7 @@
 &lt;&gt;  rdf:type mf:Manifest ;
     rdfs:comment "OPTIONAL with inner and outer FILTERs" ;
     mf:entries
-    (:dawg-optional-filter-001
-     :dawg-optional-filter-002
-     :dawg-optional-filter-003
-     :dawg-optional-filter-004
-    # The extra two are mutually exclusive : same query, same data, diferent reading of spec.
-    # ARQ implements the intent: simplify after all algebra generation done.
-    #:dawg-optional-filter-005-simplified
-     :dawg-optional-filter-005-not-simplified).
+    (:dawg-optional-filter-001 :dawg-optional-filter-002 :dawg-optional-filter-003 :dawg-optional-filter-004 :dawg-optional-filter-005-simplified :dawg-optional-filter-005-not-simplified).

 :dawg-optional-filter-001 a mf:QueryEvaluationTest ;
       mf:name    "OPTIONAL-FILTER" ;
diff --git a/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq b/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
index d780dc3..04fd35e 100644
--- a/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
+++ b/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
@@ -1,11 +1,3 @@
 BASE   &lt;http://example.org/&gt;
 PREFIX :  &lt;#&gt;
-#SELECT * WHERE { :x :p 123. . }
-
-# SPARQL 1.1
-SELECT *
-  {
-      :x :p1 123.0 .
-      :x :p2 123.  # SPARQL 1.1 -- integer
-      :x :p3 123.
-  }
+SELECT * WHERE { :x :p 123. . }
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original data-r2 files came from the jena repository, they included a handful of changes to make the data-r2 tests in line with SPARQL1.1 - these changes have been kept, the diff is below:

diff --git a/test/DAWG/data-r2/basic/data-4.ttl b/test/DAWG/data-r2/basic/data-4.ttl
index bfd42b7..5598d40 100644
--- a/test/DAWG/data-r2/basic/data-4.ttl
+++ b/test/DAWG/data-r2/basic/data-4.ttl
@@ -8,7 +8,7 @@
 :x rdf:type :C .

 :x :n1  "123.0"^^xsd:decimal .
-:x :n2  "456.0"^^xsd:decimal .
+:x :n2  "456."^^xsd:decimal .

 :x :n3 "+5"^^xsd:integer .
 :x :n4 "-18"^^xsd:integer .
diff --git a/test/DAWG/data-r2/basic/manifest.ttl b/test/DAWG/data-r2/basic/manifest.ttl
index b0e0f06..4306319 100644
--- a/test/DAWG/data-r2/basic/manifest.ttl
+++ b/test/DAWG/data-r2/basic/manifest.ttl
@@ -30,8 +30,8 @@
       :term-3
       :term-4
       :term-5
-#      :term-6 # Not SPARQL 1.1
-#      :term-7 # Not SPARQL 1.1
+      :term-6
+      :term-7
       :term-8
       :term-9

diff --git a/test/DAWG/data-r2/basic/term-6.rq b/test/DAWG/data-r2/basic/term-6.rq
index a03be7e..617c296 100644
--- a/test/DAWG/data-r2/basic/term-6.rq
+++ b/test/DAWG/data-r2/basic/term-6.rq
@@ -2,6 +2,4 @@ PREFIX :     &lt;http://example.org/ns#&gt;
 PREFIX xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt;

 # DOT is part of the decimal.
-#SELECT * { :x ?p 456. }
-#SPARQL 1.1
-SELECT * { :x ?p 456.0 }
+SELECT * { :x ?p 456. }
diff --git a/test/DAWG/data-r2/basic/term-7.rq b/test/DAWG/data-r2/basic/term-7.rq
index 74d98f7..61d1d03 100644
--- a/test/DAWG/data-r2/basic/term-7.rq
+++ b/test/DAWG/data-r2/basic/term-7.rq
@@ -2,4 +2,4 @@ PREFIX :     &lt;http://example.org/ns#&gt;
 PREFIX xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt;

 # DOT is part of the decimal.
-SELECT * { :x ?p 456.0 . }
+SELECT * { :x ?p 456. . }
diff --git a/test/DAWG/data-r2/expr-builtin/manifest.ttl b/test/DAWG/data-r2/expr-builtin/manifest.ttl
index ae1431f..1bd646d 100644
--- a/test/DAWG/data-r2/expr-builtin/manifest.ttl
+++ b/test/DAWG/data-r2/expr-builtin/manifest.ttl
@@ -11,10 +11,7 @@
     rdfs:comment  "DAWG Expression tests: Built-ins" ;
     mf:entries
     ( :dawg-str-1 :dawg-str-2 :dawg-str-3 :dawg-str-4
-      :dawg-isBlank-1 :dawg-isLiteral-1 :dawg-datatype-1
-      ## remove test - chnages for SPARQL 1.1 and RDF 1.1 (rdf:langString)
-      ##:dawg-datatype-2
-      :dawg-datatype-3
+      :dawg-isBlank-1 :dawg-isLiteral-1 :dawg-datatype-1 :dawg-datatype-2 :dawg-datatype-3
       :dawg-lang-1 :dawg-lang-2 :dawg-lang-3 :dawg-isURI-1
       :dawg-isIRI-1 :dawg-langMatches-1 :dawg-langMatches-2
       :dawg-langMatches-3 :dawg-langMatches-4 :dawg-langMatches-basic
diff --git a/test/DAWG/data-r2/manifest-evaluation.ttl b/test/DAWG/data-r2/manifest-evaluation.ttl
index 70e3f4d..5f7193b 100644
--- a/test/DAWG/data-r2/manifest-evaluation.ttl
+++ b/test/DAWG/data-r2/manifest-evaluation.ttl
@@ -26,8 +26,7 @@
         &lt;expr-ops/manifest.ttl&gt;
         &lt;expr-equals/manifest.ttl&gt;
         &lt;regex/manifest.ttl&gt;
-    # Needs the data parser fixing (less strict)
-       # &lt;i18n/manifest.ttl&gt;
+        &lt;i18n/manifest.ttl&gt;

         &lt;construct/manifest.ttl&gt;
         &lt;ask/manifest.ttl&gt;
diff --git a/test/DAWG/data-r2/optional-filter/manifest.ttl b/test/DAWG/data-r2/optional-filter/manifest.ttl
index f7a5f7b..1b1d977 100644
--- a/test/DAWG/data-r2/optional-filter/manifest.ttl
+++ b/test/DAWG/data-r2/optional-filter/manifest.ttl
@@ -8,14 +8,7 @@
 &lt;&gt;  rdf:type mf:Manifest ;
     rdfs:comment "OPTIONAL with inner and outer FILTERs" ;
     mf:entries
-    (:dawg-optional-filter-001
-     :dawg-optional-filter-002
-     :dawg-optional-filter-003
-     :dawg-optional-filter-004
-    # The extra two are mutually exclusive : same query, same data, diferent reading of spec.
-    # ARQ implements the intent: simplify after all algebra generation done.
-    #:dawg-optional-filter-005-simplified
-     :dawg-optional-filter-005-not-simplified).
+    (:dawg-optional-filter-001 :dawg-optional-filter-002 :dawg-optional-filter-003 :dawg-optional-filter-004 :dawg-optional-filter-005-simplified :dawg-optional-filter-005-not-simplified).

 :dawg-optional-filter-001 a mf:QueryEvaluationTest ;
       mf:name    "OPTIONAL-FILTER" ;
diff --git a/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq b/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
index d780dc3..04fd35e 100644
--- a/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
+++ b/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
@@ -1,11 +1,3 @@
 BASE   &lt;http://example.org/&gt;
 PREFIX :  &lt;#&gt;
-#SELECT * WHERE { :x :p 123. . }
-
-# SPARQL 1.1
-SELECT *
-  {
-      :x :p1 123.0 .
-      :x :p2 123.  # SPARQL 1.1 -- integer
-      :x :p3 123.
-  }
+SELECT * WHERE { :x :p 123. . }
</pre>
</div>
</content>
</entry>
</feed>
