Matches in LOV for { <http://spinrdf.org/spin#ask> ?p ?o. }
Showing items 1 to 4 of
4
with 100 items per page.
- ask type Function.
- ask comment "Executes a given ASK query and returns its boolean result. The first argument must point to an sp:Ask or a SPIN template call that has an ASK query as its body. All subsequent argument can come in pairs, with the first one being a variable name and the second its binding.\n\nExample:\n\n BIND (spin:ask(?query, \"this\", owl:Thing) AS ?result) .\n\nwill execute the sp:Ask behind ?query with the variable ?this pre-bound to owl:Thing.".
- ask label "ask".
- ask subClassOf Functions.