Hi

I had a code that did it but somehow it stopped working
It was querying http://rdf.myexperiment.org/sparql. and fetching the 
results.

However the query I was using:

PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX mebase: 
<http://rdf.myexperiment.org/ontologies/base/> PREFIX snarm: 
<http://rdf.myexperiment.org/ontologies/snarm/> PREFIX sioc: 
<http://rdfs.org/sioc/ns#> PREFIX mevd: 
<http://rdf.myexperiment.org/ontologies/viewings_downloads/> select 
distinct ?url ?title ?description ?author ?viewed ?downloaded FROM 
<http://rdf.myexperiment.org> where {   ?workflow dcterms:type ?thetype 
.   ?workflow dcterms:title ?title .   ?workflow dcterms:description 
?description .   ?workflow mebase:has-policy ?policy .  ?workflow 
mebase:content-url ?url .   ?workflow sioc:has_owner ?author . 
?workflow mevd:viewed ?viewed .   ?workflow mevd:downloaded ?downloaded 
.   ?policy snarm:has-access 
<http://rdf.myexperiment.org/ontologies/specific/PublicDownload> . 
FILTER (REGEX(?thetype,'application/vnd.taverna.scufl\\\+xml')) }


Stopped working. Have You changed anything recently in the SPARQL 
endpoint, guys?

Jerzy Orlowski






The query

Wei Tan wrote:
> Hi guys,
> 
> 
>     I wonder if there is a way to get all the workflow definition files 
> in myExperiment programmatically? I would like to do a statistic on all 
> the workflows so it would be convenient if I can fetch all the scufl 
> files using a program.
> 
>     Thanks a lot!
> 
> Wei
> 


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to