{% extends 'base.html' %} {% block title %}Term Search{% endblock %} {% block content %}

Enter terms to query:

Logic
use "and" or "or" logic to concatenate multiple query criteria.
Predicate
a fully qualified or namespace-prefixed predicate URI in SPARQL notation, e.g. <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> or skos:prefLabel. For a full list of namespace prefixes supported by this system, see the collapsable namespace reference at the bottom of this page.
Operand
Select an operand for the comparison. The "Matches Term" operand expects an RDF literal or URI, all others a string.
Value
Value to compare against. If "Matches Term" is selected, an RDF URI or literal in SPARQL notation should be used, e.g. <http://ex.org/ns/A> or "title"^^xsd:string. For other operands, use a plain string without quotes.
+ Add Row
{% include 'namespaces.html' %} {% endblock %} {% block tail_js %} {% endblock %}