Semantic search

From Culture.si
Condition
Printout selection
Options
Parameters [
limit:

The maximum number of results to return
offset:

The offset of the first result
link:

Show values as links
headers:

Display the headers/property names
mainlabel:

The label to give to the main page name
intro:

The text to display before the query results, if there are any
outro:

The text to display after the query results, if there are any
searchlabel:

Text for continuing the search
default:

The text to display if there are no query results
import-annotation:

Additional annotated data are to be copied during the parsing of a subject
propsep:

The separator between the properties of a result entry
valuesep:

The separator between the values for a property of a result
template:

The name of a template with which to display the printouts
named args:

Name the arguments passed to the template
userparam:

A value passed into each template call, if a template is used
class:

An additional CSS class to set for the list
introtemplate:

The name of a template to display before the query results, if there are any
outrotemplate:

The name of a template to display after the query results, if there are any
sep:

The separator between results
Sort options
Delete
Add sorting condition
Debug output SPARQLStore
ASK Query
[[Category:Venues]] [[Established::>>1750]]
SPARQL Query
PREFIX wiki: <http://culture.si/en/Special:URIResolver/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX swivt: <http://semantic-mediawiki.org/swivt/1.0#> PREFIX property: <http://culture.si/en/Special:URIResolver/Property-3A> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX category: <http://culture.si/en/Special:URIResolver/Category-3A> SELECT DISTINCT ?result WHERE { { ?result rdf:type category:Venues . } ?result property:Established ?v1 . FILTER( ?v1 > "1750"^^xsd:double ) OPTIONAL { ?result swivt:redirectsTo ?o2 } . FILTER ( !bound( ?o2 ) ) . } ORDER BY DESC(?v1) OFFSET 0 LIMIT 21
Query Metrics
Query-Size:3
Query-Depth:1
Errors and Warnings
None