PMR SPARQL endpoint: https://models.physiomeproject.org/pmr2_virtuoso_search // Find all plugins that conform to the MAP Client plugin API PREFIX dcterms: PREFIX swo-x: SELECT ?me WHERE { ?me dcterms:conforms_to swo-x:MAPClient-Plugin-API } // Find all plugins that conform to the CTK plugin API PREFIX dcterms: PREFIX swo-x: SELECT ?me WHERE { ?me dcterms:conforms_to swo-x:CTKPlugin-API } // Find all plugins that conform to the MAP Client plugin API and have a desktop GUI PREFIX dcterms: PREFIX swo: PREFIX swo-x: SELECT ?me WHERE { ?me dcterms:conforms_to swo-x:MAPClient-Plugin-API . ?me swo:SWO_0004001 }