00:00:21 mortenf has quit 00:09:02 JosD has joined #rdfig 00:12:05 http://www.agfa.com/w3c/euler/owl-rules 00:12:06 A: http://www.agfa.com/w3c/euler/owl-rules from JosD 00:13:05 A:|some negation stuff (at the end of file) 00:13:05 Titled item A. 00:15:43 A:transcribed from [Prolog clause for owl:complementOf by dmiles|http://12-212-75-114.client.attbi.com/root/opt/sourceforge/logicmoo/openmodality/iso-prolog/complementOf.pl.txt] 00:15:43 Added comment A1. 00:16:55 shellac has quit 00:19:16 justme has quit 00:20:31 JosD_ has joined #rdfig 00:21:48 A:using N3 and some pretty useful stuff can be done in such negation# namespace 00:21:48 Added comment A2. 00:22:34 A: though our engine blows up at uncommented :rule60n6... 00:22:35 Added comment A3. 00:23:43 many thanks to dmiles 00:23:49 A:many thanks to dmiles 00:23:49 Added comment A4. 00:32:55 JosD_ has quit 00:37:11 JosD has quit 00:50:03 ah got the webserver back on 00:50:11 i found a way to make it two modules 00:50:25 yeah just knowing it's ok tio have a negation space is pretty usefull 00:50:39 the "ok" part ;P 00:51:35 the end result of having both spaces is tricky.. because you can ask the same query ion both spaces: so you can get up to 4 premutations of success 00:52:09 like Pos=true,Pos=fail,Neg=true,Neg=fail, 00:52:33 so a truth table coms up +pos +neg = inconsistent 00:52:44 so a truth table coms up +pos -neg = positively consistent 00:53:01 so a truth table coms up -pos +neg = positively untrue 00:53:27 -pos -neg = unknown 01:19:16 is there a known file type for ? http://www.agfa.com/w3c/euler/owl-rules 01:19:39 like trying to give the parser of that file a name 01:20:27 looks like every non commented lines is thre segents long 01:21:44 ok that *is* n3 01:22:26 so i am guesing to read into prolog via: T(a,b,c) 01:36:10 mdupont-away is now known as mdupont-ZZZzz 01:50:05 jhendler has joined #rdfig 01:50:52 help 01:50:53 There is no help yet. 02:23:21 earle has joined #rdfig 03:15:11 jhendler has quit 04:34:25 tav has quit 04:34:25 soccos|away has quit 04:34:25 jang has quit 04:34:25 datum has quit 04:36:13 tav has joined #rdfig 04:36:13 soccos|away has joined #rdfig 04:36:13 jang has joined #rdfig 04:36:13 datum has joined #rdfig 04:52:06 dmiles has quit 04:52:32 earle has quit 04:52:41 timbl has quit 05:37:37 dmiles has joined #rdfig 06:53:43 hugo has joined #rdfig 07:11:28 mdupont-ZZZzz is now known as mdupont 07:14:50 is bijan reading N3 from prolog? 07:15:13 * dmiles doesnt want to redo anything 07:16:00 what "reader" would read http://www.agfa.com/w3c/euler/owl-rules ? 07:16:07 N3 Reader or OWL reader? 07:16:34 subject property object 07:16:35 subject property object 07:16:36 subject property object 07:16:39 format 07:16:51 with # as comments 07:40:08 mdupont is now known as mdupont-sick 07:45:16 tav has quit 07:52:14 grove has quit 08:01:03 mdupont-sick has quit 08:25:27 grault has joined #rdfig 08:27:13 grove has joined #rdfig 09:44:01 larsbot has quit 10:13:32 larsbot has joined #rdfig 10:37:51 nmg has joined #rdfig 11:04:31 dajobe has joined #rdfig 11:57:25 dmiles has quit 12:16:47 libby has joined #rdfig 12:36:03 libby has quit 12:36:34 libby has joined #rdfig 12:59:59 aharth has joined #rdfig 13:00:08 hi 13:01:02 ehm, question again: in rdf, i can easily model "actor applies_for job", right? 13:01:56 is it possible to model "actor applies_for job with document"? is reification involved in this statement? 13:03:30 i suppose that anonymous nodes can be used to solve this, but i have absolutely no clue how this would look like in rdf 13:12:55 'actor applies_for job' is perfectly straightforward RDF. 13:13:50 in fact, put this: [[ 13:13:52 @prefix : . 13:13:52 :actor :applies_for :job. 13:13:53 ]] 13:14:00 into the form at http://www.w3.org/DesignIssues/Notation3 13:14:05 and see what you get back. 13:16:58 * DanC recommends 'Primer: Getting into RDF & Semantic Web using N3' http://www.w3.org/2000/10/swap/Primer.html and wanders off. 13:17:39 danc: thanks. this is where i already am. the difficult thing would be to add the "with document" to the statement. 13:21:32 hugo has quit 13:40:31 libby has quit 13:43:00 dmiles has joined #rdfig 13:54:28 aharth has quit 13:58:27 ericP has quit 14:00:55 eikeon has quit 14:01:59 Morbus has joined #rdfig 14:03:07 Morbus has quit 14:04:05 Morbus has joined #rdfig 14:04:18 Morbus has quit 14:04:20 bijan has joined #rdfig 14:05:34 Morbus has joined #rdfig 14:06:59 eikeon has joined #rdfig 14:18:02 Morbus has quit 14:19:12 Morbus has joined #rdfig 14:22:31 JibberJim has joined #rdfig 14:25:56 mhgrove has joined #rdfig 14:46:52 Morbus has quit 15:47:05 JibberJim has quit 16:14:58 when i get a node from an xpath query, 16:15:06 how do I get the text from the node? 16:15:13 if it's, say, an element 16:15:31 * DanC working on hipAgent 16:15:39 * DanC reads http://xmlsoft.org/python.html 16:17:49 "content : returns the content of the node, it is based on xmlNodeGetContent() and hence is recursive." 16:18:38 woohoo! working. 16:21:09 libby has joined #rdfig 16:22:50 bumr has joined #rdfig 16:24:23 http://dev.w3.org/cvsweb/2001/palmagent/hipAgent.py 16:24:24 B: http://dev.w3.org/cvsweb/2001/palmagent/hipAgent.py from DanC 16:24:52 B:|hipAgent.py -- toward RDF support for danger/t-mobile sidekick/hiptop devices 16:24:53 Titled item B. 16:25:21 B:v 1.5 2003/03/03 16:23:44 got one test for aboutDay working. 16:25:21 Added comment B1. 16:27:30 A:owl:incompatibleWith can't be in the owl: namespace. seems to belong in this namespace: @prefix : . 16:27:30 Added comment A5. 16:28:48 A:I kinda like they way N3 allows you to *not* make up names... 16:28:48 Added comment A6. 16:29:01 A:e.g. instead of { :rule1i1. ?p owl:inverseOf ?q. ?s ?p ?o } log:implies { ?o ?q ?s }. 16:29:01 Added comment A7. 16:29:49 A:consider: { :rule1i1. ?S [ owl:inverseOf ?O] ?O } log:implies { ?O ?P ?S }. # I like ALL_CAPS_VARS too 16:29:49 Added comment A8. 16:30:08 A8:consider: { :rule1i1. ?S [ owl:inverseOf ?P] ?O } log:implies { ?O ?P ?S }. # I like ALL_CAPS_VARS too 16:30:09 Replaced comment A8. 16:46:15 dajobe has quit 16:47:14 mortenf has joined #rdfig 16:47:21 larsbot has quit 16:58:09 bumr has left #rdfig 17:15:23 larsbot has joined #rdfig 17:22:18 leobard has joined #rdfig 17:25:34 mortenf has quit 17:32:08 mhgrove has quit 17:34:19 nmg has quit 17:38:10 mhgrove has joined #rdfig 17:41:13 libby has quit 18:15:50 Morbus has joined #rdfig 18:16:51 shellac has joined #rdfig 18:18:30 AaronSw-SF has joined #rdfig 18:20:14 libby has joined #rdfig 18:24:16 bumr has joined #rdfig 18:24:52 grove_ has joined #rdfig 18:29:57 justme has joined #rdfig 18:30:23 alexb has joined #rdfig 18:31:05 hey alex! 18:31:10 hello 18:31:43 how you doing? 18:33:49 bah: Sorry, this software requires python2.2 or newer. 18:34:05 * libby trying to get calendar schema thing workoing 18:35:21 bah: Python 2.2 (#1, 07/14/02, 23:25:09) 18:35:21 [GCC Apple cpp-precomp 6.14] on darwin 18:36:05 bumr has left #rdfig 18:39:38 niq has joined #rdfig 19:03:46 any cwm people about? or maybe it's just a python thing....: 19:03:49 File "../../../2000/10/swap/sax2rdf.py", line 47, in ? 19:03:49 import xml.sax # PyXML stuff 19:03:50 ImportError: No module named xml.sax 19:04:19 what version of python? 19:04:34 2.2 19:04:47 I'm totally new to it really 19:05:58 sys.path maybe wrong? 19:07:33 I think it's because my symlinks are funn y 19:12:47 ...or maybe not 19:13:04 sounds like you need to download PyXML 19:13:18 I think on some systems the xml support comes in python-dev package. 19:17:52 GabeW has joined #rdfig 19:18:20 thanks 19:18:42 I apt-got install python2.2-xmlbase 19:18:45 and it worked 19:19:02 ! :) 19:19:24 Thanks for the feedback... that will help for next time it comes up... or until I get OSX ;) 19:20:01 btw, does anyone have cwm workign on mac os x? 19:20:05 Junajo234 has joined #rdfig 19:21:17 python ../../../2000/10/swap/cwm.py --rdf test/mtg.rdf test/cal01.rdf 19:21:17 test/gkexample.rdf --filter=../../../2000/10/swap/util/sniffSchema.n3 19:21:17 --n3 >ical.n3 19:21:17 Traceback (most recent call last): 19:21:17 File "../../../2000/10/swap/cwm.py", line 35, in ? 19:21:18 from why import FormulaReason 19:21:20 File "../../../2000/10/swap/why.py", line 25, in ? 19:21:22 from thing import Namespace 19:21:24 File "../../../2000/10/swap/thing.py", line 130, in ? 19:21:26 raise RuntimeError("Sorry, this software requires python2.2 or newer.") 19:21:28 RuntimeError: S 19:21:30 orry, this software requires python2.2 or newer. 19:21:32 make: *** [ical.n3] Error 1 19:21:34 buuuut: 19:21:40 I do have 2.2! 19:21:43 Python 2.2 (#1, 07/14/02, 23:25:09) 19:21:43 [GCC Apple cpp-precomp 6.14] on darwin 19:21:43 Type "help", "copyright", "credits" or "license" for more information. 19:21:44 >>> import string, sys 19:21:46 >>> version = string.split(string.split(sys.version)[0], ".") 19:21:48 >>> map(int, version) < [2, 2, 0] 19:21:50 1 19:21:52 >>> map(int, version) 19:21:54 [2, 2] 19:21:56 bah 19:22:03 niq has quit 19:22:10 niq has joined #rdfig 19:28:46 ugh 19:28:57 it should use sys.version_info[:3] 19:29:29 and the string module is deprecated (use the split method of strings) 19:29:49 * libby afraid she dont know nuffink about all this.... 19:29:57 libby: gonna fire of an email to www-archive+n3bugs? 19:30:11 if that's the best thing to do, sure.... 19:31:08 cheers sbp 19:31:12 AaronSw-SF has quit 19:31:15 CCing TimBL/DanC I think, else they don't pick it up 19:31:18 and you're welcome 19:31:22 k 19:31:27 how you doing? 19:31:39 not too bad, thanks. rushed off my feet as usual 19:32:00 and you? 19:32:16 ok ta 19:33:46 bah, I dont even know how to add modules on mac os x for python 19:34:31 put them in site-packages 19:34:40 yeah? 19:34:45 thanks deltab 19:34:54 i'll give it a go in a bit 19:39:13 raelity has joined #rdfig 19:39:24 raelity! 19:39:57 morbus! 20:01:18 arnarl has quit 20:09:47 libby is now known as danbri 20:09:49 niq has quit 20:09:56 danbri is now known as danb_usa 20:10:32 danb_usa: welcome :) 20:12:26 danb_usa is now known as libby 20:14:12 Junajo234 has quit 20:15:23 golbeck has quit 20:19:25 niq has joined #rdfig 20:25:23 justme has left #rdfig 20:27:08 http://rdfweb.org/people/damian/FoafFinger-20030303.jar 20:27:08 C: http://rdfweb.org/people/damian/FoafFinger-20030303.jar from shellac 20:27:36 C|FOAF Finger 20:27:41 C:|FOAF Finger 20:27:42 Titled item C. 20:27:46 (doh) 20:28:00 :) 20:28:07 tell us more! 20:28:16 C:RDF and Rendezvous - together at last 20:28:16 Added comment C1. 20:28:32 C:_very_ preliminary release 20:28:32 Added comment C2. 20:28:54 sample session: 20:28:58 sh-2.05a$ java -jar FoafFinger-20030303.jar "libby miller" libby@bris.ac.uk http://bla.com 20:28:58 Binding to: dhcp64-134-139-69.wslc.den.wayport.net/64.134.139.69 20:28:59 httpServer running on port 7645 20:28:59 You are: 20:28:59 Name: libby miller 20:28:59 Hash Mbox: b76f20be041a3dd02fcd40f7db85caf7e9884d54 20:29:02 Mbox: libby@bris.ac.uk 20:29:03 Homepage: http://bla.com 20:29:05 > find 20:29:07 [1] Dan Brickley http://www.w3.org/people/danbri/ null 20:29:09 [2] libby miller http://bla.com null 20:29:12 > show 1 20:29:13 Name: libby miller 20:29:15 Hash Mbox: b76f20be041a3dd02fcd40f7db85caf7e9884d54 20:29:17 Mbox: libby@bris.ac.uk 20:29:19 Homepage: http://bla.com 20:29:22 > dump 20:29:23 20:29:25 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 20:29:31 > 20:29:32 20:29:33 libby miller 20:29:35 b76f20be041a3dd02fcd40f7db85caf7e9884d54 20:29:39 20:29:41 20:29:41 20:29:44 20:30:09 C:Usage: java -jar FoafFinger-20030303.jar [ [ []]] 20:30:09 Added comment C3. 20:30:43 C:Then try 'find' to find other people on the subnet 20:30:44 Added comment C4. 20:30:48 C:[sample session|http://ilrt.org/discovery/chatlogs/rdfig/2003-03-03.txt] at 20.28 20:30:49 Added comment C5. 20:31:12 C:'show ' - show more info about that person 20:31:13 Added comment C6. 20:31:38 C:'I know Added comment C7. 20:32:11 C:'dump' dump out info about you in rdf 20:32:12 Added comment C8. 20:33:09 future features? 20:33:19 can we see teh source too? 20:33:21 C:A tiny tool which (I hope) is useful 20:33:22 Added comment C9. 20:33:33 not until I tidy it up 20:33:38 maybe tomorrow 20:37:00 raelity has left #rdfig 21:02:49 alexb has quit 21:04:11 AaronSFO has joined #rdfig 21:17:44 http://esw.w3.org/t/view/ESW/RdfCalendarSchema 21:17:45 D: http://esw.w3.org/t/view/ESW/RdfCalendarSchema from libby 21:18:23 D:|Notes on generating the RDF calendar schema using CWM 21:18:23 Titled item D. 21:19:00 D:[as per last meeting's action|http://rdfig.xmlhack.com/2003/02/26/2003-02-26.html#1046281084.080137] 21:19:01 Added comment D1. 21:34:16 AaronSFO has quit 21:47:15 timbl-gone has joined #rdfig 21:55:31 mortenf has joined #rdfig 21:55:47 libby has quit 21:56:17 tansaku has joined #rdfig 22:13:12 mhgrove has quit 22:40:40 Morbus has quit 23:05:04 niq has quit 23:05:40 DanC_jam has joined #rdfig 23:05:50 * DanC_jam waves from BOS 23:05:52 .google is this thing on? 23:05:54 is this thing on?: http://www.thing.net/ 23:06:36 hi, how's the weather there? 23:07:12 kinda cold... I haven't been outside for more than a minute or so. 23:07:51 that does sound cold... 23:20:20 mortenf has quit 23:23:45 tansaku has quit 23:28:35 libby has joined #rdfig 23:29:13 hi libby; zat you or just your machine? 23:29:23 do you know if danbri is sms-capable in the u.s.? 23:29:35 its libby :) 23:29:47 I think so - he just got a new number. hang on a sec 23:33:07 nifty, btw... http://esw.w3.org/t/view/ESW/RdfCalendarSchema 23:33:22 :) 23:33:49 mind you, I havn;t checked that it came up with the right thing....it came up with somethign tho 23:36:25 hmm... broken link to http://esw.w3.org/2001/sw/Europe/ 23:36:47 golbeck has joined #rdfig 23:36:54 shellac has quit 23:37:21 hm, have to bug danbri about that one 23:43:02 niq has joined #rdfig 23:48:10 libby has quit 23:49:53 JosD_ has joined #rdfig 23:52:58 A: DanC, I've found owl:incompatibleWith in [Web Ontology Language (OWL) Reference Version 1.0|http://www.w3.org/TR/owl-ref/#incompatibleWith-def] 23:52:58 Added comment A9. 23:56:27 A: point taken for ALL_CAPS_VARS 23:56:27 Added comment A10.