Changes to individual templates and associated queries

This commit is contained in:
rjy7 2011-01-21 17:49:16 +00:00
parent d220c7e9af
commit ac624c0bc3
16 changed files with 110 additions and 90 deletions

View file

@ -31,8 +31,8 @@
}
OPTIONAL { GRAPH ?g2 { ?object rdfs:label ?name } }
OPTIONAL { GRAPH ?g3 { ?object vitro:moniker ?moniker } }
FILTER (?g1 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> &&
?g1 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> )
FILTER ( ?g1 != <http://vitro.mannlib.cornell.edu/default/inferred-tbox> &&
?g1 != <http://vitro.mannlib.cornell.edu/default/vitro-kb-inf> )
} ORDER BY ?subclass
</query-collated>