aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/fly/fly.sparql24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/fly/fly.sparql b/data/fly/fly.sparql
index 2c36c81..88f9fb3 100644
--- a/data/fly/fly.sparql
+++ b/data/fly/fly.sparql
@@ -7,8 +7,8 @@ PREFIX obo: <http://purl.obolibrary.org/obo/>
7SELECT ?X 7SELECT ?X
8WHERE { 8WHERE {
9 ?X rdf:type obo:FBbt_00005106 . 9 ?X rdf:type obo:FBbt_00005106 .
10 ?X obo:RO_0002131 ?Y . 10 ?X obo:RO_0002131 _:Y .
11 ?Y rdf:type obo:FBbt_00007401 11 _:Y rdf:type obo:FBbt_00007401
12} 12}
13 13
14######################### 14#########################
@@ -21,10 +21,10 @@ PREFIX FBbt: <http://purl.obolibrary.org/obo/FBbt#>
21SELECT ?X 21SELECT ?X
22WHERE { 22WHERE {
23 ?X rdf:type obo:FBbt_00005106 . 23 ?X rdf:type obo:FBbt_00005106 .
24 ?X obo:RO_0002131 ?Y . 24 ?X obo:RO_0002131 _:Y .
25 ?Y rdf:type obo:FBbt_00007401 . 25 _:Y rdf:type obo:FBbt_00007401 .
26 ?X FBbt:develops_from ?Z . 26 ?X FBbt:develops_from _:Z .
27 ?Z rdf:type obo:FBbt_00067346 27 _:Z rdf:type obo:FBbt_00067346
28} 28}
29 29
30######################### 30#########################
@@ -47,8 +47,8 @@ PREFIX obo: <http://purl.obolibrary.org/obo/>
47SELECT ?X 47SELECT ?X
48WHERE { 48WHERE {
49?X rdf:type obo:FBbt_00007173 . 49?X rdf:type obo:FBbt_00007173 .
50?X obo:RO_0002131 ?Y . 50?X obo:RO_0002131 _:Y .
51?Y rdf:type obo:FBbt_00003924 51_:Y rdf:type obo:FBbt_00003924
52} 52}
53 53
54 54
@@ -60,8 +60,8 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
60PREFIX obo: <http://purl.obolibrary.org/obo/> 60PREFIX obo: <http://purl.obolibrary.org/obo/>
61SELECT ?X 61SELECT ?X
62WHERE { 62WHERE {
63?X obo:RO_0002131 ?Y . 63?X obo:RO_0002131 _:Y .
64?Y rdf:type obo:FBbt_00005801 64_:Y rdf:type obo:FBbt_00005801
65} 65}
66 66
67######################### 67#########################
@@ -72,6 +72,6 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
72PREFIX obo: <http://purl.obolibrary.org/obo/> 72PREFIX obo: <http://purl.obolibrary.org/obo/>
73SELECT ?X 73SELECT ?X
74WHERE { 74WHERE {
75?X obo:RO_0002130 ?Y . 75?X obo:RO_0002130 _:Y .
76?Y rdf:type obo:FBbt_00007053 76_:Y rdf:type obo:FBbt_00007053
77} 77}