X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=bibframe%2Ftriplestore.xml;h=12af0ddd0b5b860ba919f9966f80fa47ab7ac892;hp=ac5b4920e2495cd439fbe75253f3312c014844b3;hb=62b3dd7a591f31846e92bb74f4a99b436fae1f1f;hpb=7b3a33402454212eb04c7d12a7c21053035c7fd9 diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index ac5b492..12af0dd 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -1,5 +1,38 @@ + + @@ -17,7 +50,7 @@ - ?thing rdf:type ?any FILTER( ?thing = %u ) + ?thing %v_rel %v_obj FILTER( ?thing = %u ) @@ -26,6 +59,14 @@ ?thing a %t + + + + + ?thing %v_rel %u + + + @@ -48,7 +89,7 @@ - + ?thing ?rel %vx . %vx a bf:Person . %vx bf:label %v FILTER(contains(%v, %s)) @@ -201,6 +242,11 @@ ?thing bf:contentCategory %u + + + %v_inst bf:instanceOf ?thing FILTER ( %v_inst = %u) + + @@ -376,7 +422,7 @@ %v_isbn bf:identifierValue %v FILTER( %v = %s ) } - + ?thing bf:lccn %v_lccn . @@ -384,6 +430,11 @@ %v_lccn bf:identifierValue %v FILTER( %v = %s ) + + + ?thing bf:instanceOf %u + + @@ -551,22 +602,17 @@ + ?thing ?rel ?obj FILTER( str(?thing) = %s ) - - - - ?thing ?rel ?obj FILTER( str(?obj) = %s ) - - + http -