15:43:22 RRSAgent has joined #fld 15:43:22 logging to http://www.w3.org/2008/09/27-fld-irc 15:53:33 FLD open items 15:55:07 add aggregates 15:59:41 Blaz has joined #fld 15:59:44 josb has joined #fld 15:59:49 DaveReynolds has joined #fld 16:00:07 mdean has joined #fld 16:00:40 Harold has joined #fld 16:00:56 1) modules 16:00:59 2) aggregates 16:01:54 3) external (contingent on what we need in BLD) 16:02:12 AxelPolleres has joined #fld 16:06:59 Why does PRD use NmNot for Naf? 16:07:21 I think it should be fine if they use Naf. 16:08:36 If we talk about Naf in the body, what about Naf in the haed, Disjunction in the head? 16:09:25 "Equivalence of well-founded and stable semantics" (Francoise Gire): 16:09:27 http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.3980 16:14:30 Patricia Hill, John Lloyd: Gödel Programming Language (http://www.cs.bris.ac.uk/~bowers/goedel.html). 16:15:50 Posible dialect (for testing FLD, as well as being potentially useful): 16:16:14 locally stratified neg + removing "unique context" requirement on contstants 16:29:39 DaveReynolds_ has joined #fld 16:38:14 Proposal: have three dialects: BLD w/o negative guards, BLD w/o equality in the head, and BLD 17:00:15 Exists ?X (http://example.com/qqq"^^rif:iri(?X) ) would be entailed, yes? 17:00:43 ... in the example of sec 3.9. 17:04:55 So, the answer to the query Exists ?X (http://example.com/qqq"^^rif:iri(?X) ) would be true, but there is no concrete instance for ?X which can be output as answer. 18:17:50 DaveReynolds_ has joined #fld 18:26:35 josb has joined #fld 18:33:24 DaveReynolds_ has joined #fld 18:38:38 Blaz has joined #fld 18:41:25 sandro has joined #fld 18:41:26 AxelPolleres has joined #fld 18:41:36 RRSAgent, pointer? 18:41:36 See http://www.w3.org/2008/09/27-fld-irc#T18-41-36 18:41:45 trackbot has joined #fld 18:41:45 Sorry... I don't know anything about this channel 18:41:45 If you want to associate this channel with an existing Tracker, please say 'trackbot, associate this channel with #channel' (where #channel is the name of default channel for the group) 18:42:04 trackbot, associate this channel with #rif 18:42:04 Associating this channel with #rif... 18:42:15 issue-79? 18:42:15 ISSUE-79 does not exists 18:42:20 issue-78? 18:42:20 ISSUE-78 -- Which to make external: ATOMIC, ATOM, or ATOM|FRAME -- OPEN 18:42:20 http://www.w3.org/2005/rules/wg/track/issues/78 18:43:02 action: michael to update entailment definition to be for documents and revert rif:local semantics 18:43:02 Sorry, amibiguous username (more than one match) - michael 18:43:02 Try using a different identifier, such as family name or username (eg. mkifer, msintek, merdmann) 18:43:11 http://lists.w3.org/Archives/Public/public-rif-wg/2008Aug/0074.html 18:43:13 action: mkifer to update entailment definition to be for documents and revert rif:local semantics 18:43:14 Created ACTION-602 - Update entailment definition to be for documents and revert rif:local semantics [on Michael Kifer - due 2008-10-04]. 18:43:29 http://lists.w3.org/Archives/Public/public-rif-wg/2008Sep/0000.html 18:43:34 jos: entailment will be for both documents and conditions. 18:43:47 http://lists.w3.org/Archives/Public/public-rif-wg/2008Sep/0142.html 18:44:32 http://lists.w3.org/Archives/Public/public-rif-wg/2008Sep/0187.html 18:44:46 http://lists.w3.org/Archives/Public/public-rif-wg/2008Sep/0194.html 18:45:48 issue: negative guards in DTB - is this another dialect? 18:45:48 Created ISSUE-79 - Negative guards in DTB - is this another dialect? ; please complete additional details at http://www.w3.org/2005/rules/wg/track/issues/79/edit . 18:48:10 MichaelKifer_ has joined #fld 18:52:33 topic: issue-67 18:53:17 chris: who wants only fn:compare? 18:53:28 1 18:53:32 er 2 18:53:53 chris: who wants the added stuff? 18:53:56 5 or so. 18:58:36 chris: we'll have to take this back to the main group. 18:58:50 topic: issue-61 18:59:01 All DTB issues: http://www.w3.org/2005/rules/wg/track/products/18 19:01:57 chris: this should have beenn closed as part of resolution at some past meeting. 19:04:57 Topic: operators on rif:text 19:05:19 DaveReynolds: I'd like equal, but not other compare....? 19:06:03 which functions should we have for rdf:text? 19:09:17 equal inequality might be useful. 19:10:18 Dave: Just define equality as equality of the lexical form. 19:11:00 ACTION: axel to discuss in rdf:text task force the including of certain functions and preficates, and name of extractor (eg func:lang-from-text) 19:11:00 Created ACTION-603 - Discuss in rdf:text task force the including of certain functions and preficates, and name of extractor (eg func:lang-from-text) [on Axel Polleres - due 2008-10-04]. 19:13:29 Dave: Just use string-equality on the lexical represtnation of rdf:XMLLiteral. It's just sugar for compare of string version (assuming there is one). 19:13:49 Axel: These is no cast from rdf:XMLLiteral to string. 19:13:53 Jos: Let's add one 19:13:59 +1 19:14:07 DaveReynolds: +1 19:14:58 Axel: cast string to XMLLiteral, as well? 19:15:02 Sandro: I'd think so. 19:15:47 XMLLiteral to and from string conversions (casts) plus equals/not-equals 19:16:48 ACTION: Axel add text for casting to string and equal/not-equal, an (for discussion) from-string (which requires implementing XML canonicalization. 19:16:48 Created ACTION-604 - Add text for casting to string and equal/not-equal, an (for discussion) from-string (which requires implementing XML canonicalization. [on Axel Polleres - due 2008-10-04]. 19:17:19 Dave: Fiddling with XML at the string level isn't very useful --- we'd like nice XML support some day. 19:20:19 13) Editor's Note: No less-than-or-equal or greater-than-or-equal predicates are defined in this draft for durations, since there are no separate op:dayTimeDuration-equal nor op:yearMonthDuration-equalpredicates in [XPath-Functions], but only a common predicate op:duration-equal. Future versions of this working draft may resolve this by introducing new equality predicates pred:dayTimeDuration-equal and pred:yearMonthDuration-equal with restricted inten 19:20:19 PROPOSED: introduce a single predicate duration-equal that only evaluates to true if the arguments are both of the same duration subtype and equal. 19:25:41 Chris: How did we end up with BLD forcing only one arity per function/predicate? 19:26:29 Jos: There are two different ways to handle the semantics of this, and each had problems, and we wanted to be able to extend to FOL. 19:26:36 Chris: right, okay. 19:29:33 Axel: we've defined strings to be rdf:text's with an empty language tag. 19:31:00 Chris: Don't do that! I don't want every xs:string to also be an rdf:text. 19:31:20 http://www.w3.org/2007/OWL/wiki/InternationalizedStringSpec#xsd:string_as_a_restriction_of_rdf:text 19:44:02 Chris: rdf:text needs two builtins, one to get the string, one to get the language tag. And later we figure out what to do with casting. 19:44:09 RRSAgent, make minutes 19:44:09 I have made the request to generate http://www.w3.org/2008/09/27-fld-minutes.html sandro 19:45:21 DaveReynolds_ has joined #fld 19:50:46 said has joined #fld 20:21:33 Blaz has joined #fld 20:42:25 Blaz has joined #fld