X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=bibframe%2Ftriplestore.xml;h=a3fb5689a2dcadca1242fdb75bba1e25f3cc49f1;hp=ac5b4920e2495cd439fbe75253f3312c014844b3;hb=e625c126cea3e3e11aaa8d40b03237d9b22b6525;hpb=7b3a33402454212eb04c7d12a7c21053035c7fd9 diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index ac5b492..a3fb568 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -17,7 +17,7 @@ - ?thing rdf:type ?any FILTER( ?thing = %u ) + ?thing %v_rel %v_obj FILTER( ?thing = %u ) @@ -26,6 +26,14 @@ ?thing a %t + + + + + ?thing %v_rel %u + + + @@ -48,7 +56,7 @@ - + ?thing ?rel %vx . %vx a bf:Person . %vx bf:label %v FILTER(contains(%v, %s)) @@ -201,6 +209,11 @@ ?thing bf:contentCategory %u + + + %v_inst bf:instanceOf ?thing FILTER ( %v_inst = %u) + + @@ -376,7 +389,7 @@ %v_isbn bf:identifierValue %v FILTER( %v = %s ) } - + ?thing bf:lccn %v_lccn . @@ -384,6 +397,11 @@ %v_lccn bf:identifierValue %v FILTER( %v = %s ) + + + ?thing bf:instanceOf %u + + @@ -551,22 +569,17 @@ + ?thing ?rel ?obj FILTER( str(?thing) = %s ) - - - - ?thing ?rel ?obj FILTER( str(?obj) = %s ) - - + http -