14:07:43 RRSAgent has joined #csvw 14:07:43 logging to http://www.w3.org/2015/05/06-csvw-irc 14:07:51 rrsagent, set log public 14:08:06 … if we had had more WG interest/expertise in this area, we might have gone deeper. Can put it on the list for 'if we get rechartered…' 14:08:25 jtandy: but we can discuss the union datatypes 14:08:36 … he says union datatypes don't address his problem 14:08:52 https://github.com/w3c/csvw/issues/223 14:08:53 #223 also 14:09:30 gkellogg: there's a complexity on the implementations that is at this point a major barrier. Adding this right now would be troubling for fledgling implementations. 14:09:45 … there are other ways to consider getting in multi-typing info 14:09:56 … the union types does address the same problem but not in his preferred manner 14:10:21 jenit: I agree. I'll go back to him on the xsd schemas aspect, to try to get to the bottom of it. But I don't think we need a lot more discussion here - we have some consensus. 14:10:32 jtandy: he could flesh it out and try to show how it would work 14:10:53 gkellogg: there are 2 aspects, … one is requirement that you implement the default xsd mechanism. The other is providing space to allow an unanticipated datatype. 14:11:17 Where the base could be say an IRI or a compact IRI or URI instead of one of our predefined tokens. That presumably could be added without too much pain. 14:11:26 jtandy: that doesn't support validation though? 14:11:40 gkellogg: it supports it to degree we support it for anything beyond time/numbers/booleans. 14:11:46 …(regex something) 14:12:16 jenit: if we want to support that, and it is quite a nice idea, having specialized datatypes which have names (URIs), … useful in both XML and RDF. If so, the way we should do that is an @id on the datatype … 14:12:22 gkellogg: but we have a field, it is the baes 14:12:24 base 14:12:27 jenit: that is different 14:12:41 … base tells you what kind of datatype, eg. Integer -> age 14:12:52 … min/max etc 14:13:16 jenit: having @id on datatype and using that within RDF (and or XML) conversion could be quite a nice thing 14:13:34 gkellogg: if the datatype had an ID, would be used in output otherwise use base 14:13:41 jtandy: and in json, we'd ignore it / use base 14:13:50 gkellogg: seems a reasonable extension point 14:13:58 jenit: shall i make a proposal? separate issue? ok... 14:14:14 (… will write that out after the call) 14:14:52 jenit: that would allow a named xsd datatype to be used, carried through, validated etc 14:15:01 [example: "datatype": {"base": "boolean", "format": "#|-", "@id": "http://example.org/mydatatype" } 14:15:06 https://github.com/w3c/csvw/issues/534 14:15:09 jenit: also: issue #534 from Gregg 14:15:28 gkellogg: seems to have been shot down 14:15:33 …. doesn't change any processing 14:15:48 … moves responsibility for specifics of metadata into metadata doc rather than datamodel 14:15:52 … but late in the game. 14:16:07 … maybe we need a status 'deferring for v2' label [in github]? 14:16:44 (ivan … would need to do this) 14:16:54 (label vs milestone) 14:17:13 ivan, please could you add a “vNext” label to Github so that we can label issues that we want to defer with it? 14:17:28 (schema.org has 'dim and distant future, possible never' milestone: https://github.com/schemaorg/schemaorg/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22The+distant%2C+hazy+future+%28or+possibly+never%29%22 ) 14:17:36 And then set #534 to vNext 14:17:43 jenit: other open issues not flagged for discussion: 14:18:10 I have created a "Deferred to Version 2" label to github 14:18:14 … waiting for I18n. Unions discussed. Changes - we know needs doing. Registration templ gone in. Data Cube 509: 14:18:20 https://github.com/w3c/csvw/issues/509 14:18:31 jtandy: done all needed doing. waited for a response, fine to close it. 14:18:34 +1 to close it 14:18:43 … could easily mark it as resolved. he's been emailed. 14:19:27 case insensitivity - close. 14:19:33 xsd - discussed 14:19:40 allowing metadata in csv files - … 14:19:47 gkellogg: we do talk about it, but don't say how 14:19:58 … just that it is a processor specific thing 14:20:59 [...] 14:21:26 gkellogg; we have made the ability to express arbitrary rdf from a csv rather general purpose 14:21:43 eg. you could have a csv that could be turned to json-ld to be a csvw metadata file 14:22:49 jtandy: net result from whatever arrangement needs to be an annotated table 14:22:56 see #534 14:23:04 gkellogg: someone could do this and be compatible 14:23:31 danbri: json-ld inside html via