%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://www.topbraid.org/taglib/" prefix="sparql" %> TopBraid SparqlMotion Library TopBraid SparqlMotion Library SELECT ?module ?comment WHERE { ?module rdfs:subClassOf sm:Module . ?module rdfs:label ?label . ?module rdfs:comment ?comment . } ORDER BY ?label URL: "> Input type: SELECT DISTINCT ?label WHERE { ?module sm:inputFormat ?format . ?format rdfs:label ?label } Output type: SELECT DISTINCT ?label WHERE { ?module sm:outputFormat ?format . ?format rdfs:label ?label } Description:
URL: "> Input type: SELECT DISTINCT ?label WHERE { ?module sm:inputFormat ?format . ?format rdfs:label ?label } Output type: SELECT DISTINCT ?label WHERE { ?module sm:outputFormat ?format . ?format rdfs:label ?label } Description: