X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=bibframe%2Ftriplestore.xml;fp=bibframe%2Ftriplestore.xml;h=02d62c517361a9f8173eb68fd24d210b87821543;hp=b5d529fa1cbc42287786f2707f39f62467e8aa30;hb=a9c97a12f169b4ae788da1593911e4a8380cfb58;hpb=725ea123090eb9e699ea19098d7c854d249e149f diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index b5d529f..02d62c5 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -321,6 +321,31 @@ } + + + + + + + + { + ?thing bf:isbn10 %v + FILTER(isUri(%v) && contains(str(%v), %s)) + } UNION { + ?thing bf:isbn13 %v + FILTER(isUri(%v) && contains(str(%v), %s)) + } UNION { + { + ?thing bf:isbn10 ?isbn + } UNION { + ?thing bf:isbn13 ?isbn + } + ?isbn a bf:Identifier . + ?isbn bf:identifierValue %v FILTER( %v = %s ) + } + + +