From: Heikki Levanto Date: Fri, 8 May 2015 12:23:48 +0000 (+0200) Subject: LOC-6: Search by type and contentCategory X-Git-Tag: v0.6~27 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=725ea123090eb9e699ea19098d7c854d249e149f;p=mp-sparql-moved-to-github.git LOC-6: Search by type and contentCategory --- diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index 36e49eb..b5d529f 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -17,8 +17,14 @@ - ?thing rdf:type ?any FILTER( ?thing = %u ) + ?thing rdf:type ?any FILTER( ?thing = %u ) + + + + + ?thing a %t + @@ -157,6 +163,11 @@ ?subject bf:label %v FILTER(contains(%v, %s)) + + + + ?thing bf:contentCategory %u +