My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 12, 2008 by alistair...@yahoo.co.uk
Labels: Datasource-flyted
Flyted  
information on the sub-project for the www.fly-ted.org datasource

Latest

The links below will serve whatever is the most current available resource.


FlyWeb Milestone 2 (FM2)

Example Queries

Find images by flybase gene id FBgn0036925:

PREFIX flyted: <http://purl.org/net/flyted/schema/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?fullImageURL ?thumbnailURL ?flytedURL ?caption ?probe ?probeLabel 
WHERE { 
?probe flyted:hybridisesTranscriptOf <http://openflydata.org/id/flybase/feature/FBgn0036925> ;
  rdfs:label ?probeLabel .
?fullImageURL 
  flyted:probe ?probe ; 
  flyted:thumbnail ?thumbnailURL;
  rdfs:seeAlso ?flytedURL; 
  rdfs:label ?caption .
}

Release Notes


FlyWeb Milestone 1 (FM1)

Release Notes


Sign in to add a comment
Hosted by Google Code