From cd31ff95d41465dea1cb4871a4d494a42719a379 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Aug 2015 11:43:56 +0200 Subject: [PATCH] Fix incorrect RDF namespace URI MPSPARQL-25 The declaratinos are not necessary so they are removed instead. --- bibframe/triplestore.xml | 1 - doc/sparql.xml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index 12af0dd..6a0cefb 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -42,7 +42,6 @@ for all of them, authors, and their names, etc. - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/
SELECT DISTINCT ?thing
diff --git a/doc/sparql.xml b/doc/sparql.xml index afce82b..76fbe07 100644 --- a/doc/sparql.xml +++ b/doc/sparql.xml @@ -118,7 +118,6 @@ - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/
SELECT ?work ?wtitle
?work a bf:Work @@ -140,7 +139,6 @@ the same filter section as the "Default" db above. - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/
SELECT ?work @@ -197,7 +195,6 @@ Configuration for database "works". This uses CONSTRUCT to produce rdf. - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/ CONSTRUCT { ?work bf:title ?wtitle . @@ -230,7 +227,6 @@ two formats, we get four rows. The DISTINCT in the SELECT - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/ SELECT DISTINCT ?instance ?title ?format ?instance a bf:Instance -- 1.7.10.4