|
Flyted
information on the sub-project for the www.fly-ted.org datasource
LatestThe links below will serve whatever is the most current available resource.
FlyWeb Milestone 2 (FM2)
Example QueriesFind 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