- From: <jos.deroo@agfa.com>
- Date: Wed, 1 Mar 2006 10:08:29 +0100
- To: timbl@w3.org
- Cc: www-archive@w3.org
so much thanks for this morning's breakfast discussion
the euler.js [1] test I meant with 100000's of triples was with
nciOncology.owl which was tranformed into json and we ran the query
var goals = [
{head:{}, body:[{head:"rdfs:subClassOf", body:[{head:":FGFR3_Gene",
body:[]}, {head:":Fibroblast_Growth_Factor_Receptor_Family_Gene",
body:[]}]}]}
]
and got
//$Id: euler.js,v 1.24 2006/02/25 21:29:58 josd Exp $
var nsp = {
"owl:":"http://www.w3.org/2002/07/owl#",
":":"http://www.mindswap.org/2003/nciOncology.owl#",
"log:":"http://www.w3.org/2000/10/swap/log#",
"rdf:":"http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs:":"http://www.w3.org/2000/01/rdf-schema#",
"q:":"http://www.w3.org/2004/ql#",
"e:":"http://eulersharp.sourceforge.net/2003/03swap/log-rules#"}
var cases = {
"rdfs:subClassOf":[
{
"body":[],
"head":{
"body":[
{
"body":[],
"head":":FGFR3_Gene"},
{
"body":[],
"head":":Fibroblast_Growth_Factor_Receptor_Family_Gene"}],
"head":"rdfs:subClassOf"},
"ground":"rdfs:subClassOf[15502]"}]}
//ENDS [3 steps/12057 msec]
--
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/
[1] http://eulersharp.sourceforge.net/2006/02swap/
Received on Wednesday, 1 March 2006 09:08:53 UTC