FSA-SPARQL tuning with FASILL

Data

URL to data
There are no data loaded yet.

FSA-SPARQL Query

PREFIX movie:<http://www.movies.org#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX f:<http://www.fuzzy.org#> PREFIX l:<http://www.lattice.org#> SELECT ?Movie ?Rank WHERE { ?Movie f:type (movie:rate f:high ?c). ?Movie f:type (movie:duration f:high ?r) . BIND(l:WMEAN(0.5,?r,?c) as ?Rank) FILTER (?Rank > 0.8) }
There are no fuzzy attributes yet.
There are no test cases for fuzzy operators yet.
There are no answers yet.