semtags
Function detailedSources

java.util.List detailedSources(javax.servlet.jsp.PageContext, java.lang.String, fr.inria.semtags.EngineWrapper)
Returns the sources URIs as a list where the specified SPARQL pattern is defined. Arguments are : pattern and the engine instance to use.

Example:
To get the sources URIs as a list where ?a geo:name "france" is defined : ${stl:detailedSources(pageContext, '?a geo:name "france"', myEngineWrapper)}


Function Information
Function Classfr.inria.semtags.view.NotionHelper
Function Signaturejava.util.List getSourcesForPattern(javax.servlet.jsp.PageContext, java.lang.String, fr.inria.semtags.EngineWrapper)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.