From 725ea123090eb9e699ea19098d7c854d249e149f Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Fri, 8 May 2015 14:23:48 +0200 Subject: [PATCH] LOC-6: Search by type and contentCategory --- bibframe/triplestore.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 + -- 1.7.10.4