My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 12, 2008 by alistair...@yahoo.co.uk
Labels: Dataset-bdgp
Bdgp  
information on the sub-project for the Berkeley Drosophila Genome Project (BDGP) dataset (www.fruitfly.org)

Latest

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


FlyWeb Milestone 2 (FM2)

Example Queries

Find images for gene FBgn0036925:

PREFIX bdgp: <http://purl.org/net/bdgp/schema/> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT DISTINCT ?imagepath ?stage ?developmentStage ?expression 
WHERE {
?gp skos:altLabel 'FBgn0036925'; rdf:type bdgp:GeneProduct .
?association bdgp:geneProduct ?gp ; 
  bdgp:associate ?evidence ; 
  bdgp:term ?term .
?evidence bdgp:evidence ?img .
?img rdf:type bdgp:Image ; 
  bdgp:imagePath ?imagepath ;
  bdgp:imageToTerm ?stage .
?stage bdgp:name ?developmentStage .
?term bdgp:name ?expression .
}
ORDER BY ?stage

Release Notes


FlyWeb Milestone 1 (FM1)

Release Notes


Sign in to add a comment
Hosted by Google Code