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
[[Exif:Source::Ljubljana Puppet Theatre]] OR [[Subject::Ljubljana Puppet Theatre]] OR [[Subject 2::Ljubljana Puppet Theatre]] OR [[Related article::Ljubljana Puppet Theatre]] OR [[Related article 2::Ljubljana Puppet Theatre]] OR [[Related article 3::Ljubljana Puppet Theatre]]
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 dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?result WHERE { ?result swivt:wikiPageSortKey ?resultsk . { ?result property:Exif-3ASource "Ljubljana Puppet Theatre" . } UNION { ?result dc:subject wiki:Ljubljana_Puppet_Theatre . } UNION { ?result dc:subject wiki:Ljubljana_Puppet_Theatre . } UNION { ?result property:Related_article wiki:Ljubljana_Puppet_Theatre . } UNION { ?result property:Related_article_2 wiki:Ljubljana_Puppet_Theatre . } UNION { ?result property:Related_article_3 wiki:Ljubljana_Puppet_Theatre . } OPTIONAL { ?result swivt:redirectsTo ?o7 } . FILTER ( !bound( ?o7 ) ) . } ORDER BY ASC(?resultsk) OFFSET 40 LIMIT 51
Query Metrics
Query-Size:12
Query-Depth:1
Errors and Warnings
None