!!! Inline SPARQL Queries

The sparql markup allows to execute a query on the ontology repository. The result of the query will be rendered into the wiki page (instead of the query).

{{{
%%sparql...
}}}


%%KnowledgeBase 
  
%

%%sparql
SELECT ?x ?y ?z WHERE {?x ?y ?z} 
@master:
%