From c0f5bdcdb29608532656c71c219680eccd4aad09 Mon Sep 17 00:00:00 2001 From: yzhou Date: Tue, 21 Apr 2015 22:45:35 +0100 Subject: fixed some bugs in windows server --- data/fly/fly.sparql | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'data/fly') 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: SELECT ?X WHERE { ?X rdf:type obo:FBbt_00005106 . - ?X obo:RO_0002131 ?Y . - ?Y rdf:type obo:FBbt_00007401 + ?X obo:RO_0002131 _:Y . + _:Y rdf:type obo:FBbt_00007401 } ######################### @@ -21,10 +21,10 @@ PREFIX FBbt: SELECT ?X WHERE { ?X rdf:type obo:FBbt_00005106 . - ?X obo:RO_0002131 ?Y . - ?Y rdf:type obo:FBbt_00007401 . - ?X FBbt:develops_from ?Z . - ?Z rdf:type obo:FBbt_00067346 + ?X obo:RO_0002131 _:Y . + _:Y rdf:type obo:FBbt_00007401 . + ?X FBbt:develops_from _:Z . + _:Z rdf:type obo:FBbt_00067346 } ######################### @@ -47,8 +47,8 @@ PREFIX obo: SELECT ?X WHERE { ?X rdf:type obo:FBbt_00007173 . -?X obo:RO_0002131 ?Y . -?Y rdf:type obo:FBbt_00003924 +?X obo:RO_0002131 _:Y . +_:Y rdf:type obo:FBbt_00003924 } @@ -60,8 +60,8 @@ PREFIX rdf: PREFIX obo: SELECT ?X WHERE { -?X obo:RO_0002131 ?Y . -?Y rdf:type obo:FBbt_00005801 +?X obo:RO_0002131 _:Y . +_:Y rdf:type obo:FBbt_00005801 } ######################### @@ -72,6 +72,6 @@ PREFIX rdf: PREFIX obo: SELECT ?X WHERE { -?X obo:RO_0002130 ?Y . -?Y rdf:type obo:FBbt_00007053 +?X obo:RO_0002130 _:Y . +_:Y rdf:type obo:FBbt_00007053 } -- cgit v1.2.3