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::Animateka International Animated Film Festival]] OR [[Subject::Animateka International Animated Film Festival]] OR [[Subject 2::Animateka International Animated Film Festival]] OR [[Related article::Animateka International Animated Film Festival]] OR [[Related article 2::Animateka International Animated Film Festival]] OR [[Related article 3::Animateka International Animated Film Festival]]
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 property:Name ?v7 . { ?result property:Exif-3ASource "Animateka International Animated Film Festival" . } UNION { ?result dc:subject wiki:Animateka_International_Animated_Film_Festival . } UNION { ?result dc:subject wiki:Animateka_International_Animated_Film_Festival . } UNION { ?result property:Related_article wiki:Animateka_International_Animated_Film_Festival . } UNION { ?result property:Related_article_2 wiki:Animateka_International_Animated_Film_Festival . } UNION { ?result property:Related_article_3 wiki:Animateka_International_Animated_Film_Festival . } OPTIONAL { ?result swivt:redirectsTo ?o8 } . FILTER ( !bound( ?o8 ) ) . } ORDER BY ASC(?v7) OFFSET 50 LIMIT 51
Query Metrics
Query-Size:12
Query-Depth:1
Errors and Warnings
None