00:00:12 mm: my understanding is that we would have to register all the contexts to be used with a registry maintained by the JSON-LD group 00:00:43 ... most compressed would be hand-rolled 00:00:43 ... but can't support change over time 00:01:04 seb: but also means a generic CBOR decoder would not work 00:01:49 ben: however it does operate in a constrained environment, for example it can work in barcode readers, and CBOR is small enough to be encoded in QR codes, etc. 00:01:54 q+ 00:02:56 mm: having a set of contexts in the registry has other benefits, eg. we can specify prefixes 00:03:04 gk: they also need to be immutable 00:03:13 mm: imo they should be anyway 00:03:28 q+ 00:04:12 -> https://json-ld.github.io/cbor-ld-spec/#registry CBOR-LD 00:04:13 gk: can still use context that are not in the registry, just not as compressed 00:04:50 mm: are there any limits in the number of things in the registry? 00:05:09 gk: terms are in the map, which is constructed dynamically 00:05:28 ... only contexts need to be registered, numbers are assigned to terms dynamically 00:06:31 mm: any gotchas in mapping to CBOR, e.g. internationalization strings? 00:06:48 gk: not that I'm aware of, although there are things in CBOR that don't map to JSON 00:07:04 seb: what is the process, an email? 00:07:17 ben: we plan to set up a registry with its own process to add things 00:07:30 ... will include statement of immutability, and a hash 00:07:56 mm: but we can still version, right? 00:08:04 gk: yes, using versioned urls is fine 00:08:06 q? 00:09:16 ben: there is also YAML-LD, which should also be equivalent 00:10:01 ... and actually JSON is a subset of YAML syntax... technically 00:10:47 mm: I also assume the new syntax for JSON-LD-Star with work with CBOR-LD, etc? 00:10:57 ben: yes, can use some reserved keyword slots 00:12:02 EgeKorkan has joined #wot 00:12:16 mm: for WoT, techically we define an information model with serialization as JSON-LD, so we could just add additional serializations 00:12:58 seb: comments? 00:13:23 q+ 00:13:33 ben: comments don't go into the graph by default, but are allowed in YAML, but ignored in conversion to other formats 00:13:37 ack m 00:14:43 ben: some future work for language tags, etc. but are very YAML-specific, would not be able to paste in JSON 00:15:19 ack k 00:15:49 seb: so you will recharter in 1-2 years, right? 00:16:10 gk: yes, but gated behind RDF-Star, and at least 3mo after that 00:17:11 mm: we *could* publish an appendix that just adds a serialization, rather than re-opening the TD spec. 00:17:20 RRSAgent, draft minutes 00:17:21 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html TallTed 00:17:37 subtopic: Canonicalization 00:18:04 seb: need to trust that the TD is correct, would like signed TDs... 00:18:18 gk: sounds like you would want a VC 00:18:19 q+ 00:18:30 gk: and yes, that uses RDF canonicalization 00:18:44 q+ 00:20:22 q- 00:20:22 mm: issue is that we would like to work on constrained devices 00:20:32 i|starting joint meeting|-> https://github.com/w3c/wot/blob/main/PRESENTATIONS/2024-09-tpac/2024-09-26-WoT-TPAC-JSON-LD-Sebastian.pdf Slides| 00:21:00 ben: JWT could be used... 00:21:17 mm: what we were thinking, but would specify prefixes 00:21:29 q+ to talk about limitation when creating value chains from sensors 00:21:33 ben: uses JCS... 00:21:49 present+ Denken_Chen 00:22:32 mm: we did look but realized we needed to do a bit more work e.g. for default values 00:22:44 denkeni has joined #wot 00:22:50 gk: might be able to use selective disclosure 00:23:47 q+ 00:23:49 mm: was thinking that we could sign just the template slots as a key-value map plus a link to the TM 00:24:16 ben: in VC we talk about envelop proofs and embedded proofs 00:24:41 ... data integrity would include a proof, can be read as JSON 00:24:57 ... wheras an envelope takes work to unpack 00:25:28 sebastian8 has joined #wot 00:25:31 q? 00:25:42 ack M 00:26:33 ack r 00:26:34 rigo: when you say we want to confirm signatures on constrained devices, you want to look at the use cases 00:26:54 ack r 00:26:54 rigo, you wanted to talk about limitation when creating value chains from sensors 00:27:05 q+ Rob-OGC 00:27:08 ... instead may be better to do on controller 00:27:57 EgeKorkan has joined #wot 00:28:12 q+ 00:28:45 rrsagent, draft minutes 00:28:46 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 00:29:34 mm: it's also possible we can avoid the issues that cause RDF processing to blow up 00:30:17 certainly wanted to insist that at the borderline to the further value chains, there should be a a gate for semantification so all metadata is disambiguated and can be used down the pipe 00:30:22 q+ 00:30:24 ... although... we would also have to constrain all extensions also 00:30:44 ra: in the context of registering context 00:30:45 ack Ro 00:31:04 ... we are exploring building a number of contexts 00:31:08 ... which are combined 00:31:27 rrsagent, draft minutes 00:31:28 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 00:31:34 ... is it possible to have a "federation" or registries? 00:31:34 q+ 00:32:01 mm: are you thinking about a hierarchy of registries? 00:32:23 ra: maybe, but also need a way to do testing, etc. 00:32:47 ack ka 00:33:21 kaz: probably wot needs to thinks about use cases and requirements for this 00:33:21 ack k 00:33:27 ack pc 00:33:34 q+ 00:34:04 kk: want to think about constraints, ad-hoc might be ok, but it would be good to see how well the current algorithm works on current input even with no changes 00:34:18 ... suspect it would work ok on TD and follow the fast path 00:34:51 ... as long as you are not using funny extensions 00:35:02 ack m 00:35:07 ack b 00:35:24 ben: a lot of that second level is to prevent things like graph poisoning 00:36:37 mm: generally the cases that cause problems are very hard to express in JSON 00:37:08 ... in summary, probably a non-problem 00:37:20 subtopic: Special Topics 00:37:33 seb: a few things we have run into 00:38:01 ... ege and mahda are really the main contexts, not available right now 00:38:37 ... my understanding is there is a strange behavior with behaviour with @type and type 00:38:46 ... type comes from JSON schema 00:39:10 ... when we convert to triples, type and @type get merged 00:39:23 gk: @type serializes to rdf:type 00:39:30 i|a few things|-> https://github.com/w3c/wot-thing-description/issues/2041 wot-thing-description Issue 2041 - Property affoardances compact non-json-schema semantic types (@type) to json-schema type using the TD 1.1 @context| 00:39:34 rrsagent, draft minutes 00:39:35 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 00:39:52 gk: think what you are seeing is that type is being treated as an alias for rdf:type 00:40:06 ... inheriting a term definition for type 00:40:37 mm: is there a way to force it not to be confused? 00:40:50 gk: maybe 00:41:01 https://www.w3.org/2022/wot/td/v1.1 00:41:18 rrsagent, draft minutes 00:41:20 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 00:41:27 mm: if the JSON Schema ontology is defining type in terms of @type 00:43:07 ben: sounds like it was a relatively recent change that caused the bug 00:43:19 https://github.com/w3c/wot-thing-description/issues/2041#issuecomment-2301638374 00:43:22 seb: comment from mahda seems to imply it is a recent issue 00:44:34 EgeKorkan has joined #wot 00:45:06 ben: it may work but may not round-trip like you expect, but it's not wrong per se 00:46:36 seb: maybe we can look at what DID and VC are doing? 00:46:46 ben: maybe, but is not exactly the same 00:47:13 q? 00:47:13 seb: next step is to clarify with mahda what is going on, then ping you 00:47:16 ben: sure 00:47:18 gk: sure 00:47:38 seb: next, JSON Schema for validating TD instances 00:47:55 ... but, currently no normative reference we can use 00:48:27 seb: is like a "living" standard, living standard, have their own SDO 00:48:37 ... trying to figure out how we can reference it 00:48:50 gk: there are other cases of "community standards" that can be referenced 00:48:52 q+ 00:49:06 ... it's not a W3C standard, but can be considered a community standard, may be other cases 00:49:40 rrsagent, draft minutes 00:49:41 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 00:50:21 mm: I will say that the approach we have taken is redefining what we need and avoid a direct dependence 00:50:30 ben: that is not an unreasonable approach 00:50:48 ... note that there is another thing called JSON Types 00:51:03 can that redfinition be a common profile we can re-use - or do we have re-re-specify each time? 00:51:06 ... there is a danger with governments etc. not accepting community specs 00:51:29 seb: means we should keep it as an informative references 00:51:44 ben: yes, I would recommend that, and also talk about how to stay aligned 00:51:58 ... OpenAPI has a similar issue 00:52:22 OpenAPI3.1 matches lastest json-schema version - 3.0 had a local verson 00:52:39 mm: and honestly we'd like to stay aligned with OpenAPI, but there is not a common spec we can refer to 00:52:45 q+ 00:53:34 ben: issue is a lot of them are volunteers with no funding, and could not afford the W3C processes 00:54:06 ... could also reference OpenAPI's dialect 00:55:19 mm: the real question is "do we need to do all this work" and the answer seems to be "yes" 00:55:26 q+ 00:55:47 ben: I think you are fine with what you are currently doing 00:57:08 yes 00:58:18 ben: have seen hash of context file published in TR, then is frozen and does not have to be dereferenced 00:58:22 mm: nice 00:58:32 q? 00:58:33 -> https://www.w3.org/TR/vc-json-schema/ Verifiable Credentials JSON Schema Specification 00:58:36 ack b 00:58:36 ack bigbluehat 00:58:53 ack Rob 00:59:18 ra: ogc has also invested in OpenAPI3.1 is aligned with a formal release of JSON Schema 00:59:35 s/ogc/OGC/ 00:59:51 ... tomorrow will talk about how we down-compile for compatibility 01:00:28 kaz: need to do some more survey on these resources, at that time we will need your help again 01:00:53 gkellogg has joined #wot 01:00:53 rigo has left #wot 01:00:57 gkellogg has joined #wot 01:01:34 +1 01:01:43 hirata has left #wot 01:01:49 adjourn 01:06:22 RRSAgent, draft minutes 01:06:23 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html TallTed 01:10:52 EgeKorkan has joined #wot 01:16:17 gkellogg has joined #wot 01:21:36 gkellogg_ has joined #wot 01:28:25 EgeKorkan has joined #wot 01:37:16 gkellogg has joined #wot 01:46:06 EgeKorkan has joined #wot 01:53:42 gkellogg has joined #wot 01:54:27 EgeKorkan has joined #wot 02:11:26 EgeKorkan has joined #wot 02:11:43 gkellogg has joined #wot 02:29:31 EgeKorkan has joined #wot 02:33:02 gkellogg has joined #wot 02:45:36 EgeKorkan has joined #wot 03:01:32 EgeKorkan has joined #wot 03:07:15 JKRhb has joined #wot 03:18:52 EgeKorkan has joined #wot 03:35:26 EgeKorkan has joined #wot 03:50:07 gkellogg has joined #wot 03:54:23 EgeKorkan has joined #wot 04:01:24 EgeKorkan has joined #wot 04:01:57 gkellogg has joined #wot 04:19:42 EgeKorkan has joined #wot 04:20:11 gkellogg has joined #wot 04:38:04 gkellogg has joined #wot 04:40:01 EgeKorkan has joined #wot 04:57:20 gkellogg has joined #wot 04:57:53 EgeKorkan has joined #wot 05:00:25 gkellogg_ has joined #wot 05:02:57 gkellogg has joined #wot 05:19:21 EgeKorkan has joined #wot 05:19:44 gkellogg has joined #wot 05:36:37 gkellogg has joined #wot 05:38:36 EgeKorkan has joined #wot 05:53:33 gkellogg has joined #wot 06:00:23 gkellogg_ has joined #wot 06:00:52 JKRhb has joined #wot 06:03:58 gkellogg has joined #wot 06:20:20 gkellogg has joined #wot 06:27:11 EgeKorkan has joined #wot 06:48:57 EgeKorkan has joined #wot 06:49:31 EgeKorka_ has joined #wot 07:02:25 EgeKorkan has joined #wot 07:31:55 EgeKorkan has joined #wot 07:35:54 gkellogg has joined #wot 07:39:04 EgeKorkan has joined #wot 07:39:39 EgeKorka_ has joined #wot 07:44:50 EgeKorkan has joined #wot 07:45:26 EgeKorka_ has joined #wot 07:53:03 gkellogg has joined #wot 08:04:58 gkellogg has joined #wot 08:12:02 JKRhb has joined #wot 08:13:10 JKRhb has joined #wot 08:13:34 JKRhb has joined #wot 08:21:59 gkellogg has joined #wot 08:36:28 kaz has joined #wot 08:39:54 gkellogg has joined #wot 09:56:11 gkellogg has joined #wot 10:12:05 gkellogg has joined #wot 10:15:15 JKRhb has joined #wot 10:24:12 JKRhb has joined #wot 10:30:41 gkellogg has joined #wot 10:33:20 JKRhb has joined #wot 10:47:45 gkellogg has joined #wot 11:06:24 gkellogg has joined #wot 11:22:38 gkellogg has joined #wot 11:40:21 gkellogg has joined #wot 11:56:39 gkellogg has joined #wot 11:57:30 zkis has joined #wot 12:13:16 gkellogg has joined #wot 12:29:29 gkellogg has joined #wot 12:52:23 JKRhb has joined #wot 13:36:07 gkellogg has joined #wot 13:56:16 JKRhb_ has joined #wot 14:26:05 JKRhb has joined #wot 14:34:26 Zakim has left #wot 14:35:41 RRSAgent, draft minutes 14:35:42 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html TallTed 14:35:48 RRSAgent, bye 14:35:48 I see 1 open action item saved in https://www.w3.org/2024/09/26-wot-actions.rdf : 14:35:48 ACTION: Kaz to talk with PLH about the proposed change of the Architecture [1] 14:35:48 recorded in https://www.w3.org/2024/09/26-wot-irc#T22-20-20 16:01:24 RRSAgent has joined #wot 16:01:24 logging to https://www.w3.org/2024/09/27-wot-irc 16:01:40 regrets+ 16:04:39 Bert has joined #wot 16:04:45 sebastian has joined #wot 16:05:24 mjk has joined #wot 16:05:44 present+ 16:05:59 McCool has joined #wot 16:06:01 rwarren2 has joined #wot 16:06:07 hirata has joined #wot 16:06:53 asully has joined #wot 16:06:56 kaz has joined #wot 16:07:25 dezell has joined #wot 16:07:35 present+ David_Ezell 16:07:52 present+ Kunihiko_Toumura 16:07:56 present+ 16:08:07 rrsagent, make log public 16:08:11 rrsagent, draft minutes 16:08:12 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 16:08:22 16:08:35 meeting: WoT-WG/IG - TPAC 2024 - Joint meeting with SDW 16:08:38 satakagi has joined #wot 16:08:40 present+ Kaz_Ashimura 16:09:07 McCool: I will start about WoT then we will go to Spatial Data on the Web 16:09:15 rrsagent, draft minutes 16:09:17 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 16:09:23 topic: Presentation WoT 16:09:24 JKRhb has joined #wot 16:09:43 16:10:03 i|McCool shows|topic: Joint discussion with SDW| 16:10:17 present+ Tetsuhiko Hirata 16:10:28 i|McCool shows|subtopic: WoT| 16:10:28 -> https://github.com/w3c/wot/blob/main/PRESENTATIONS/2024-09-tpac/2024-09-27-WoT-TPAC-SDW-McCool.pdf 16:10:49 s/pdf/pdf McCool's slides/ 16:11:14 McCool: Thing Description build a bridge about What you can do and How 16:11:22 rrsagent, draft minutes 16:11:23 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 16:12:02 i|McCool shows|scribenick: sebastian| 16:12:04 ... we have a lot smart building systems using WoT 16:12:28 ... there is a relation to spatial data 16:12:51 ... e.g., for spatial data discovery use cases 16:13:58 ... there are many WoT discovery mechanism such as DND-based, using DID documents, or simple well-known URIs 16:14:02 present+ Michael_McCool, Lei_Zhao, Michael_Koster, Rob_Atkinson, Satoru_Takagi, Seastian_Kaebisch, Tomoaki_Mizushima 16:15:11 Ringo: How about RFID? There are use cases for the Digital Product Passport 16:15:33 SK: it is covered by direct discovery mechanism 16:16:12 SK: lets postpone this discussion to our later session 16:17:07 topic: Spatial Data Issues in TDs 16:17:26 McCool: location data may be static or dynamic 16:17:44 ... use links to identify source of data 16:17:51 present +Robert_Warren 16:17:56 Lei_Zhao has joined #wot 16:18:22 McCool: or, location data can have various representation and options 16:19:04 ... can be coordinate-based, semantic or optional data 16:19:08 q+ 16:20:26 q+ 16:20:35 Rob: we have timestamps to the positions 16:21:17 McCool: yes, time of last update is important 16:21:25 present + satoru takagi 16:21:39 q+ 16:21:50 ack Ro 16:22:12 McCool: we should not make it complicated in the TD 16:22:47 Kaz: we need semantic annotation and mapping for advance coding 16:22:55 ack Ka 16:23:22 rigo has joined #wot 16:23:27 McCool: we need to identify common use cases 16:23:45 ack se 16:24:08 s/coding/coding. Also probably need for managing the history of the movement (of the devices and the users)/ 16:24:33 ... we have some example TDs using geolaction 16:24:44 16:24:52 s/advance coding/advanced coding like GeoPose/ 16:25:06 rrsagent, drat minutes 16:25:06 I'm logging. I don't understand 'drat minutes', kaz. Try /msg RRSAgent help 16:25:10 s/rrsagent, drat minutes// 16:25:15 rrsagent, draft minutes 16:25:16 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 16:25:48 ... example uses schema.org 16:26:31 present+ Bert_Bos, Rigo_Wenning, Austin_Sullivan 16:26:32 ... another example uses links that provide specific location information 16:26:34 rrsagent, draft minutes 16:26:35 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 16:26:57 16:27:25 present- Denken_Chen, Bert, Rob-OGC, "satoru takagi" 16:27:28 rrsagent, draft minutes 16:27:29 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 16:27:36 q? 16:27:59 q+ 16:28:09 q+ 16:28:30 ack seb 16:28:32 can we see the json-ld mapping to ontology for location objects? 16:29:00 i.e. how far from GeoSPARQL are we and how do we bridge the gap? 16:29:16 SK: there are also indoor location systems 16:29:18 q+ 16:30:01 present+ rigo 16:30:49 OK - lets see if we can get needs or testing into next GeoSPARQL update... or define an intermediate 16:30:52 ack rw 16:32:21 rwarren: a device comes with a barcode with own serial number 16:33:19 rigo: Phil Archer has a good solution for this 16:34:25 ... by creating digital link to transform QR codes as an example of how to transform very constraint numbers into a URI that can then be consumed by the system. The Specification should just mention that possibility 16:34:34 McCool: here are some next steps 16:35:02 ... identify geospatial information 16:36:11 ... find TDs using Geospatial search 16:37:29 JKRhb has joined #wot 16:37:44 kaz: we need to identify use cases, e.g, such as inside and outside geo locations 16:39:32 rwarren: we should also consider BIM, used in buildings a lot 16:40:07 kaz: we should talk with the LBD CG guys about that point 16:40:15 i/we should/scribenick: kaz/ 16:40:21 scribenick: sebastian 16:41:42 McCool: we should be exchange with ETSI ISG CIM 16:42:24 -> https://github.com/w3c/wot/blob/main/PRESENTATIONS/2024-09-tpac/2024-09-27-WoT-TPAC-SDW-McCool.pdf McCool's slides 16:42:24 ... we have a simple liaison. There are bi-weekly meetings. 16:43:05 topic: SDW updates 16:43:09 scribenick: kaz 16:43:14 @@@ slides tbd 16:43:44 rob: SDW re-charter, GeoDCAT, Integration of OGC and app domains 16:44:18 ... would like to see methodology to handle the geolocation data appropriately 16:44:42 ... we can support application domain models 16:44:51 subtopic: SDW WG recharter 16:45:04 rob: joint work by W3C and OGC 16:45:23 ... purpose is allow W3C and OGC to collaborate in spec development 16:46:04 ... original charter was mainly for SSN aligned with OGC/ISO Observations and Measurements 16:46:12 ... derived basic ontology, SOS 16:46:43 ... the charter has expired 16:46:49 ... then rechartering needed 16:47:09 -> 2024/sdw-wg.html 16:47:40 ... work with OGC standard WG to jointly evelop, maintain and promote geopatial Web standards and geospatial profiles of more general Web standards 16:47:51 ... SOSA/SSN, DCAT, GeoDCAT 16:48:12 s/SOSA/would publish SOSA/ 16:48:18 ... bunch of other things 16:48:49 ... how might WoT relate to connected systems - OpenAPI version of "Sensor Web Enalement" model 16:49:00 -> link@@@ 16:49:14 ... note on alignment? JSON-LD contexts? Testing? 16:49:34 ... might be of mutual interest 16:49:57 ... then can align better around Sensor Things API v2 16:50:27 ... also Digital Twins space 16:50:32 ... City GML and Digital Twins WG 16:50:51 q? 16:50:53 ack k 16:51:00 bert: quick update on the Charter 16:51:11 ... horizontal review required 16:51:29 ... will start it right away 16:51:38 ... then W3C Member review for 1 month 16:51:43 ... then can start the WG again 16:51:46 q? 16:51:58 ... don't see anything problematic within the draft Charter 16:52:01 q+ 16:52:07 ... but the procedure would take some time 16:52:17 mm: joint work with OGC again? 16:52:17 gkellogg has joined #wot 16:52:31 bert: yes 16:52:48 mm: wondering about WoT's joint work with OPC UA 16:52:53 q? 16:52:54 ack m 16:53:02 JKRhb has joined #wot 16:53:04 q+ 16:53:25 q+ 16:53:27 ... any other SDOs you collaborate for geo info? 16:53:36 rob: this is specifically with OGC 16:53:41 q? 16:53:56 q+ 16:54:34 ack k 16:55:28 sebastian: want to understand whether you handle building topics or not 16:55:51 rob: absolutely considering it 16:55:57 ... not currently, though 16:56:09 q+ 16:56:21 ack s 16:56:27 ack ri 16:56:48 rigo: relationship with SAREF 16:57:04 rob: good question 16:57:16 ... what we do is talking with the SAREF community 16:57:28 ... some priority work on W3C and OGC 16:58:01 ... inteoperability with SAREF and NGSI-LD to be considered 16:58:12 ... should be aligned with each othe 16:58:15 s/othe/other/ 16:58:28 ... please help us by commenting 16:58:31 q? 16:58:50 ack kaz 16:59:59 kaz: during the Smart Cities breakout, Kasuya-san mentioned they were working with some SDO about building information 17:00:03 ... so we could work with them too 17:00:27 mm: would talk about Profile 17:00:42 rob: no inter-Profile mechanism 17:00:57 ... but may need some mechanism for DCAT, etc. 17:01:14 i/would/subtopic: GeoDCAT/ 17:01:28 ... EU already publised a GeoDCAT-AP 17:01:41 ... but Europe-centric and limited in scope 17:01:47 q+ to talk about GeoDCAT-AP 17:02:33 i/would talk about/rob: DCAT doesn't define any specific profiles or profiling mechanism/ 17:03:03 i/would talk about/... GeoDCAT is a WIP of a Geospatial Pforile/ 17:03:09 s/Pforile/Profile/ 17:03:35 ... GeoDCAT will be a core and register of extension profiles of DCAT 17:03:41 q+ 17:04:37 ack r 17:04:37 rigo, you wanted to talk about GeoDCAT-AP 17:04:55 rigo: will talk with EU guys next week in Budapest 17:05:11 rob: we have contacted them already 17:05:36 ... test case for compatibility from our viewpoint 17:07:02 ... (shows a diagram "DCAT - a family of profiles") 17:07:31 ... (blue node is GeoDCAT implementation using OGC) 17:07:45 ... (green node is OGC BUilding Bloks for STAC) 17:08:01 ... (red node is OGC API Records) 17:08:51 ... (then another diagram on "W3C foundations for domain models") 17:09:42 ... with demeter, lliad and 4d@@ 17:09:58 ... (then diagram on "Systems of Systems View") 17:10:01 q+ 17:10:12 ... semantic traceability 17:10:30 ... whole bunch of challenges of architecture 17:10:47 ... [Aligning and learning] 17:11:25 ... want to get aligned with WoT TD 17:11:59 ... [Building Blocks] 17:12:11 ... better data model and API design frmework 17:12:21 s/frmwork/framework/ 17:12:36 ... [Traceability & Transparency] 17:12:52 ... copy.paste.modify 17:13:02 ... invent your own 17:13:08 ... [Scalability] 17:13:20 q? 17:13:33 ... centric approach where specs work together 17:13:41 ... systematically 17:13:54 ... [Complex Applications] 17:14:07 ... [Extended NZ example] 17:14:24 ... JSON, JSON-LD and RDF/TURTLE 17:14:29 ... [Testing] 17:14:51 ... reusing modules in other OGC projects 17:15:07 ... significant merit with the process 17:15:11 ... [Rules] 17:15:31 ... complex, reusable, and automated 17:15:38 ... define SHACL rules 17:16:07 mm: would like to come back to the NGSI-LD collaboration 17:16:22 ... and generation of SHACL rules 17:17:17 ... also semantic interoperability 17:17:28 rob: [Future Proofing] 17:17:42 ... more APIs to b applied 17:17:53 ... collaboration needed 17:18:03 ... with OGC engineers 17:18:04 sebastian has joined #wot 17:18:20 ... we're definitely thinking about that 17:18:36 mm: ok 17:18:52 sebastian3 has joined #wot 17:19:00 ... any possible collaboration with ETSI/FIWARE about NGSI-LD? 17:19:02 rob: definitely 17:19:14 ... [Quick example] 17:19:24 -> @@@link 17:19:34 ... (shoes the Web page) 17:19:43 ... External Schema (Smart Data Models) 17:19:57 ... OGC features via GeoDCAT 17:20:12 ... related to one of the FIWARE activities 17:20:27 ... (then shows the Schema) 17:20:46 ... JSON-LD context 17:21:02 s/GeoDCAT/GeoJSON/ 17:21:53 q+ to ask whether they have already contacted FIWARE to have the context directly into the FIWARE structure? 17:21:53 ... (the example code can be shown as JSON, JSON-LD and RDF/TURTLE) 17:21:58 ack mc 17:22:43 q+ 17:23:02 ... joint work is critical 17:23:23 ... compiling building blocks 17:23:37 ... the process of understanding the set of components 17:24:00 ... there is a GitHub also 17:24:39 ... we can have much more explicit dependency 17:24:52 ... important to make the technology neutral 17:26:10 kaz: clarification questions 17:26:15 ... could please provide the slides later? 17:26:25 rob: ok 17:27:10 kaz: there are GeoDCAT-AP by EU and generalized GeoDCAT by SDW WG? 17:27:12 rob: right 17:27:28 rigo: our discussion with FIWARE/ETSI on NGSI-LD 17:28:02 ... there are some mismatches but they would like to fix it 17:28:45 q? 17:28:47 ack k 17:28:49 akc r 17:28:55 s/akc r// 17:29:00 q+ 17:29:07 ack ri 17:29:07 rigo, you wanted to ask whether they have already contacted FIWARE to have the context directly into the FIWARE structure? 17:29:11 rob: please consider to give feedback 17:29:52 rigo: please consider raising the JSON schema issue with FIWARE. 17:30:15 mm: we, WoT WG, will have the NGSI-LD liaison meeting 17:30:26 s/meeting/meetings/ 17:30:41 q+ 17:30:56 McCool said that this also concerns the API and when to move from raw data to JSON schema to JSON-LD. It is ok to inject that into the discussion with FIWARE 17:30:57 ... simple action might be setting up a joint meeting including SDW 17:31:19 mm: what's the timeframe of your rechartering? 17:31:32 rob: depending the comments we'll get 17:31:43 ... but by the end of this year 17:31:59 q? 17:32:03 ack mc 17:32:18 mm: would reach out to you about the NGSI-LD meeting 17:33:23 kaz: so we'd like to invite SDW guys as well to the WoT/NGSI-LD liaison meeting. right? 17:33:26 mm: right 17:33:48 ... would consult with the NGSI-LD guys at the next liaison meeting on Oct 14 17:34:50 ... would be good place to get linked up 17:34:52 ack k 17:35:20 seb: we have a section within TD about geolocation already 17:35:21 ... so need to update it based on our collaboration at some point 17:35:31 mm: yeah, need to update it 17:35:43 ... but note that the section is informative at the moment 17:35:56 ... need further input 17:36:05 hirata has left #wot 17:36:08 Thanks guys. 17:36:10 [joint meeting adjourned] 17:36:14 rrsagent, draft minutes 17:36:15 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 17:43:40 JKRhb has joined #wot 17:55:51 gkellogg has joined #wot 18:05:46 kaz has joined #wot 18:25:30 rigo has joined #wot 19:05:19 gkellogg has joined #wot 19:15:22 gkellogg has joined #wot 19:21:34 gkellogg has joined #wot 20:03:09 Zakim has left #wot 20:06:17 gkellogg has joined #wot 20:17:06 kzms2 has joined #wot 20:37:57 JKRhb has joined #wot 20:54:54 ktoumura has joined #wot 20:57:31 sebastian has joined #wot 20:59:04 rigo has joined #wot 20:59:17 McCool has joined #wot 21:00:05 gkellogg has joined #wot 21:00:54 Daihei has joined #wot 21:01:07 present+ 21:01:22 hirata has joined #wot 21:01:46 EgeKorkan has joined #wot 21:01:49 JKRhb has joined #wot 21:02:16 MIzushima has joined #wot 21:03:28 kaz has joined #wot 21:03:36 JKRhb has joined #wot 21:03:50 present+ Tetsuhiko Hirata 21:03:58 present+ Kunihiko_Toumura 21:04:34 present+ Brian_McManus 21:04:45 present+ Jan_Romann 21:04:49 present+ Kaz_Ashimura 21:04:55 Bert has left #wot 21:05:01 present+ Michael_McCool 21:05:05 present+ Josh_Thomas 21:05:05 Angela has joined #wot 21:05:18 present+ 21:05:20 -> https://github.com/w3c/wot/blob/main/PRESENTATIONS/2024-09-tpac/README.md 21:05:37 satakagi has joined #wot 21:05:56 dape has joined #wot 21:06:00 live slides for the TD part: https://docs.google.com/presentation/d/112oOOoIx7prStCR8Bv6wLqUV5fN_At9btWE9_x7Ame0/edit?usp=sharing 21:06:33 present+ Angela_Young, Daihei_Shiohhama, Daniel_Peintner, Ege_Korkan, Satoru_Takagi, Tomoaki_Mizushima 21:07:41 gkellogg has joined #wot 21:08:26 scribennick: kaz 21:08:44 topic: TD, Profiles and Bindings 21:08:51 rrsagent, draft minutes 21:08:52 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html JKRhb 21:09:00 rrsagent, make log public 21:09:15 dezell has joined #wot 21:09:22 present+ David_Ezell 21:09:26 @@@ slides here 21:09:28 s/scribennick/scribenick/ 21:09:37 rrsagent, draft minutes 21:09:38 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html JKRhb 21:09:47 ek: Agenda is 21:10:03 s/Agenda is/shows agenda/ 21:10:18 subtopic: Overall progress 21:10:31 ek: less features and more getting ready 21:11:22 ... resource management on wot-rsources 21:11:26 ... errata handling 21:11:53 ... toolchain and LinkML, breakout session as well 21:11:57 s/rsources/resources/ 21:12:02 koster has joined #wot 21:12:12 ray-schwartz has joined #WOT 21:12:35 ... (shows the huge diagram of the whole toolchain) 21:13:05 ... started to use LinkML as the schema language 21:13:28 q? 21:13:46 Zakim has joined #wot 21:13:53 rrsagent, draft minutes 21:13:55 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html JKRhb 21:14:13 present+ Tomoaki_Mizushima 21:14:14 https://docs.google.com/presentation/d/112oOOoIx7prStCR8Bv6wLqUV5fN_At9btWE9_x7Ame0/edit?usp=sharing 21:14:21 -> https://github.com/w3c/wot-thing-description-toolchain-tmp toolchain repo 21:14:35 ek: Vision 21:15:06 ... multiple sources to be consolidated 21:15:11 q+ 21:16:06 mm: question about CBOR 21:16:21 ... make sure resources to be frozen 21:16:36 ... we should revisit our policy for resources 21:16:56 ek: resources to be extended in the future 21:17:02 mm: we can use versioning 21:17:25 ... the issue is that CBOR-LD is getting frozen soon 21:17:46 https://github.com/w3c/wot-thing-description/pull/1969 21:18:40 q? 21:18:43 ack m 21:19:09 s/https/-> https/ 21:19:26 s/1969/1969 td PR 1969 - WIP: Concrete Versioning Proposal/ 21:19:27 q+ 21:19:37 (note - it's not that CBOR_LD is getting frozen, it's that to get consistent ids assigned for CBOR-LD the ontologies need to be frozen/versioned) 21:19:50 sk: take over the plan on binding template? 21:20:03 ... what about the existing binding document? 21:20:27 ek: existing binding document would describe the registry 21:20:47 ack s 21:20:49 i/take/@@@ to be applied/ 21:21:01 ek: TD TF is quite active 21:21:21 ... working on project management using GitHub projects 21:22:09 -> https://github.com/orgs/w3c/projects/80 WoT TD Project 21:22:34 ... sows the workflow 21:22:55 ... so far working well 21:23:08 https://github.com/w3c/wot-thing-description/blob/main/proposals/project-management/project-management.md 21:23:25 s/https/-> https/ 21:23:32 s/md/md workflow/ 21:23:43 ek: next, resource management 21:24:25 i/next,/subtopic: Resource management/ 21:24:36 ... discussion ongoing 21:24:39 q+ 21:24:56 mm: freezing comment of mine applies to the Ontology 21:25:02 ek: schema too 21:25:05 mm: yeah 21:25:26 ek: then registry discussions 21:25:44 i/registry/subtopic: Registry/ 21:25:51 ... going into the document here 21:25:59 https://github.com/w3c/wot-binding-templates/blob/main/registry-requirements.md 21:26:06 Angela5 has joined #wot 21:26:09 https://github.com/w3c/wot-binding-templates/pull/378 21:26:11 s/https/-> https/ 21:26:17 s/md/md Registry requirements/ 21:27:02 s/378/378 PR 378 - Registry Requirements Update/ 21:27:15 subtopic: Feature discussions 21:27:19 https://github.com/w3c/wot-thing-description/pull/2040 21:27:46 ek: one on reusable connection container 21:27:52 ... then data mapping 21:28:14 ... and degraded consumption / gradual enhancement 21:28:31 subtopic: Bindings 21:28:44 ek: improved CoAP and Modbus bindings 21:28:51 ... also new BACnet binding 21:28:59 rrsagent, draft minutes 21:29:00 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 21:29:06 q+ 21:29:06 ack m 21:29:18 sk: we have end of Nov Plugfest 21:29:31 ... what kind of features to be handled there? 21:29:42 ek: reusable connection to be got clearer 21:29:51 ... additional responses from app viewpoint 21:30:02 ... understood better by implementations 21:30:13 mm: what about OPC UA stuff? 21:30:22 sk: liaison session about OPC UA 21:30:35 ... would except first draft for testing 21:30:45 mm: would be nice to have a few devices ready there 21:31:01 sk: not sure but need servers and clients 21:31:01 q? 21:31:04 ack s 21:31:28 https://github.com/w3c/wot-testing/tree/main/events/2024.11.Munich#wip---td-topics 21:31:33 q+ 21:31:43 subtopic: WoT week plugfest 21:31:46 @@@ link here 21:31:58 mm: email from David asking about the setting 21:32:06 de: core team here 21:32:15 mm: new people participating 21:32:38 de: don't know specific IoT protocols but will clarify 21:32:54 mm: there are Plugfest and Testfest 21:33:01 q+ 21:33:06 ack m 21:33:18 ... adding new requirements is welcome 21:33:50 kaz: November one is a Plugfest 21:34:02 mm: still would test the feasibility :) 21:34:09 ack 21:34:15 s/ack// 21:34:17 ack k 21:34:33 rrsagent, draft minutes 21:34:34 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 21:34:54 mm: also would identify the potential problem with our specs 21:35:21 ek: potential features to be added 21:35:39 ... would make sure implementations are interoperable 21:36:07 subtopic: Use Case Extraction from Issues 21:36:26 mm: we talked about the basic procedure yesterday 21:36:40 ... would try to discuss some more details today 21:36:51 ... what's the use case and what's the requirement, etc. 21:36:54 ek: ok 21:37:07 ... ([Use case extraction from issues] 21:37:10 zkis has joined #wot 21:37:12 s/([/[/ 21:37:24 ... [Handling future issues] 21:37:31 ... (shows work flow) 21:37:39 s/work /work/ 21:38:41 https://github.com/w3c/wot-thing-description/issues/2039#issuecomment-2275330078 21:38:50 ... (excerpt from the above issue 2039) 21:39:07 ... people outside can also participate 21:39:33 ... topic is turning value 21:39:38 s/turn/return/ 21:39:55 q+ 21:40:18 ... technical description within the use case 21:40:46 q+ 21:40:50 mm: my wrote "user story" is intended for "why we need that from the user's viewpoint" 21:41:00 ... would confirm the value 21:41:13 ... what we care is "Why we need this" 21:41:45 sk: not 100% sure about the motivation 21:42:08 ... feedback you wrote is accessible or not? 21:42:20 q+ 21:42:21 ... in addition to the HTTP erro code? 21:42:23 ack m 21:42:25 s/erro/error/ 21:42:32 ack s 21:42:32 q? 21:42:37 ek: error code + JSON payload 21:42:46 sk: what is the "JSON payload" here? 21:42:53 ek: depending on the use case 21:43:13 q+ 21:44:10 mm: the question is if the user care 21:44:29 sk: would except the property value as the same data type of the property definition within TD 21:44:47 mm: endpoint definition property 21:45:01 sk: otherwise it would not be RESTful 21:45:08 ack dape 21:45:20 ek: do we need to dive into the detail of this specific use case? 21:45:30 mm: sorry diving into the detail... 21:45:36 q+ 21:46:05 zk: several possible issues here 21:46:19 ... if you want to keep synchronized 21:47:05 ... one problem is transaction 21:47:23 ... some kind of transaction logic to be applied 21:47:40 ... on the other hand, device precision to be solved 21:47:49 ack z 21:47:55 ack k 21:47:58 q+ 21:48:31 kaz: so for today, we should concentrate on what kind of description to be included in each section of the template. right? 21:48:31 mm: right 21:48:40 ... should not dive into the detail 21:48:43 ack m 21:48:52 ... would look at another example too 21:49:03 ek: ok 21:49:04 q+ 21:49:15 ... think the template is not ready to use yet 21:49:27 https://github.com/w3c/wot-thing-description/issues/2039#issuecomment-2293198421 21:49:34 mm: yeah, need to clarify the problem 21:49:42 ek: Jan's example next 21:49:44 q+ 21:49:48 @link here 21:49:55 mm: this is the one I used 21:50:32 ... connected to the requirements template 21:50:36 ... very long section on proposed solution 21:50:59 ... related to the test process 21:51:22 ek: limitation of the spec to be improved 21:51:57 q+ 21:52:45 mm: solution proposal is not main purpose at the moment 21:52:56 ... should be split out from the use case template 21:52:57 q+ 21:52:59 ack m 21:53:00 ack k 21:53:21 q+ 21:53:33 jan: wondering if we should revert the solution proposal 21:53:37 mm: two questions 21:53:43 ... capturing UC itself 21:53:53 ... then what/how to describe it 21:54:12 jan: how to handle the description then? 21:54:25 mm: probably having several bullet points would suffice 21:54:47 ... user's problem and motivation first for the use case 21:55:10 q? 21:55:13 ack j 21:55:18 ack j 21:56:01 sk: there is a past work on security and privacy 21:56:11 ... need to consider those points too for wide reviews 21:56:34 mm: let's not think about for today 21:56:42 https://github.com/w3c/wot-usecases/issues/303 21:56:55 ek: another one from Luca 21:57:02 ... around Profiles 21:57:23 ... written from scratch 21:58:25 ... then another one from McCool 21:59:35 -> https://github.com/w3c/wot/blob/main/PRESENTATIONS/2024-09-tpac/2024-09-26-WoT-TPAC-Requirements-McCool.pdf McCool's slides on Requirements 21:59:46 mm: (shows slide 4) 22:00:10 ... three items: Persona, Capability and Purpose (=Who, What and Why) 22:02:04 i|shows|-> https://github.com/w3c/wot/blob/main/PRESENTATIONS/2024-09-tpac/2024-09-27-WoT-TPAC-UseCase-Requirements-Examples-McCool.pdf McCool's slides for today| 22:02:40 mm: original use case example on slide 5 22:03:01 ... and rewritten one on slide 6 22:04:07 ... all the affordances of TD use the same security scheme 22:04:23 ... those are about TD Producer 22:04:43 i/those/... then Requirements example/ 22:05:35 [[ 22:05:36 • As a producer of WoT TDs, 22:05:36 I want to be able to specify simple security schemes inline 22:05:36 so that TDs are less verbose and easier to write in simple cases. 22:05:36 • As a producer of WoT TDs, 22:05:36 I want to be able to depend on security scheme parameter defaults 22:05:38 so that TDs are less verbose and easier to write in simple cases. 22:05:40 • As a producer of WoT TDs, 22:05:42 I want the “no security” scheme to be the default 22:05:44 so that TDs are less verbose and easier to write in simple cases. 22:05:46 ]] 22:05:52 mm: some user story connected with what we should do 22:06:03 ... still implementation-oriented, though 22:06:09 q+ 22:06:15 q+ 22:06:20 q+ 22:06:31 q- later sebastian 22:07:13 ek: who would write what, submitter or TF? 22:07:32 mm: very carefully write a better example 22:07:45 ... at least the title is not enough 22:07:49 ack e 22:08:06 gkellogg has joined #wot 22:09:04 kaz: the second line is functional requirement and the third line is technical requirement. right? 22:09:31 mm: actually, the first line is persona, 2nd line is capability, and 3rd line is purpose 22:09:40 ack k 22:09:49 q+ 22:10:06 ek: it mimics value proposition 22:10:39 ... but you've already written requirements by use story 22:10:40 q- 22:11:43 mm: we need a document describing the process 22:11:52 q+ 22:11:56 ack d 22:12:52 kaz: in that case, I'm OK with starting with this proposal 22:13:29 q+ 22:14:00 ... but would suggest we explicitly mention "Persona (who)" for 1st line, "Capability (what)" for 2nd line, nd "Purpose (why)" for 3rd line 22:14:12 mm: could be a 3-column table 22:14:16 ack k 22:14:33 ek: like this formulation 22:14:35 ack e 22:15:02 ... good to start with for spec editors 22:15:22 ... will take over 22:15:42 subtopic: Relationship between Bindings and Profiles 22:15:56 ek: don't have Luca or Ben here 22:16:03 ... so just briefly 22:16:38 ... (shows an example of Bluetooth as a possible profile) 22:16:55 s/possible // 22:17:24 ... (then Luc's diagram on "How much can we constrain?" 22:17:31 s/?"/?") 22:18:58 https://github.com/w3c/wot-profile/issues/416 22:19:10 s|https://github.com/w3c/wot-profile/issues/416|-> https://github.com/w3c/wot-profile/issues/416 wot-profile Issue 416 - Discuss All the layers profiles can cover| 22:19:48 ... profiles provide "out of box"interoperability warranties 22:19:50 q+ 22:20:33 ... Bindings extend TD, while Profiles restrict TD 22:20:58 mm: we might be going to use extension vocabulary based on OPC UA, etc. 22:21:13 q+ 22:21:15 ack m 22:21:31 ... note that Binding is informative while Profile is normative 22:21:55 q+ 22:22:25 sk: it would be confusing if features not included in the core spec are used by Profiles 22:22:27 ack se 22:22:43 mm: need to be careful about what "restrict" means here 22:23:48 gkellogg has joined #wot 22:23:50 sk: for example, there was discussion about asynchronous actions defined by Profile 22:23:54 q? 22:24:05 q+ 22:24:22 mm: limitation on how much Profiles could handle 22:24:31 ack m 22:25:39 kaz: I think we're kind of sure about Binding as extension for TD 22:25:53 ... but not really sure about Profile as restriction for TD 22:28:06 q? 22:29:01 q+ 22:29:04 ack k 22:29:20 ... for today, I'd suggest we should clarify what "restriction" for Profiles here means 22:29:36 We may need semantic model bindings 22:30:01 q? 22:30:25 ek: (mentions a possible "Profile" within the Matter world) 22:31:49 ... but we need some more discussion including Luca, Ben and Koster 22:31:52 q? 22:32:16 mm: one issue here is the language here on the slide is a bit too strong 22:32:56 ... for example, guaranteeing the out-of-box interoperability is too much 22:33:26 ... the problem here is that we'd like to cross-protocol interconnection 22:33:38 ack m 22:34:31 MIzushima has joined #wot 22:35:30 topic: Policies 22:36:05 -> https://github.com/w3c/wot/issues?q=is%3Aissue+is%3Aopen+label%3APolicy Policy issues 22:36:35 mm: would like to open up another one 22:36:46 subtopic: Issue 1166 22:37:35 https://github.com/w3c/wot-thing-description/pull/1969 22:37:56 ek: there is a PR for TD repo also 22:38:51 s|https://github.com/w3c/wot-thing-description/pull/1969|-> https://github.com/w3c/wot-thing-description/pull/1969 TD PR 1969 - WIP: Concrete Versioning Proposal| 22:38:55 q+ 22:39:18 kaz: do we want to talk about this now? 22:39:38 ek: let's talk about IE policy instead 22:39:55 subtopic: Issue 1171 22:40:10 -> https://github.com/w3c/wot/issues/1171 wot Issue 1171 - [Policy Proposal] Invite Expert Selection Procedure 22:40:29 mm: not clear here is the decision process 22:40:40 q+ 22:41:52 kaz: would suggest we start with the description on what we've been doing 22:42:17 ... asking the IE applicant to join the main call and make presentation 22:42:34 ... also what that person could make contribution for 22:43:41 mm: would add "may be in response to a nomination" 22:44:53 ... also take into account the group input 22:45:12 ... then Chairs and Team Contact must have consensus 22:46:08 kaz: I'm ok with the updated basic policy 22:46:21 [[ 22:46:24 They are invited by the chairs and the team contact together. This may be in response to a nomination. 22:46:24 They should show their expertise in a call, e.g. making a presentation 22:46:24 They should explain their commitment to WoT deliverables and meetings 22:46:24 Chairs and team contact must have consensus to accept an IE, taking into account the group input 22:46:25 ]] 22:47:08 de: should be careful about the IP policy 22:48:15 mm: should we make a resolution about that today? 22:48:32 mjk: would make a resolution during the next main call 22:49:41 subtopic: Issue 1117 22:50:10 -> https://github.com/w3c/wot/issues/1117 wot Issue 1117 - [Policy Proposal] Roles and responsibilities within the WG/IG 22:50:20 mm: W3C has guidelines for roles 22:50:22 q+ 22:51:31 -> https://www.w3.org/Guide/#roles Roles within groups 22:51:50 mm: maybe guideline roles for TF leads is missing 22:52:52 q- 22:53:15 kaz: TF Lead's roles should be similar to the ones of Chairs 22:53:30 ... but we need to explicitly redefine that 22:53:40 ... that is McCool's point, I think 22:53:44 mm: right 22:53:46 topic: Closing 22:54:04 sk: good discussions including joint meeting with JSON-LD and SDW 22:54:08 mm: yes 22:54:35 ... should create GitHub Issues based on the discussion and add label, e.g., "TPAC followup" 22:54:52 ... otherwise, thanks a lot for your participation! 22:55:10 jets: thank you for having us! 22:55:21 kaz: including the remote participants 22:55:54 [WoT meeting is adjourned] 22:56:26 rrsagent, draft minutes 22:56:27 I have made the request to generate https://www.w3.org/2024/09/27-wot-minutes.html kaz 23:09:10 gkellogg has joined #wot 23:10:08 EgeKorkan has joined #wot 23:10:54 EgeKorka_ has joined #wot 23:24:40 gkellogg has joined #wot 23:28:19 EgeKorkan has joined #wot 23:37:58 rigo has joined #wot 23:48:14 EgeKorkan has joined #wot 23:55:06 gkellogg has joined #wot 23:59:07 kaz has joined #wot