├── .gitignore ├── Inheritance.md ├── README.md ├── RoadMap.mdx ├── meetings ├── 2017 │ ├── 2017-01-09-minutes.md │ ├── 20170109-minutes.md │ ├── 20170120-agenda.md │ ├── 20170120-minutes.md │ ├── 20170203-agenda.md │ ├── 20170203-minutes.md │ ├── 20170217-agenda.md │ ├── 20170217-minutes.md │ ├── 20170303-agenda.md │ ├── 20170303-minutes.md │ ├── 20170317-agenda.md │ ├── 20170317-minutes.md │ ├── 20170324-agenda.md │ ├── 20170324-minutes.md │ ├── 20170331-agenda.md │ ├── 20170331-minutes.md │ ├── 20170414-agenda.md │ ├── 20170414-minutes.md │ ├── 20170505-agenda.md │ ├── 20170505-minutes.md │ ├── 20170512-agenda.md │ ├── 20170512-minutes.md │ ├── 20170526-agenda.md │ ├── 20170526-minutes.md │ ├── 20170609-agenda.md │ ├── 20170609-minutes.md │ ├── 20170623-agenda.md │ ├── 20170623-minutes.md │ ├── 20170707-agenda.md │ ├── 20170707-minutes.md │ ├── 20170721-agenda.md │ ├── 20170721-minutes.md │ ├── 20170804-agenda.md │ ├── 20170804-minutes.md │ ├── 20170818-agenda.md │ ├── 20170818-meeting.md │ ├── 20170901-agenda.md │ ├── 20170901-meeting.md │ ├── 20170915-agenda.md │ ├── 20170915-minutes.md │ ├── 20170926-agenda.md │ ├── 20170926-minutes.md │ ├── 20171010-agenda.md │ ├── 20171010-minutes.md │ ├── 20171024-agenda.md │ ├── 20171024-minutes.md │ ├── 20171107-agenda.md │ ├── 20171107-minutes.md │ ├── 20171121-agenda.md │ ├── 20171121-minutes.md │ ├── 20171205-agenda.md │ ├── 20171205-minutes.md │ ├── 20171219-agenda.md │ └── 20171219-minutes.md ├── 2018 │ ├── 20180102-agenda.md │ ├── 20180102-minutes.md │ ├── 20180109-minutes.md │ ├── 20180116-agenda.md │ ├── 20180116-minutes.md │ ├── 20180130-agenda.md │ ├── 20180130-minutes.md │ ├── 20180213-agenda.md │ ├── 20180213-minutes.md │ ├── 20180226-agenda.md │ ├── 20180226-minutes.md │ ├── 20180315-agenda.md │ ├── 20180315-minutes.md │ ├── 20180329-agenda.md │ ├── 20180329-minutes.md │ ├── 20180412-agenda.md │ ├── 20180412-minutes.md │ ├── 20180426-agenda.md │ ├── 20180426-minutes.md │ ├── 20180510-agenda.md │ ├── 20180510-minutes.md │ ├── 20180524-agenda.md │ ├── 20180524-minutes.md │ ├── 20180607-agenda.md │ ├── 20180607-minutes.md │ ├── 20180705-agenda.md │ ├── 20180705-minutes.md │ ├── 20180719-agenda.md │ ├── 20180719-minutes.md │ ├── 20180802-agenda.md │ ├── 20180802-minutes.md │ ├── 20180816-agenda.md │ ├── 20180816-minutes.md │ ├── 20180830-agenda.md │ ├── 20180830-minutes.md │ ├── 20180913-agenda.md │ ├── 20180913-minutes.md │ ├── 20180927-agenda.md │ ├── 20181011-agenda.md │ ├── 20181011-minutes.md │ ├── 20181025-agenda.md │ ├── 20181025-minutes.md │ ├── 20181107-agenda.md │ ├── 20181107-minutes.md │ ├── 20181121-agenda.md │ ├── 20181121-minutes.md │ ├── 20181205-agenda.md │ ├── 20181205-minutes.md │ ├── 20181219-agenda.md │ └── 20181219-minutes.md ├── 2019 │ ├── 2019-11-20.minutes.md │ ├── 2019-12-04.minutes.md │ ├── 20190102-agenda.md │ ├── 20190102-minutes.md │ ├── 20190116-agenda.md │ ├── 20190116-minutes.md │ ├── 20190130-agenda.md │ ├── 20190130-minutes.md │ ├── 20190213-agenda.md │ ├── 20190213-minutes.md │ ├── 20190227-agenda.md │ ├── 20190227-minutes.md │ ├── 20190313-agenda.md │ ├── 20190313-minutes.md │ ├── 20190327-agenda.md │ ├── 20190327-minutes.md │ ├── 20190410-agenda.md │ ├── 20190410-minutes.md │ ├── 20190424-agenda.md │ ├── 20190424-minutes.md │ ├── 20190508-agenda.md │ ├── 20190508-miuntes.md │ ├── 20190522-agenda.md │ ├── 20190522-minutes.md │ ├── 20190605-agenda.md │ ├── 20190605-minutes.md │ ├── 20190619-agenda.md │ ├── 20190814-agenda.md │ ├── 20190814-minutes.md │ ├── 20190828-agenda.md │ ├── 20190911-agenda.md │ ├── 20191009-agenda.md │ ├── 20191009-minutes.md │ ├── 20191023-agenda.md │ ├── 20191023-minutes.md │ ├── 20191106-agenda.md │ ├── 20191106-minutes.md │ ├── 20191120-agenda.md │ ├── 20191204-agenda.md │ ├── 20191218-agenda.md │ └── 20191218-minutes.md ├── 2020 │ ├── .idea │ │ ├── .gitignore │ │ ├── 2020.iml │ │ ├── inspectionProfiles │ │ │ ├── Project_Default.xml │ │ │ └── profiles_settings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 20200108-agenda.md │ ├── 20200108-minutes.md │ ├── 20200122-agenda.md │ ├── 20200205-agenda.md │ ├── 20200219-agenda.md │ ├── 20200304-agenda.md │ ├── 20200318-agenda.md │ ├── 20200415-agenda-minutes.md │ ├── 20200429-agenda.md │ ├── 20200513-agenda.md │ ├── 20200527-agenda.md │ ├── 20200610-agenda.md │ ├── 20200624-agenda.md │ ├── 20200708-agenda.md │ ├── 20200722-agenda.md │ ├── 20200805-agenda.md │ ├── 20200819-agenda.md │ ├── 20200902-agenda.md │ ├── 20201014-agenda.md │ ├── 20201028-agenda.md │ ├── 20201125-agenda.md │ ├── 20201209-agenda.md │ ├── 20201223-agenda.md │ └── 20201223-minutes.md ├── 2021 │ ├── 20210106-agenda.md │ ├── 20210120-agenda.md │ ├── 20210120-minutes.md │ ├── 20210203-agenda.md │ ├── 20210203-minutes.md │ ├── 20210217-agenda.md │ ├── 20210303-agenda.md │ ├── 20210317-agenda.md │ ├── 20210331-agenda.md │ ├── 20210414-agenda.md │ ├── 20210428-agenda.md │ ├── 20210512-agenda.md │ ├── 20210526-agenda.md │ ├── 20210609-agenda.md │ ├── 20210623-agenda.md │ ├── 20210707-agenda.md │ ├── 20210721-agenda.md │ ├── 20210804-agenda.md │ ├── 20210818-agenda.md │ ├── 20210901-agenda.md │ ├── 20210915-agenda.md │ ├── 20211013-agenda.md │ ├── 20211027-agenda.md │ ├── 20211110-agenda.md │ ├── 20211124-agenda.md │ ├── 20211208-agenda.md │ ├── 20211222-agenda.md │ └── shexAgenda.py ├── 2022 │ ├── 20220105-minutes │ ├── 20220119-agenda.md │ ├── 20220119-minutes.md │ ├── 20220202-agenda.md │ ├── 20220202-minutes.md │ ├── 20220216-agenda.md │ ├── 20220216-minutes.md │ ├── 20220302-agenda.md │ ├── 20220302-minutes.md │ ├── 20220316-agenda.md │ ├── 20220316-minutes.md │ ├── 20220330-agenda.md │ ├── 20220413-agenda.md │ ├── 20220427-agenda.md │ ├── 20220511-agenda.md │ ├── 20220525-agenda.md │ ├── 20220525-minutes.md │ ├── 20220608-agenda.md │ ├── 20220608-minutes.md │ ├── 20220622-agenda.md │ ├── 20220622-minutes.md │ ├── 20220706-agenda.md │ ├── 20220720-agenda.md │ ├── 20220803-agenda.md │ ├── 20220817-agenda.md │ ├── 20220831-agenda.md │ ├── 20220914-agenda.md │ ├── 20220928-agenda.md │ ├── 20221012-agenda.md │ ├── 20221026-agenda.md │ ├── 20221109-agenda.md │ ├── 20221109-minutes.md │ ├── 20221123-agenda.md │ ├── 20221123-minutes.md │ ├── 20221207-agenda.md │ ├── 20221207-minutes.md │ └── 20221221-agenda.md ├── 2023 │ ├── 20230111-agenda.md │ ├── 20230111-minutes.md │ ├── 20230125-agenda.md │ ├── 20230125-minutes.md │ ├── 20230222-agenda.md │ ├── 20230222-minutes.md │ ├── 20230308-agenda.md │ ├── 20230308-minutes.md │ ├── 20230322-agenda.md │ ├── 20230322-minutes.md │ ├── 20230405-agenda.md │ └── 20230405-minutes.md └── F2Fs │ └── 2023-02-Basel │ ├── README.md │ ├── agendaF2F.md │ └── minutes.md └── status.md /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | meetings/.DS_Store 3 | .DS_Store 4 | -------------------------------------------------------------------------------- /RoadMap.mdx: -------------------------------------------------------------------------------- 1 | # RoadMap 2 | - ***EXTENDS*** - builds networks of reusable shapes. 3 | 4 | - **Error reporting** - unify error reporting between implementations; spec and test to the extent possible. 5 | 6 | This doesn't prescribe what error messages are, just how to report them. For example, Whether 7 | ```{ 1 }@{ xsd:float }``` 8 | reports the wrong dt for `` or a missing float and unexpected int is implementation-dependent. 9 | - **ShExPath** - captures the validation context of a violation. For instance, validating Peron's vehicles as automobiles might result in 10 | 11 | ```{"path": "@<#PersonShape>/%@<#CarShape>", 12 | "error": "missing property"}``` 13 | 14 | - ***API*** 15 | - [current spec](https://shexspec.github.io/spec/API) 16 | - ***status***: draft 17 | - ***invocation*** of validators 18 | - ***EXTERN shape resolution*** via invocation API. 19 | 20 | 21 | -------------------------------------------------------------------------------- /meetings/2017/2017-01-09-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Meeting 2017-01-09 2 | 3 | - venue: https://meet.jit.si/shex 4 | - chair: Dimitris 5 | - scribe: ericP 6 | - present: Dimitris, ericP, Jose 7 | 8 | ## Scratch 9 | 10 | This area is for shared scratch. 11 | We enter ideas and proposals at the top. 12 | When moving on to a new topic, we give the shared scratch area a title with "###"s before it and push it down. 13 | The object of this is that active discussion always occurs at the top of the document and minutes go at the bottom. 14 | (That's hard on the scribe who will wear out his/her home and end keys but we don't have a better idea at present.) 15 | 16 | ### Writing URLs 17 | 18 | Since we're using github markdown, urls are entered with []s with link text followed by ()s around the URL. 19 | 20 | c.f. [these minutes](https://github.com/shexSpec/shex/blob/master/2017-01-09-minutes.md) 21 | 22 | ## MINUTES 23 | 24 | Dimitris: do we want to have a sribe? 25 | 26 | ericP: no, not me, please! [hystrionics ensue] 27 | -------------------------------------------------------------------------------- /meetings/2017/20170109-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Meeting 2017-01-09 2 | 3 | - venue: https://meet.jit.si/shex 4 | - chair: Dimitris 5 | - scribe: ericP 6 | - present: Dimitris, ericP, Jose 7 | 8 | ## Scratch 9 | 10 | This area is for shared scratch. 11 | We enter ideas and proposals at the top. 12 | When moving on to a new topic, we give the shared scratch area a title with "###"s before it and push it down. 13 | The object of this is that active discussion always occurs at the top of the document and minutes go at the bottom. 14 | (That's hard on the scribe who will wear out his/her home and end keys but we don't have a better idea at present.) 15 | 16 | ### Writing URLs 17 | 18 | Since we're using github markdown, urls are entered with []s with link text followed by ()s around the URL. 19 | 20 | c.f. [these minutes](https://github.com/shexSpec/shex/blob/master/2017-01-09-minutes.md) 21 | 22 | ## MINUTES 23 | 24 | Dimitris: do we want to have a sribe? 25 | 26 | ericP: no, not me, please! [hystrionics ensue] 27 | -------------------------------------------------------------------------------- /meetings/2017/20170120-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-01-20 2 | 3 | Friday Jan 20th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour 4 | (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG+meeting&iso=20170120T16&p1=37&ah=1)) 5 | 6 | Connection details: https://meet.jit.si/ShEx or http://tinyurl.com/ShEx-hangouts (as backup) 7 | 8 | 9 | 10 | ## Admin 11 | 12 | * Chair: Dimitris Kontokostas 13 | * Scribe: tba 14 | 15 | *Next neeting*: 2017.02.02 16 | 17 | ## Agenda 18 | 19 | * Introductions 20 | * ShEx status & roadmap 21 | * [2.0 release issues](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 22 | * [future features](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 23 | * [test suite](https://github.com/shexSpec/shexTest/blob/master/validation/manifest.ttl#L947) and [implementation report](http://shexspec.github.io/shexTest/reports/#ShEx-validation-tests) 24 | * Community infrastructure (under discussion) 25 | * Messaging: [Gitter](https://gitter.im/shapeExpressions), Skype, Slack, IRC 26 | * Wiki: Github repo, W3C Wiki 27 | * Telecon software: Jit.si (current), DCMI options, Hangouts 28 | * Group (co)chair: nominations 29 | * ShEx v2.0 introduction 30 | * [ShEx2 simple validator](http://rawgit.com/shexSpec/shex.js/master/doc/shex-simple.html) 31 | * [RDFShape](http://rdfshape.herokuapp.com/api/validator?data=%40prefix+%3A+%3Chttp%3A%2F%2Fexample.org%2F%3E+.%0D%0A%0D%0A%3Ax+%3Aa+1%3B+%3Ac+1+.&schema=prefix+%3A+%3Chttp%3A%2F%2Fexample.org%2F%3E%0D%0A%0D%0A%3CS%3E+%7B+(%3Aa+.+%7C+%3Ab+.)%3F%2C+%3Ac+.+%7D&schemaVersion=SHACL_0.1)/[Shaclex](http://shaclex.herokuapp.com/) 32 | * [primer](http://shexspec.github.io/primer/) 33 | * Open tasks for feedback 34 | * [JSON-LD branch](https://github.com/shexSpec/shexTest/tree/ld/schemas) 35 | * [spec sections 1-4](https://shexspec.github.io/spec/) (everything before [5. ShEx JSON Syntax (ShExJ)](https://shexspec.github.io/spec/#shexj)) 36 | -------------------------------------------------------------------------------- /meetings/2017/20170203-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-02-03 2 | 3 | Friday Feb 3rd, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour 4 | (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG+meeting&iso=20170203T16&p1=37&ah=1)) 5 | 6 | Connection details: https://meet.jit.si/ShEx or http://tinyurl.com/ShEx-hangouts (as backup) 7 | 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | * Scribe: tba 13 | 14 | *Next neeting*: 2017.02.17 15 | 16 | ## Agenda 17 | 18 | * New member introductions (Tom Baker) 19 | * Open tasks 20 | * Wiki cleanup 21 | * Chair nominations 22 | * Feedback on section 1-4 of the spec 23 | * Issue tracking & discussion 24 | * A lot of discussion takes place in github issues and not on mailing list 25 | * Workflow for opening & managing issues 26 | * Role of RDF in ShEx 27 | * Dicussion: what whould be the role of RDF as ShEx representation 28 | * Transforming RDF to ShEx model (GenJ? JSON-LD Framing?) 29 | * Role of JSON in ShEx 30 | * Dicussion: what whould be the role of JSON as ShEx representation 31 | * Primer 32 | * [Technical issues](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 33 | * Discuss minor remaining point on [issue 22](https://github.com/shexSpec/shex/issues/22#issuecomment-276995266) 34 | * Discuss [Should a shape imply NONLITERAL?](https://github.com/shexSpec/shex/issues/13) 35 | * AOB 36 | -------------------------------------------------------------------------------- /meetings/2017/20170217-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-02-17 2 | 3 | Friday Feb 17rd, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour 4 | (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170217T16&p1=195&ah=1)) 5 | 6 | Connection details: 7 | 8 | * Audio: http://tinyurl.com/ShEx-hangouts 9 | * Chat: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://pad.okfn.org/p/shex-cg-2 11 | 12 | 13 | ## Admin 14 | 15 | * Chair: Dimitris Kontokostas 16 | * Scribe: tba 17 | 18 | *Next neeting*: 2017.03.03 19 | 20 | ## Agenda 21 | 22 | * New member introductions (Lars G. Svensson / Deutsche Nationalbibliothek) 23 | * Open tasks 24 | * Issue tracking workflow 25 | * Feedback on section 1-4 of the spec 26 | * Issue tracking & discussion 27 | * Discuss & finalise the proposed [process for submitting & resolving issues](https://www.w3.org/2001/sw/wiki/ShEx#Submitting_.26_resolving_issues_.28under_discussion.29) 28 | * Specification publishing requirements 29 | * Open tasks / issues ([Technical](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0)) 30 | * Open tasks / issues (spec) 31 | * Should 2.0 mention ShExR or just imply it with the @context on ShExJ? 32 | * Should 2.0 have an appendix discussing NP-Complete cases? 33 | * Discuss on publishing a draft 34 | * [Technical issues](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 35 | * Discuss & close [Should a shape imply NONLITERAL?](https://github.com/shexSpec/shex/issues/13) 36 | * Discuss & close [ShapeRef and Inclusion redundant in RDF representation](https://github.com/shexSpec/shex/issues/22#issuecomment-276995266) 37 | * Discuss & close [Cardinalities on includes](https://github.com/shexSpec/shex/issues/35#issuecomment-280249065) 38 | * Discuss & close [ShapeMap definition in the spec](https://github.com/shexSpec/shex/issues/36#issuecomment-280247450) 39 | * AOB 40 | -------------------------------------------------------------------------------- /meetings/2017/20170303-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-03-03 2 | 3 | Friday Mar 03rd, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour 4 | (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170303T16&p1=195&ah=1)) 5 | 6 | Connection details: 7 | 8 | * Audio: http://tinyurl.com/ShEx-hangouts 9 | * Chat: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://pad.okfn.org/p/shex-cg-2 11 | 12 | 13 | ## Admin 14 | 15 | * Chair: Dimitris Kontokostas 16 | * Scribe: tba 17 | 18 | *Next neeting*: 2017.03.17 19 | 20 | ## Agenda 21 | 22 | * Open actions 23 | * Tom and Eric to work on demo/primer for decision in two weeks whether to publish. 24 | * Eric to draft something on NP-Complete cases in the spec and the primer 25 | * EricP to add note with example of literal passing shape with no outgoing arcs with min card > 0. 26 | * Progress on Primer and demo 27 | * Publishing of ShEx 28 | * [Open Issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 29 | * Discuss [ShapeMap with negative declarations](https://github.com/shexSpec/shex/issues/37) 30 | * Discuss [Use of schema start vs shapeMap](https://github.com/shexSpec/shex/issues/42) 31 | * Discuss [Design a nice logo for ShEx](https://github.com/shexSpec/shex/issues/26) 32 | * Discuss [Representing top level shape references](https://github.com/shexSpec/shex/issues/38) 33 | * Discuss [^^-style facet arguments](https://github.com/shexSpec/shex/issues/41) 34 | * AOB 35 | 36 | -------------------------------------------------------------------------------- /meetings/2017/20170317-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-03-17 2 | 3 | Friday Mar 17rd, 16:00 CET / 11:00 ET / 08:00 PT for 1 hour 4 | (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170303T16&p1=195&ah=1)) 5 | 6 | Connection details: 7 | 8 | * Audio: http://tinyurl.com/ShEx-hangouts 9 | * Minutes: https://pad.okfn.org/p/shex-cg-2 10 | * Chat: https://gitter.im/shapeExpressions/Lobby 11 | 12 | ## Admin 13 | 14 | * Chair: Dimitris Kontokostas 15 | 16 | *Next neeting*: 2017.03.31 17 | 18 | ## Agenda 19 | * New member introductions 20 | * Open actions 21 | * Andra to proof-read Eric's text on NP-Complete 22 | * Jose to proof-read this section http://shexspec.github.io/primer/#empty-shape 23 | * Harold to proofread Tom's text and mark sentences that need terminology improvements 24 | * Discuss Tom's abstract: https://github.com/shexSpec/primer/blob/gh-pages/Text-to-add.txt 25 | * Publishing of ShEx 26 | * ShEx results format 27 | * [Open Issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 28 | * Discuss [Context doesn't work for "max"](https://github.com/shexSpec/shex/issues/49) 29 | * Discuss [Generalize stems to support language tags](https://github.com/shexSpec/shex/issues/46) 30 | * Discuss [Use of schema start vs shapeMap](https://github.com/shexSpec/shex/issues/37) 31 | * Discuss [ShapeMap with negative declarations](https://github.com/shexSpec/shex/issues/42) 32 | * Discuss [Design a nice logo for ShEx](https://github.com/shexSpec/shex/issues/26) 33 | * Discuss [Representing top level shape references](https://github.com/shexSpec/shex/issues/38) 34 | * AOB 35 | -------------------------------------------------------------------------------- /meetings/2017/20170324-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-03-24 2 | 3 | Friday Mar 17rd, 16:00 CET / 11:00 ET / 08:00 PT for 1 hour 4 | (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170324T16&p1=195&ah=1)) 5 | 6 | Connection details: 7 | 8 | * Audio: [Webex](https://meetings.webex.com/collabs/#/meetings/detail?uuid=M3E7N4QJZWCF21YLKSEHDORWQF-JV0D&rnd=632070.36750) 9 | * backup in case WebEx fails: [Hangouts](http://tinyurl.com/ShEx-hangouts) 10 | * Minutes: https://pad.okfn.org/p/shex-cg-2 11 | 12 | ## Admin 13 | 14 | * Chair: Eric Prud'hommeaux 15 | 16 | *Next neeting*: 2017.03.31 17 | 18 | ## Agenda 19 | * New member introductions 20 | * Open actions 21 | * Andra to proof-read Eric's text on NP-Complete 22 | * Harold to proofread Tom's text and mark sentences that need terminology improvements 23 | * Discuss abstract 24 | * Publishing of ShEx 25 | * ShEx results format 26 | * Namespace location 27 | * Is shex.io stable for the long term? w3id.org? purl? w3c/ns? 28 | * "/" or "#" style vocabulary IRI? 29 | * [Open Issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 30 | * Discuss [Context doesn't work for "max"](https://github.com/shexSpec/shex/issues/49) 31 | * Discuss [Generalize stems to support language tags](https://github.com/shexSpec/shex/issues/46) 32 | * Discuss [Use of schema start vs shapeMap](https://github.com/shexSpec/shex/issues/37) 33 | * Discuss [ShapeMap with negative declarations](https://github.com/shexSpec/shex/issues/42) 34 | * Discuss [Design a nice logo for ShEx](https://github.com/shexSpec/shex/issues/26) 35 | * Discuss [Representing top level shape references](https://github.com/shexSpec/shex/issues/38) 36 | * AOB 37 | -------------------------------------------------------------------------------- /meetings/2017/20170331-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-03-31 2 | 3 | Friday Mar 17rd, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170331T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [Webex](https://meetings.webex.com/collabs/#/meetings/detail?uuid=M8VTHGLBETO2KWKIRALJ24OLMA-JV0D&rnd=580671.79247) (click "More information" to see dial-in information) 8 | * backup in case WebEx fails: [Hangouts](http://tinyurl.com/ShEx-hangouts) 9 | * Minutes: https://pad.okfn.org/p/shex-cg-2 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris Kontokostas 14 | 15 | *Next neeting*: 2017.04.13 16 | 17 | ## Agenda 18 | * New member introductions 19 | * Open actions 20 | * Andra to proof-read Eric's text on NP-Complete 21 | * Discuss feedback from announcement 22 | * Publishing of report in CG page 23 | * Discuss Differences between ShEx and SHACL 24 | * [Open Issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 25 | * Discuss [Update Antlr grammar to be in synch with the recent changes in BNF](https://github.com/shexSpec/shex/issues/39) 26 | * Discuss [Use of schema start vs shapeMap](https://github.com/shexSpec/shex/issues/37) 27 | * Discuss [Design a nice logo for ShEx](https://github.com/shexSpec/shex/issues/26) 28 | * Roadmap for 2.1 29 | * AOB 30 | -------------------------------------------------------------------------------- /meetings/2017/20170414-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-04-14 2 | 3 | Friday April 14rd, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170414T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [Webex](https://meetings.webex.com/collabs/#/meetings/detail?uuid=M8UZYRTWYJVPMQ7UMX4B8Q7HNH-JV0D&rnd=444697.95318 8 | ) (US TOLL: +1-415-655-0001 / 9 | Meeting Number:194 817 445) 10 | * backup in case WebEx fails: [Hangouts](http://tinyurl.com/ShEx-hangouts) 11 | * Minutes: https://pad.okfn.org/p/shex-cg-2 12 | 13 | ## Admin 14 | 15 | * Chair: Dimitris Kontokostas 16 | 17 | *Next neeting*: 2017.04.27 18 | 19 | ## Agenda 20 | * Open actions 21 | * Dimitris to draft comparison between ShEx & SHACL (delayed) 22 | * Discuss about shapes repository 23 | * [Open Issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) 24 | * Discuss [ShExJ LanguageStem should be STRING instead of ObjectLiteral](https://github.com/shexSpec/shex/issues/54) 25 | * Discuss [Does data type or language make sense in stems?](https://github.com/shexSpec/shex/issues/55) 26 | * Discuss [updates to ShExJ @context](https://github.com/shexSpec/shex/issues/56) 27 | * Discuss [Update Antlr grammar to be in synch with the recent changes in BNF](https://github.com/shexSpec/shex/issues/39) 28 | * Discuss [Design a nice logo for ShEx](https://github.com/shexSpec/shex/issues/26) 29 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 30 | * Discuss Language tag constraints in [#47](https://github.com/shexSpec/shex/issues/47) and [#4](https://github.com/shexSpec/shex/issues/4) 31 | * AOB 32 | -------------------------------------------------------------------------------- /meetings/2017/20170623-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-06-23 2 | 3 | Friday June 23rd, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170623T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [Zoom](https://zoom.us/j/433746448) (Courtesy of DCMI) 7 | * Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/433746448 8 | * Or Telephone: 9 | - Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll) 10 | - Meeting ID: 433 746 448 11 | - International numbers available [here](https://zoom.us/zoomconference?m=8YoEQRKQBe3oidzFvE4-c33t7jnICnUn) 12 | * backup in case WebEx fails: [Hangouts](http://tinyurl.com/ShEx-hangouts) 13 | * Minutes: https://pad.okfn.org/p/shex-cg-2 14 | 15 | ## Admin 16 | 17 | * Chair: Dimitris Kontokostas 18 | 19 | *Next meeting*: 2017.07.07 (Friday) 20 | 21 | ## Agenda 22 | * Remaining actions for ShEx 2.0 23 | * Main spec items 24 | * ShapeMap spec (draft [available here](https://shexspec.github.io/ShapeMap/)) 25 | * Shape map definition order 26 | * IDL for v2.0 27 | * [StemRange exclusions unordered #64](https://github.com/shexSpec/shex/issues/64) 28 | * [ShEx logo](https://github.com/shexSpec/shex/issues/26) -> [vote on proposal](https://github.com/shexSpec/shex/issues/26#issuecomment-298766758) 29 | * [Twitter hash tag for ShEx](https://github.com/shexSpec/shex/issues/65) 30 | * Remaining [open issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0): 31 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 32 | * Discuss Language tag constraints in [#47](https://github.com/shexSpec/shex/issues/47) and [#4](https://github.com/shexSpec/shex/issues/4) 33 | * "ShEx and SHACL Compared" - draft 34 | * [ShEx Micro Tutorial](http://rawgit.com/shexSpec/shex.js/master/doc/micro-tutorial.html) 35 | * AOB 36 | -------------------------------------------------------------------------------- /meetings/2017/20170707-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-07-07 2 | 3 | Friday July 7th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170707T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [Hangouts](http://tinyurl.com/ShEx-hangouts) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Eric Prud'hommeaux 12 | 13 | *Next meeting*: 2017.07.21 (Friday) 14 | 15 | ## Agenda 16 | * Remaining actions for ShEx 2.0 17 | * Main spec items 18 | * ShapeMap spec (draft [available here](https://shexspec.github.io/ShapeMap/)) 19 | * Shape map definition order 20 | * IDL for v2.0 21 | * Remaining [open issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0): 22 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 23 | * Discuss Language tag constraints in [#47](https://github.com/shexSpec/shex/issues/47) and [#4](https://github.com/shexSpec/shex/issues/4) 24 | * "ShEx and SHACL Compared" - draft 25 | * [ShEx Micro Tutorial](http://rawgit.com/shexSpec/shex.js/master/doc/micro-tutorial.html) 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2017/20170721-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-07-21 2 | 3 | Friday July 21st, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170721T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [Hangouts](http://tinyurl.com/ShEx-hangouts) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | 13 | *Next meeting*: 2017.08.04 (Friday) (or 2017.08.18) 14 | 15 | ## Agenda 16 | * Remaining actions for ShEx 2.0 17 | * IDL for v2.0 18 | * Remaining [open issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0): 19 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 20 | * Discuss Language tag constraints in [#47](https://github.com/shexSpec/shex/issues/47) and [#4](https://github.com/shexSpec/shex/issues/4) 21 | * AOB 22 | -------------------------------------------------------------------------------- /meetings/2017/20170804-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-08-04 2 | 3 | Friday August 4th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170804T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [Hangouts](http://tinyurl.com/ShEx-hangouts) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | 13 | *Next meeting*: 2017.08.18 (Friday) 14 | 15 | ## Agenda 16 | * Remaining actions for ShEx 2.0 17 | * IDL for v2.0 18 | * Remaining [open issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0): 19 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 20 | * Discuss Language tag constraints in [#47](https://github.com/shexSpec/shex/issues/47) and [#4](https://github.com/shexSpec/shex/issues/4) 21 | * AOB 22 | -------------------------------------------------------------------------------- /meetings/2017/20170818-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-08-18 2 | 3 | Friday August 4th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170818T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | 13 | *Next meeting*: 2017.09.01 (Friday) 14 | 15 | ## Agenda 16 | * Shape reuse & inheritance [#50](https://github.com/shexSpec/shex/issues/50) 17 | * IDL for v2.0 (depending on attendees) 18 | * Remaining [open issues for v2.0](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) (all related to IDL) 19 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 20 | * UNIQUE keys [#2](https://github.com/shexSpec/shex/issues/2) 21 | * Support for RDF Collections (lists) [#17](https://github.com/shexSpec/shex/issues/17) 22 | * AOB 23 | -------------------------------------------------------------------------------- /meetings/2017/20170901-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-09-01 2 | 3 | Friday August 4th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170818T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Eric Prud'hommeaux 12 | * regrets: Gregg Kellogg 13 | 14 | *Next meeting*: 2017.09.15 (approximately, subject to schedule change) 15 | 16 | ## Agenda 17 | * New meeting time for the fall. Any other day of the week work for folks? 18 | * Shape reuse & inheritance [#50](https://github.com/shexSpec/shex/issues/50) 19 | * IMPORT prototyped in [spec](https://rawgit.com/shexSpec/spec/import/index.html#import), [tests](https://github.com/shexSpec/shexTest/blob/import/validation/manifest.ttl#L15573) and [shex.js](https://github.com/shexSpec/shex.js/compare/import#diff-a9d027e31516f822e4f74c72b0982dec) 20 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 21 | * UNIQUE keys [#2](https://github.com/shexSpec/shex/issues/2) 22 | * Support for RDF Collections (lists) [#17](https://github.com/shexSpec/shex/issues/17) 23 | * AOB 24 | -------------------------------------------------------------------------------- /meetings/2017/20170915-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-09-15 2 | 3 | Friday September 15th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170818T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Eric Prud'hommeaux 12 | * regrets: Dimitris Kontokostas 13 | 14 | *Next meeting*: please vote [here](https://beta.doodle.com/poll/sbcs4tnfh7h96xee#table) 15 | 16 | ## Agenda 17 | * New meeting time for the fall. Any other day of the week work for folks? 18 | * please vote here: https://beta.doodle.com/poll/sbcs4tnfh7h96xee#table 19 | * Shape reuse & inheritance [#50](https://github.com/shexSpec/shex/issues/50) 20 | * IMPORT prototyped in [spec](https://rawgit.com/shexSpec/spec/import/index.html#import), [tests](https://github.com/shexSpec/shexTest/blob/import/validation/manifest.ttl#L15573) and [shex.js](https://github.com/shexSpec/shex.js/compare/import#diff-a9d027e31516f822e4f74c72b0982dec) 21 | * Bug report on [#71](https://github.com/shexSpec/shex/issues/71) 22 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 23 | * UNIQUE keys [#2](https://github.com/shexSpec/shex/issues/2) 24 | * Support for RDF Collections (lists) [#17](https://github.com/shexSpec/shex/issues/17) 25 | * AOB 26 | -------------------------------------------------------------------------------- /meetings/2017/20170926-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-09-26 2 | 3 | Tuesday September 26th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20170926T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | * regrets: _ 13 | 14 | *Next meeting*: Oct 10th 2017 15 | 16 | ## Agenda 17 | * Updates wrt ShEx @ SEMANTiCS Conf 18 | * Shape reuse & inheritance [#50](https://github.com/shexSpec/shex/issues/50) 19 | * IMPORT draft in [spec](https://rawgit.com/shexSpec/spec/import/index.html#import), [tests](https://github.com/shexSpec/shexTest/blob/import/validation/manifest.ttl#L15573) and [shex.js](https://github.com/shexSpec/shex.js/compare/import#diff-a9d027e31516f822e4f74c72b0982dec) 20 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 21 | * UNIQUE keys [#2](https://github.com/shexSpec/shex/issues/2) 22 | * Support for RDF Collections (lists) [#17](https://github.com/shexSpec/shex/issues/17) 23 | * AOB 24 | -------------------------------------------------------------------------------- /meetings/2017/20171010-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-10-10 2 | 3 | Tuesday October 10th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20171010T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | * regrets: _ 13 | 14 | *Next meeting*: Oct 24th 2017 15 | 16 | ## Pending Actions 17 | * Tom to follow up with EricP re: possible applicability of DCMI/FOAF agreement to ShEx. 18 | * Eric work on a prototype for extending shapes 19 | * Eric fix the lang-tag issue 20 | * => Pull Request [17](https://github.com/shexSpec/spec/pull/17) and [23](https://github.com/shexSpec/shexTest/pull/23) 21 | 22 | ## Agenda 23 | * Community updates 24 | * ShEx @ Wikidata conference 25 | * Discuss [ShEx Ruby DSL](https://lists.w3.org/Archives/Public/public-shex/2017Oct/0000.html) 26 | * Prioritize new ShEx 2.1 features 27 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 28 | * [#72](https://github.com/shexSpec/shex/issues/72) Trailing dots in prefixed names 29 | * [#71](https://github.com/shexSpec/shex/issues/73) language stem should respect langMatches semantics. 30 | * [#73](https://github.com/shexSpec/shex/issues/73) Round tripping language tags case 31 | * UNIQUE keys [#2](https://github.com/shexSpec/shex/issues/2) 32 | * Support for RDF Collections (lists) [#17](https://github.com/shexSpec/shex/issues/17) 33 | * AOB 34 | -------------------------------------------------------------------------------- /meetings/2017/20171024-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-10-24 2 | 3 | Tuesday October 24th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20171024T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg-2 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | * regrets: Kat 13 | 14 | *Next meeting*: Nov 7th 2017 15 | 16 | ## Pending Actions 17 | * Eric work on a prototype for extending shapes 18 | * @Everyone vote on [Round tripping language tags case #73](https://github.com/shexSpec/shex/issues/73) 19 | 20 | 21 | ## Agenda 22 | * Community updates 23 | * 1h ShEx tutorial @Wikidata Con 2017 [entry](https://www.wikidata.org/wiki/Wikidata:WikidataCon_2017/Submissions/Using_Shape_Expressions_for_data_quality_and_consistency_in_Wikidata) - [material](https://docs.google.com/document/d/1PY2MIz_sx3n5S1w0kCgOhjtoDBlcBb7rt9v2Jz_hBEs/edit#heading=h.3a4zl5pk9ivx) 24 | * Andra's ShEx sublime package: https://github.com/andrawaag/Shex_Sublime_package 25 | * Discuss Lar's [primer feedback](https://github.com/shexSpec/primer/issues/10) 26 | * Discuss [No way to say "any language-tagged string" #74](https://github.com/shexSpec/shex/issues/74) 27 | * Prioritize new ShEx 2.1 features 28 | * proposal for using github voting for selecting candidate features 29 | * Discuss ShEx DSL / ShEx embedding in documents 30 | * related: [Greg's ShEx Ruby DSL](https://lists.w3.org/Archives/Public/public-shex/2017Oct/0000.html), [Karen's ShEx embedding email](https://lists.w3.org/Archives/Public/public-shex/2017Oct/0008.html) 31 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 32 | * UNIQUE keys [#2](https://github.com/shexSpec/shex/issues/2) 33 | * Support for RDF Collections (lists) [#17](https://github.com/shexSpec/shex/issues/17) 34 | * AOB 35 | -------------------------------------------------------------------------------- /meetings/2017/20171107-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-11-07 2 | 3 | Tuesday November 7th, 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20171107T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg 8 | 9 | ## Admin 10 | 11 | * Chair: Eric Prud'hommeaux 12 | * regrets: Dimitris 13 | 14 | *Next meeting*: Nov 21th 2017 15 | 16 | ## Pending Actions 17 | * Eric work on a prototype for extending shapes 18 | * Dimitris to investigate on Confluence requirements extraction (for ShEx on MarkDown) 19 | * (not suitable for ShEx, [custom page template creation](https://confluence.atlassian.com/doc/blog/2015/08/how-to-document-product-requirements-in-confluence)) 20 | * Eric to make a syntactic sugar suggestion for issue "[No way to say "any language-tagged string" #74](https://github.com/shexSpec/shex/issues/74)" 21 | 22 | 23 | ## Agenda 24 | * Community updates 25 | * Updates from DCMI sessions 26 | * Updates on @Wikidata Con 2017 session 27 | * Discuss ShEx DSL / ShEx embedding in documents 28 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 29 | * AOB 30 | -------------------------------------------------------------------------------- /meetings/2017/20171121-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-11-21 2 | 3 | Tuesday November 21st 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20171121T16&p1=195&ah=1)) 4 | Connection details: 5 | 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://pad.okfn.org/p/shex-cg 8 | 9 | ## Admin 10 | 11 | * Chair: Dimitris Kontokostas 12 | * regrets: 13 | 14 | *Next meeting*: Dec 5th 2017 15 | 16 | ## Pending Actions 17 | * Eric work on a prototype for extending shapes 18 | * [write-up](https://github.com/shexSpec/shex/blob/master/Inheritance.md) 19 | * Dimitris to investigate on Confluence requirements extraction (for ShEx on MarkDown) 20 | * (not suitable for ShEx, [custom page template creation](https://confluence.atlassian.com/doc/blog/2015/08/how-to-document-product-requirements-in-confluence)) 21 | * Eric to make a syntactic sugar suggestion for issue "[No way to say "any language-tagged string" #74](https://github.com/shexSpec/shex/issues/74)" 22 | 23 | 24 | ## Agenda 25 | * Community updates 26 | * Jupyter Notebook for ShEx: https://github.com/andrawaag/shex-jupyter 27 | * Discuss feature popularities 28 | * Shape Extensions: https://github.com/shexSpec/shex/issues/50 29 | * Constraint weights / severities for ShEx: https://github.com/shexSpec/shex/issues/76 30 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 31 | * AOB 32 | -------------------------------------------------------------------------------- /meetings/2017/20171205-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-12-05 2 | 3 | Tuesday December 5th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20171205T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Eric 13 | * regrets: Dimitris 14 | 15 | *Next meeting*: Dec 19th 2017 16 | 17 | ## Pending Actions 18 | * Everyone to give feedback on Eric's [draft for extending shapes](https://github.com/shexSpec/shex/blob/master/Inheritance.md) 19 | ## Agenda 20 | * Community updates 21 | * Lars' [merge request](https://github.com/shexSpec/primer/pull/11) for [issue #10](https://github.com/shexSpec/primer/issues/10) 22 | * Shape Extensions: see [Issue 50](https://github.com/shexSpec/shex/issues/50) and [Eric's draft](https://github.com/shexSpec/shex/blob/master/Inheritance.md) 23 | * Constraint weights / severities for ShEx: https://github.com/shexSpec/shex/issues/76 24 | * Discuss dataset support: https://github.com/shexSpec/shex/issues/77 25 | * [Open Issues for v2.1](https://github.com/shexSpec/shex/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2017/20171219-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2017-12-19 2 | 3 | Tuesday December 19th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20171219T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Dimitris 13 | * regrets: Kat 14 | 15 | *Next meeting*: ~~Jan 2nd 2018~~, Jan 9th vs Jan 16th 2018 16 | 17 | ## Pending Actions 18 | * Everyone to give feedback on Eric's [draft for extending shapes](https://github.com/shexSpec/shex/blob/master/Inheritance.md) 19 | ## Agenda 20 | * Community updates 21 | * ShEx being mentioned in the wikicite report: https://t.co/HfqwfoBrGZ?amp=1 22 | * Eric's ShEx presentation: https://shexspec.github.io/talks/2017/12-05-shexcg-ericp/#(1) 23 | * Lars' [merge request](https://github.com/shexSpec/primer/pull/11) for [issue #10](https://github.com/shexSpec/primer/issues/10) 24 | * Shape Extensions: see [Issue 50](https://github.com/shexSpec/shex/issues/50) and [Eric's draft](https://github.com/shexSpec/shex/blob/master/Inheritance.md) 25 | * Constraint weights / severities for ShEx: https://github.com/shexSpec/shex/issues/76 26 | * Discuss dataset support: https://github.com/shexSpec/shex/issues/77 27 | * Update on state of ShExDoc.g4 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2018/20180102-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-01-02 2 | 3 | Tuesday January 02nd 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180102T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Dimitris 13 | * regrets: Kat 14 | 15 | *Next meeting*: Jan 16th 2018 16 | 17 | ## Agenda 18 | * Community updates 19 | * Decide on day for Shape extensions/restrictions meeting 20 | * Multiple raised issues on the spec by Harold 21 | * Lars' [merge request](https://github.com/shexSpec/primer/pull/11) for [issue #10](https://github.com/shexSpec/primer/issues/10) 22 | * Can we close [issue #10](https://github.com/shexSpec/primer/issues/10)? 23 | * Constraint weights / severities for ShEx: https://github.com/shexSpec/shex/issues/76 24 | * Discuss dataset support: https://github.com/shexSpec/shex/issues/77 25 | * Update on state of ShExDoc.g4 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2018/20180116-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-01-16 2 | 3 | Tuesday January 16th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180116T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Dimitris 13 | * regrets: Lars 14 | 15 | *Next meeting*: Jan 30th 2018 16 | 17 | ## Agenda 18 | * Community updates 19 | * lots of updates 20 | * [Python ShEx implementation](https://github.com/hsolbrig/ShEx) 21 | * Multiple [raised issues](https://github.com/shexSpec/shex/issues) on the spec by Harold 22 | * Lars' [merge request](https://github.com/shexSpec/primer/pull/11) for [issue #10](https://github.com/shexSpec/primer/issues/10) 23 | * Can we close [issue #10](https://github.com/shexSpec/primer/issues/10)? 24 | * AOB 25 | -------------------------------------------------------------------------------- /meetings/2018/20180130-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-01-30 2 | 3 | Tuesday January 30th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180130T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Dimitris 13 | * regrets: 14 | 15 | *Next meeting*: Feb 12th 2018 16 | 17 | ## Agenda 18 | * Community updates 19 | * Lars' [merge request](https://github.com/shexSpec/primer/pull/11) for [issue #10](https://github.com/shexSpec/primer/issues/10) 20 | * Can we close [issue #10](https://github.com/shexSpec/primer/issues/10)? 21 | * Continue discussion of multiple [raised issues](https://github.com/shexSpec/shex/issues) on the spec by Harold 22 | * Discuss ShEx macros or functions ([Issue 31](https://github.com/shexSpec/shex/issues/31)) 23 | * AOB 24 | -------------------------------------------------------------------------------- /meetings/2018/20180213-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-02-13 2 | 3 | Tuesday February 13th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180213T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Eric 13 | * regrets: Dimitris, Lars 14 | 15 | *Next meeting*: Feb 27th 2018 16 | 17 | ## Agenda 18 | * Community updates 19 | * Brainstorming document for a publication related to Harold's PyShEx: https://pad.okfn.org/p/shex-article-outlines 20 | * Update on Tom's & Andra's Jupyter notebooks 21 | * Rescheduling telco day / discuss if same time is convinient 22 | * Continue discussion of multiple [raised issues](https://github.com/shexSpec/shex/issues) on the spec by Harold 23 | * Inheritance updates by Eric 24 | * AOB 25 | -------------------------------------------------------------------------------- /meetings/2018/20180226-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-02-26 2 | 3 | Tuesday February 26th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180226T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/959347434) [jit.si](https://meet.jit.si/ShEx) (backup with [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://pad.okfn.org/p/shex-cg 9 | 10 | ## Admin 11 | 12 | * Chair: Dimitris 13 | * regrets: 14 | 15 | *Next meeting*: Mar 12th 2018 16 | 17 | ## Agenda 18 | * Community updates 19 | * ShEx talk at https://wiki.dnb.de/display/DINIAGKIM/KIM+Workshop+2018 20 | * (cont) Update on Tom's & Andra's Jupyter notebooks 21 | * Continue discussion of multiple [raised issues](https://github.com/shexSpec/shex/issues) on the spec by Harold 22 | * [79 - `nodeIn` appears incorrect for blank nodes](https://github.com/shexSpec/shex/issues/79):
[PROPOSAL](https://github.com/shexSpec/shex/issues/79#issuecomment-357547513): remove blank node text from `nodeIn` 23 | * [81 - Datatype example uses non-sparql11 datatype](https://github.com/shexSpec/shex/issues/81):
[PROPOSAL](https://github.com/shexSpec/shex/issues/81#issuecomment-368446352): support SPARQL1.1 types plus `xsd:date` and `xsd:time` as people complain about their absense in SPARQL. 24 | * Continue inheritance discussion 25 | * AOB 26 | -------------------------------------------------------------------------------- /meetings/2018/20180315-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-03-15 2 | 3 | Tuesday March 15th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180315T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (backup with [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: http://piratepad.net/ShEx 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: 15 | 16 | *Next meeting*: Mar 29th 2018 17 | 18 | ## Agenda 19 | * Community updates 20 | * Shaclex - upport for the parameter "manifestURL" to load examples. For example see [here](http://shaclex.herokuapp.com/load?manifestURL=https://raw.githubusercontent.com/BD2KOnFHIR/FHIRDevDays2017/master/shex_examples.json) 21 | * Java ShEx library 22 | * Genewiki ShEx matrix: https://github.com/SuLab/Genewiki-ShEx/blob/master/README.md 23 | * reordering of of example paga using submodules: e.g. https://github.com/shexSpec/schemas/tree/master/Wikidata 24 | * placeholder for ShExC "cheat sheet" - https://shexspec.github.io/ShExC-cheat-sheet/ 25 | * New issue submitted by Peter 26 | * [14 - conversion to fixed ShapeMap can easily fail](https://github.com/shexSpec/shape-map/issues/14) 27 | * Support multiline comments ([#82](https://github.com/shexSpec/shex/issues/82)) 28 | * [Type mismatch in 5.2 Validation Definition](https://github.com/shexSpec/shex/issues/80) 29 | * Continue inheritance discussion 30 | * AOB 31 | -------------------------------------------------------------------------------- /meetings/2018/20180329-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-03-15 2 | 3 | Tuesday March 29th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180329T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: Greg 15 | 16 | *Next meeting*: April 11th 2018 17 | 18 | ## Agenda 19 | * Community updates 20 | * [Wikitada Utils](https://github.com/hsolbrig/PyShEx/blob/master/tests/utils/wikidata_utils.py) 21 | * ShEx recursion issue raised by Peter 22 | * Iovka's [pull request](https://github.com/shexSpec/spec/pull/19) 23 | * Support multiline comments (#82) (waiting confirmation by Harold) 24 | * [Type mismatch in 5.2 Validation Definition](https://github.com/shexSpec/shex/issues/80) 25 | * Continue inheritance discussion 26 | * AOB 27 | 28 | -------------------------------------------------------------------------------- /meetings/2018/20180412-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-04-12 2 | 3 | Tuesday April 12th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180412T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: Lars, Tom 15 | 16 | *Next meeting*: April 26th 2018 17 | 18 | ## Agenda 19 | * Community updates 20 | * Preprint submitted to ISWC: https://zenodo.org/record/1214521#.Ws9KT5ch2Uk 21 | * Citable version of PyShEx: https://zenodo.org/record/1214189#.Ws9Kopch2Uk 22 | * Citable version of SHACLex: https://zenodo.org/record/1214239#.Ws9KpZch2Uk 23 | * Citable version of shex.js: https://zenodo.org/record/1213693#.Ws9LKZch2Uk 24 | * requirement non recursive shapeExprRef [#19](https://github.com/shexSpec/spec/pull/19) 25 | * Rearrange spec sections 26 | * Support multiline comments (#82) (Harold approved, can we close) 27 | * Continue discussion on graph contraints [#77](https://github.com/shexSpec/shex/issues/77) 28 | * Issues raised by Harold in [ShexSpec/Grammar](https://github.com/shexSpec/grammar/issues) 29 | * AOB 30 | -------------------------------------------------------------------------------- /meetings/2018/20180426-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-04-26 2 | 3 | Tuesday April 26th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180426T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Kat 14 | * regrets: Dimitris, Tom 15 | 16 | *Next meeting*: May 10th 2018 17 | 18 | ## Actions 19 | * Update grammar and close `multi-line comments` #82 20 | * assign `divergence between JSON and ShEx in an example` [#83](https://github.com/shexSpec/shex/issues/83) to a person 21 | 22 | ## Agenda 23 | * Community updates 24 | * Wikibase workshops 25 | Antwerp: Phabricator: https://phabricator.wikimedia.org/search/query/Zn1vBCgc22bY/#R 26 | Berlin: June 17-19 27 | * Advances discussion on infrastructure 28 | * Data modelling grant/grant related data 29 | * Write bots to populate Wikidata and WIkibase 30 | 31 | * TBD 32 | * Discuss updates on `requirement on non recursive shapeExprRef` [#19](https://github.com/shexSpec/spec/pull/19) and rearranging the spec sections 33 | * Dataset support [#77](https://github.com/shexSpec/shex/issues/77) 34 | * Suggestion from Gregg 35 | * Issues raised by Harold in [ShexSpec/Grammar](https://github.com/shexSpec/grammar/issues) 36 | * Discuss type inheritance 37 | * AOB 38 | -------------------------------------------------------------------------------- /meetings/2018/20180510-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-05-10 2 | 3 | Tuesday May 10th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180510T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: Kat 15 | 16 | *Next meeting*: May 24th 2018 17 | 18 | ## Actions 19 | * Update grammar and close `multi-line comments` #82 20 | 21 | ## Agenda 22 | * Community updates 23 | * TBD 24 | * Proposal to accept [Iovka's resolution on recursion](https://github.com/shexSpec/spec/pull/19) update on the spec (including [Eric's markup edits](https://github.com/shexSpec/spec/commit/61920ff7f08e33ebb59a3e5dcf7708ef73190c0c)) 25 | * Dataset support [#77](https://github.com/shexSpec/shex/issues/77) 26 | * Suggestion from Gregg 27 | * Issues raised by Harold in [ShexSpec/Grammar](https://github.com/shexSpec/grammar/issues) 28 | * Discuss type inheritance 29 | * AOB 30 | -------------------------------------------------------------------------------- /meetings/2018/20180524-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-05-24 2 | 3 | Tuesday May 24th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180524T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: 15 | 16 | *Next meeting*: June 7th 2018 17 | 18 | ## Actions 19 | * Update grammar and close `multi-line comments` #82 20 | 21 | ## Agenda 22 | * Community updates 23 | * ShEx.js benchmarking demo [see here for details](https://gitter.im/shapeExpressions/Lobby?at=5afb02455a1d895fae40700a) 24 | * [Atom ShEx Plugin](https://github.com/labra/language-shexc) 25 | * [ShEx-to-UML converter](http://rdfshape.weso.es/schemaInfo?schemaURL=https%3A%2F%2Fraw.githubusercontent.com%2FSuLab%2FGenewiki-ShEx%2Fmaster%2Fproteins%2FWikidata-human-proteins.shex&schemaFormat=ShExC&schemaEngine=ShEx) (in progress) 26 | * [Talk using ShEx](https://figshare.com/articles/Introducing_federated_queries_with_Wikidata/6287144) by Andra 27 | * Andra giving a talk @ [Figshare Belgium](https://figshare.com/articles/Introducing_federated_queries_with_Wikidata/6287144) 28 | * Tom and Eric gave a [DCMI webinar](https://github.com/shexSpec/talks/blob/gh-pages/2018/05-22-dcmiwebinar-tombaker-ericp/ShEx.pdf) 29 | * Request for ShEx tutorial or workshop @ [SWIB18](http://swib.org/swib18/) - Semantic Web in Libraries, Bonn, November 26 30 | * Pending actions to reply to Peter's report 31 | * Dataset support [#77](https://github.com/shexSpec/shex/issues/77) 32 | * Discuss type inheritance 33 | * AOB 34 | -------------------------------------------------------------------------------- /meetings/2018/20180607-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-06-07 2 | 3 | Tuesday June 7th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180607T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: 15 | 16 | *Next meeting*: June 21st 2018 17 | 18 | 19 | 20 | ## Agenda 21 | * Community updates 22 | * Progres update on recursion issue reported by Peter 23 | * Feedback on improving meeting structure 24 | * Dataset support [#77](https://github.com/shexSpec/shex/issues/77) 25 | * Discuss type inheritance 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2018/20180705-agenda.md: -------------------------------------------------------------------------------- 1 | No agenda this week - see https://github.com/shexSpec/shex/blob/master/meetings/20180705-minutes.md 2 | -------------------------------------------------------------------------------- /meetings/2018/20180705-minutes.md: -------------------------------------------------------------------------------- 1 | ## Telecon 2018-06-08 Minutes 2 | 3 | * Participants: Kat, ericP, Tom, Andra 4 | * Regrets: 5 | 6 | Call in Zoom # https://zoom.us/j/441496948 7 | 8 | * Chair: -none- 9 | * Scribe: Kat 10 | 11 | ### graph constraints 12 | 13 | * ericP: i documented the issue that came up in the application of ShEx to Verifiable Claims - specifically that the JSON-LD @container syntax creates an unrooted graph: 14 | * https://github.com/w3c/json-ld-syntax/issues/30#issuecomment-402052256 15 | 16 | ### RESTRICTS and EXTENDS 17 | 18 | * ericP: If I were to extend a shape that is a restriction of another shape- 19 | solution is when you are extending a shape, you look at each shape you're extending- some partition in your shape will match to that- originally was going to paste the restriction in- 20 | 21 | ### Community Updates 22 | 23 | * TomB: At AGROVOC last week (one of the driving use cases for SKOS). Andra joined and talked about Wikidata/ShEx. Lots of interest as FAO in Wikidata and ShEx. Follow up with Lynn Schriml and Lydia Pintscher. 24 | * ericP: what's it mean to align with Wikidata? 25 | * TomB: probably start by aligning the 3500 terms with Wikidata. Analogous to Disease Ontology, but DO also wants to assert DO arcs between Wikidata entities. 26 | * kat: Tom have you seen: http://coli-conc.gbv.de/concordances/wikidata/ 27 | * andra: meeting with Diego tomorrow in brussels. should we touch base on doucumentation of the DIEGO model. 28 | 29 | -------------------------------------------------------------------------------- /meetings/2018/20180719-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-07-19 2 | 3 | Tuesday July 19th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180719T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: 15 | 16 | *Next meeting*: August 2nd 2018 17 | 18 | 19 | 20 | ## Agenda 21 | * Community updates 22 | * Progres update on recursion issue reported by Peter 23 | * Dataset support [#77](https://github.com/shexSpec/shex/issues/77) 24 | * Discuss type inheritance 25 | * List support [#86](https://github.com/shexSpec/shex/issues/86) if time... 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2018/20180802-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-08-02 2 | 3 | Tuesday August 2nd 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180802T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Kat 14 | * regrets: Dimitris 15 | 16 | *Next meeting*: August 16th 2018 17 | 18 | 19 | 20 | ## Agenda 21 | * Community updates 22 | * Discuss features to take on v2.1 23 | * Publish a new version of ShEx with what we have already or add more features 24 | * Discuss on changelog from ShEx 2.0 25 | * AOB 26 | -------------------------------------------------------------------------------- /meetings/2018/20180816-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-08-16 2 | 3 | Tuesday August 16nd 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180816T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Kat 14 | * regrets: Dimitris 15 | 16 | *Next meeting*: August 30th 2018 17 | 18 | 19 | 20 | ## Agenda 21 | * Community updates 22 | * Discuss features to take on v2.1 23 | * Publish a new version of ShEx with what we have already or add more features 24 | * Discuss on changelog from ShEx 2.0 25 | * AOB 26 | -------------------------------------------------------------------------------- /meetings/2018/20180830-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-08-30 2 | 3 | Thursday August 30th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180830T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: Harold Solbrig 15 | 16 | *Next meeting*: September 12th 2018 17 | 18 | 19 | 20 | ## Agenda 21 | * Community updates 22 | 1. ShEx tutorial at [ISWC 2018](http://iswc2018.semanticweb.org/) - http://www.validatingrdf.com/tutorial/iswc2018/ 23 | 2. Thoughts on: 24 | * ShEx tutorial at SWIB 25 | * ShEx tutorial at Wikicite (https://meta.wikimedia.org/wiki/WikiCite_2018) 26 | * ShEx tutorial at SWAT4HCLS (http:/www.swat4hcl.org) 27 | 3. ShEx at Wikibase workshop in New York 28 | * Issue tracker cleanup - https://github.com/shexSpec/shex/issues 29 | * Kat created a Resolutions and Notes for 2.1 doc - https://hackmd.io/POx2h6lGQ--SXErxZLRSXw?edit 30 | * Test suite discussion 31 | * Dataset support 32 | * AOB 33 | -------------------------------------------------------------------------------- /meetings/2018/20180913-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-09-13 2 | 3 | Thursday September 13th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180913T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: Harold Solbrig 15 | 16 | *Next meeting*: September 27th 2018 17 | 18 | 19 | 20 | ## Agenda 21 | * Community updates 22 | * Issue tracker cleanup [big progress by Eric] 23 | * Divergence between JSON and ShEx in an example - https://github.com/shexSpec/shex/issues/83 24 | * Resolutions and Notes for 2.1 doc - https://hackmd.io/POx2h6lGQ--SXErxZLRSXw?edit 25 | * compile a changes since latest release document? 26 | * Dataset support 27 | * AOB 28 | -------------------------------------------------------------------------------- /meetings/2018/20180927-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-09-27 2 | 3 | Thursday September 27th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180927T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: 15 | Jérémie (maybe?) 16 | 17 | *Next meeting*: October 10th 2018 18 | 19 | 20 | 21 | ## Agenda 22 | * Community updates 23 | * new CG members: 24 | - Robert Harris 25 | - University of Bremen with Sebastian Maneth 26 | * Issue tracker cleanup - https://github.com/shexSpec/shex/issues 27 | * Round-trip bug, see discusiion in https://gitter.im/shapeExpressions/Lobby?at=5ba50a197dca3065033454a6 28 | * New Logo donated in https://github.com/shexSpec/shex/issues/89 29 | * Test suite discussion 30 | * AOB 31 | -------------------------------------------------------------------------------- /meetings/2018/20181011-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-10-11 2 | 3 | Thursday October 10th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20180927T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: ericP 14 | * regrets: 15 | Dimitris 16 | 17 | *Next meeting*: October 24th 2018 18 | 19 | 20 | 21 | ## Agenda 22 | * Community updates 23 | * ISWC Tutorial debrief \[labra\] 24 | * Issue tracker cleanup - https://github.com/shexSpec/shex/issues 25 | * Round-trip bug, see discusiion in https://gitter.im/shapeExpressions/Lobby?at=5ba50a197dca3065033454a6 26 | * New Logo donated in https://github.com/shexSpec/shex/issues/89 27 | * Test suite discussion 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2018/20181025-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-10-11 2 | 3 | Thursday October 25th 16:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20181025T16&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | ## Admin 12 | 13 | * Chair: Dimitris 14 | * regrets: - 15 | 16 | *Next meeting*: November 7th 2018 17 | 18 | ## Agenda 19 | * Community updates 20 | * Issue tracker cleanup - https://github.com/shexSpec/shex/issues 21 | * Discuss about next ShEx release 22 | * Test suite discussion 23 | * AOB 24 | -------------------------------------------------------------------------------- /meetings/2018/20181107-agenda.md: -------------------------------------------------------------------------------- 1 | ShEx Telecon 2018-11-07 2 | 3 | Wednesday November 7th 14:00 CET / 08:00 ET / 05:00 PT for 1 hour (in Other timezones) 4 | 5 | Connection details: 6 | 7 | * Audio: https://zoom.us/j/441496948 zoom (orElse jit.si orElse Hangouts) 8 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | Admin 12 | 13 | Chair: Kat 14 | regrets: - 15 | 16 | Next meeting: November 21st 2018 17 | Agenda 18 | 19 | * Community updates 20 | * Issue tracker cleanup - https://github.com/shexSpec/shex/issues 21 | * Discuss about next ShEx release 22 | * Test suite discussion 23 | * AOB 24 | -------------------------------------------------------------------------------- /meetings/2018/20181121-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-10-21 2 | 3 | Wednesday November 21st 14:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20181121T14&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | Admin 12 | 13 | Chair: Dimitris 14 | regrets: - 15 | 16 | Next meeting: December 5th 2018 17 | Agenda 18 | 19 | * Community updates 20 | * Release 2.1 21 | * AOB 22 | -------------------------------------------------------------------------------- /meetings/2018/20181205-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-12-05 2 | 3 | Wednesday December 5th 14:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20181205T14&p1=195&ah=1)) 4 | 5 | Connection details: 6 | 7 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 8 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | 11 | Admin 12 | 13 | Chair: Dimitris 14 | regrets: - 15 | 16 | Next meeting: December 19th 2018 17 | Agenda 18 | 19 | * Community updates 20 | * [Peter's comments](https://lists.w3.org/Archives/Public/public-shex/2018Nov/0009.html) on 2.1 release announcement 21 | * AOB 22 | -------------------------------------------------------------------------------- /meetings/2018/20181205-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecons 2 | 3 | ## Telecon 2018-12-05 Minutes 4 | 5 | * Participants: Kat, Jeremie, Dimitris 6 | * Regrets: 7 | 8 | Call in Zoom # https://zoom.us/j/441496948 9 | 10 | * Chair: Dimitris 11 | * Scribe: 12 | 13 | ### Community Updates 14 | 15 | #### Semantic Web in Libraries (SWIB 2018) ShEx Tutorial 16 | 17 | * Kat: SWIB tutorial page: https://www.wikidata.org/wiki/User:YULdigitalpreservation/ShExTutorialSWIB2018 18 | * Kat: ... Tom's and my slides are there, Andra will add them soom. Tutorial went very well, we did a hands on part and everyone made it to write a ShEx schema. A lot of engagement and people eager to use ShEx in their work. 19 | 20 | #### WikiCite 21 | 22 | * https://meta.wikimedia.org/wiki/WikiCite_2018 23 | * Kat: Jose and Eric discussed ShEx ideas 24 | 25 | #### Java implementation 26 | 27 | * Jeremie: Completed the implementation report for the Java implementation and is listed on the ShEx report page 28 | 29 | 30 | ### Peter's comments on 2.1 release announcement 31 | * Jeremie: Iovka will be looking into Peter's comment 32 | 33 | ### AOB 34 | -------------------------------------------------------------------------------- /meetings/2018/20181219-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2018-12-19 2 | 3 | *Wednesday December 19th 14:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20181219T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * regrets: - 13 | 14 | *Next meeting*: January 2nd 2018 15 | 16 | ### Agenda 17 | 18 | * Community updates 19 | * [SWAT4LS hackathon: "mammalian milk"](https://github.com/IC-FOODS/FoodShapes/tree/master/milk_shape) 20 | * [Peter's comments](https://lists.w3.org/Archives/Public/public-shex/2018Nov/0009.html) on 2.1 release announcement 21 | * AOB 22 | -------------------------------------------------------------------------------- /meetings/2018/20181219-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecons 2 | 3 | ## Telecon 2018-12-19 Minutes 4 | 5 | * Participants: Dimitris, Kat, Jeremie, Andra 6 | * Regrets: 7 | 8 | Call in Zoom # https://zoom.us/j/441496948 9 | 10 | * Chair: Dimitris 11 | * Scribe: Kat 12 | 13 | ### Community Updates 14 | 15 | #### SWAT4LS hackathon: 16 | * [mammalian milk](https://github.com/IC-FOODS/FoodShapes/tree/master/milk_shape) 17 | * Andra: Hackathon on modelling lasagne. Wrote a schema for milk. March conf UC Davis- data models of food. 18 | * Andra: FAIRification of data related to mycotoxins of wheat. I used shex to describe the model. Wag. Data Center Day. 19 | * Kat: Submitted a new version of our ISWC paper to ESWC 20 | * Kat: Software Heritage, based on France and funded by INRIA and Unesco. Goal is to maintain a public archinve of all of the source code that can archive e.g. gihub, bitbucket but also try to contact orgs that do not publish their repos online. 21 | Harold's Pyshex wasn't packaged as a release- Harold if you want to create a release- just let me know and I will add the Software Heritage release id 22 | * shex.js: https://www.wikidata.org/wiki/Q51672386 23 | * SHACLex: https://www.wikidata.org/wiki/Q51672819 24 | 25 | ### Peter's comments on 2.1 release announcement 26 | * Jeremie: Iovka is woking on this 27 | 28 | ### AOB 29 | -------------------------------------------------------------------------------- /meetings/2019/20190102-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-01-02 2 | 3 | *Wednesday January 2nd 14:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190102T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * regrets: - 13 | 14 | *Next meeting*: January 16th 2018 15 | 16 | ### Agenda 17 | 18 | * Community updates 19 | * [Peter's comments](https://lists.w3.org/Archives/Public/public-shex/2018Nov/0009.html) on 2.1 release announcement 20 | * Priority of features for 2.2 21 | * AOB 22 | -------------------------------------------------------------------------------- /meetings/2019/20190130-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-01-30 2 | 3 | *Wednesday January 30th 14:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190130T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * regrets: - 13 | 14 | *Next meeting*: February 13th 2018 15 | 16 | ### Agenda 17 | 18 | * Community updates 19 | * Email for Profiles Ontology review 20 | * EXTENDS tests: https://github.com/shexSpec/shexTest/blob/extends/validation/manifest.ttl#L16252-L17043 21 | * Recently opened issues 22 | * AOB 23 | -------------------------------------------------------------------------------- /meetings/2019/20190213-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-01-30 2 | 3 | *Wednesday February 13th 14:00 CET / 10:00 ET / 07:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190213T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * regrets: - 13 | 14 | *Next meeting*: February 27th 2018 15 | 16 | ### Agenda 17 | 18 | * Community updates 19 | * [Comments submitted by Tom, Kat, Eric, Andra](https://lists.w3.org/Archives/Public/public-dxwg-comments/2019Feb/0001.html) about the First Public Working Draft of [Profiles Ontology](https://www.w3.org/TR/dx-prof/). 20 | * Discussion of EXTENDS 21 | * Recently opened issues 22 | * in https://github.com/shexSpec/schemas/issues 23 | * in https://github.com/shexSpec/grammar/issues 24 | * in https://github.com/shexSpec/shex/issues 25 | * AOB 26 | -------------------------------------------------------------------------------- /meetings/2019/20190213-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecons 2 | 3 | ## Telecon 2019-02-13 Minutes 4 | 5 | * Participants: ericP, Tom, Kat, Dimitris 6 | * Regrets: 7 | 8 | Call in Zoom # https://zoom.us/j/441496948 9 | 10 | * Chair: Dimitris 11 | * Scribe: ericP 12 | 13 | # Community Updates 14 | 15 | * Tom: we're organizing the hack day in the DCMI conference in Seoul 16 | * ... want an emphasis on ShEx for hackday and tutorial. 17 | * ... discussing with Andra who organized the Utrecht hackathon. 18 | * ... want to get Andra to come and deliver a thread on ShEx and wikidata. 19 | * ... at least two members of the DCMI govorning board are active in wikidata. 20 | * ... Osma Suominen and Joachim Neubert work with Wikidata 21 | * ... some colleagues will come from Japan for that. 22 | 23 | # Comment on Profile Ontology 24 | 25 | * [Comments submitted by Tom, Kat, Eric, Andra](https://lists.w3.org/Archives/Public/public-dxwg-comments/2019Feb/0001.html) about the First Public Working Draft of [Profiles Ontology](https://www.w3.org/TR/dx-prof/). 26 | * Tom: last time I looked on the mailing list, the working group was endorsing our view that it is really a vocabulary (not an ontology). 27 | * ... many points we made in the comments have been made before in the WG. 28 | * ... One of the editors posted some quick comments and I posted some follow-up comments. 29 | * ... (meta) got good feedback on the comments. 30 | 31 | Lucas wrote his thesis about Wikidata Shex Inferencing Tool: 32 | https://github.com/lucaswerkmeister/master-thesis/releases/tag/final 33 | 34 | # ShEx Wiki migration 35 | 36 | * ericP: propose to migrate [w3c ShEx wiki](https://www.w3.org/2001/sw/wiki/ShEx) to [github shex wiki](https://github.com/shexSpec/shex/wiki) 37 | * Dimitris: mediawiki dump to github pages converter: https://github.com/philipashlock/mediawiki-to-markdown 38 | * ACTION: Tom is migrating the wikis. 39 | -------------------------------------------------------------------------------- /meetings/2019/20190227-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-02-27 2 | 3 | *Wednesday February 27th 14:00 CET / 08:00 ET / 05:00 PT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190227T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Kat 12 | * regrets: Dimitris 13 | 14 | *Next meeting*: March 13th 2018 15 | 16 | ### Agenda 17 | 18 | * Community updates 19 | * Discus [proposal from Eric on how extends work](https://lists.w3.org/Archives/Public/public-shex/2019Feb/0003.html) 20 | * Recently opened issues 21 | * BNF vs EBNF: https://github.com/shexSpec/grammar/issues/11 22 | * in https://github.com/shexSpec/schemas/issues 23 | * AOB 24 | -------------------------------------------------------------------------------- /meetings/2019/20190327-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-03-27 2 | 3 | *Wednesday March 27 14:00 CET / __06:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190327T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris (tendative) 12 | * Regrets: 13 | 14 | *Next meeting*: April 10th 2018 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * Address comments on ShEx 2.1 22 | * [EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 23 | * Recently opened issues 24 | * BNF vs EBNF: https://github.com/shexSpec/grammar/issues/11 (can we close this?) 25 | * in https://github.com/shexSpec/schemas/issues 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2019/20190327-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecons 2 | 3 | ## Telecon 2019-03-27 Minutes 4 | 5 | * Participants: Harold, Nishad, Kat, ericP, Jeremie 6 | * Regrets: 7 | 8 | Call in Zoom # https://zoom.us/j/441496948 9 | 10 | * Chair: ericP 11 | * Scribe: Kat 12 | 13 | 14 | # EXTENDS 15 | 16 | * ericp: [Case for extends] 17 | (https://rawgit.com/shexSpec/primer/extends/vitals.html) use case is FHIR- makes frequent use of repeated properties 18 | * Harold: Why do you need to do closures? I'd be inclined to leave ABSTRACT out of this. 19 | * ericP: The use of ABSTRACT - marks a base class as vapid 20 | * Harold: When explaining EXTENDS- it might be helpful to leave out ABSTRACT for the explanation 21 | * Jeremie: EXTRA in compiled version- why isn't there EXTRA in the other? 22 | * ericP: I should say analagous instead of compiled. 23 | * Harold: Will you confirm if the use case in the biolink notebook is supported by extends? 24 | * ericP: I don't think so. 25 | * Harold: I think this is a common idiom we will get. 26 | * ericP: shape you extend, person base that doesn't have a req for type arc and then friendly person that does have a type arc for friendly person. 27 | * Harold: THe community will have this need: I'm giving you an instance of "friendly person" does this conform? 28 | * ericP: shapemap 29 | * Jeremie: Difficulty when you validate and you get an error- then going through the heirarchy of EXTENDS and through all the partitions for the purpose of error reporting. Painful to debug and figure out why it failed. 30 | * ericP: All of us have been frustrated by the error reporting. Not sure the 'compiled' version route would improve that. 31 | * Harold: I've thrown on a bug flag where throw in some diagnostic information that seems to help 32 | * ericP: Repairs - other way to look at error reporting plus how to fix 33 | * Harold: I need to know what I need in order to implement EXTENDS 34 | * ericP: We need to sort out the discriminating type issue 35 | 36 | # Address comments on ShEx 2.1 37 | 38 | -------------------------------------------------------------------------------- /meetings/2019/20190410-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-04-10 2 | 3 | *Wednesday April 10 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190410T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * Regrets: 13 | 14 | *Next meeting*: April 24th 2018 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * Address comments on ShEx 2.1 22 | * [EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 23 | * Recently opened issues 24 | * AOB 25 | -------------------------------------------------------------------------------- /meetings/2019/20190424-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-04-24 2 | 3 | *Wednesday April 24 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190424T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * Regrets: 13 | 14 | *Next meeting*: May 8th 2018 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * Address comments on ShEx 2.1 22 | * [+ triplesMatching PR](https://github.com/shexSpec/shape-map/pull/17) 23 | * Discuss 24 | * Recent issues on Primer: https://github.com/shexSpec/primer/issues 25 | * Recent issues on smape-map: https://github.com/shexSpec/shape-map/issues 26 | * [EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 27 | * Other recently opened issues 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2019/20190508-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-05-08 2 | 3 | *Wednesday May 08 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190508T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * Regrets: 13 | 14 | *Next meeting*: May 22nd 2018 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * Address comments on ShEx 2.1 / ShapeMap 22 | * [+ triplesMatching PR](https://github.com/shexSpec/shape-map/pull/17) 23 | * [Progress on EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 24 | * Discuss 25 | * Recent issues on Primer: https://github.com/shexSpec/primer/issues 26 | * Recent issues on smape-map: https://github.com/shexSpec/shape-map/issues 27 | * Other recently opened issues 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2019/20190522-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-05-22 2 | 3 | *Wednesday May 22 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190522T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * Regrets: 13 | 14 | *Next meeting*: June 5th 2018 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * ShEx in Wikidata [announced for May 28](https://lists.wikimedia.org/pipermail/wikidata/2019-May/013058.html) - see also [YouTube video](https://www.youtube.com/watch?v=AR75KhEoRKg) [Phabricator](https://phabricator.wikimedia.org/T223622) 22 | * [ShEx easter Eggs](https://docs.google.com/document/d/1nx93gkUOVUM25RSxhukh5X0up4PDiXD9R2udqm1UFLw/edit?usp=sharing) 23 | * [ShEx easter Eggs II](https://phabricator.wikimedia.org/T223997) 24 | * [Question on Lua and WP Templates](https://lists.wikimedia.org/pipermail/wikidata/2019-May/013061.html) 25 | * [Progress on EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 26 | * Discuss 27 | * Recent issues on Primer: https://github.com/shexSpec/primer/issues 28 | * Recent issues on smape-map: https://github.com/shexSpec/shape-map/issues 29 | * Other recently opened issues 30 | * AOB 31 | -------------------------------------------------------------------------------- /meetings/2019/20190605-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-06-05 2 | 3 | *Wednesday June 05 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190605T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * Regrets: 13 | 14 | *Next meeting*: June 5th 2018 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * Discuss ShEx 2.1 publication 22 | * [Progress on EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 23 | * Discuss 24 | * Recent issues on Primer: https://github.com/shexSpec/primer/issues 25 | * Recent issues on smape-map: https://github.com/shexSpec/shape-map/issues 26 | * Other recently opened issues 27 | * AOB 28 | -------------------------------------------------------------------------------- /meetings/2019/20190619-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-06-19 2 | 3 | *Wednesday June 19 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190619T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chair: Dimitris 12 | * Regrets: Tom 13 | 14 | *Next meeting*: July 3rd 2019 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * [TimBL discusses ShEx](https://www.w3.org/DesignIssues/Footprints.html) 22 | * Communication channels 23 | * [ShEx CG blog](https://www.w3.org/community/shex) - Eric and Tom posted two announcements there yesterday. We should use this more frequently. 24 | * [@rdfShEx twitter](https://twitter.com/rdfShEx) - we also set up a Twitter feed 25 | * [gitter/jupyter channel](https://gitter.im/shapeExpressions/jupyter) has some interesting discussion 26 | * Discuss ShEx 2.1 publication 27 | * [Progress on EXTENDS](https://rawgit.com/shexSpec/primer/extends/index.html#extension) 28 | * Discuss 29 | * Recent issues on Primer: https://github.com/shexSpec/primer/issues 30 | * Recent issues on smape-map: https://github.com/shexSpec/shape-map/issues 31 | * Other recently opened issues 32 | * AOB 33 | -------------------------------------------------------------------------------- /meetings/2019/20190814-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-08-14 2 | 3 | *Wednesday August 14 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190814T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Dimitris 12 | * Regrets: Tom 13 | 14 | *Next meeting*: August 28th 2019 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Introductions 20 | * Community updates 21 | * EXTENDS summary 22 | * Co-chair 23 | -------------------------------------------------------------------------------- /meetings/2019/20190828-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-08-28 2 | 3 | *Wednesday August 28 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190828T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/1DLwG2L6R1ewRRLVGT4Hkw?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: 12 | * Regrets: 13 | 14 | *Next meeting*: September 11th 2019 15 | 16 | ### Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * Community updates 20 | * EXTENDS summary 21 | * Co-chair 22 | -------------------------------------------------------------------------------- /meetings/2019/20190911-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-09-11 2 | 3 | *Wednesday Septenber 11 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190911T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra 12 | * Expected: Tom, Nishad, Kat 13 | * Regrets: 14 | 15 | *Next meeting*: September 25th 2019 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Community updates 21 | * [DC-2019 Hack Day pitch](https://hackmd.io/i7tC1gC6RXOFtzElnhlpZw?both) on simple interfaces for authoring ShEx-based application profiles 22 | * Co-chair 23 | -------------------------------------------------------------------------------- /meetings/2019/20191009-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-10-09 2 | 3 | *Wednesday October 09 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190911T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: 12 | * Expected: 13 | * Regrets: 14 | 15 | *Next meeting*: tbd 16 | 17 | ## Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | ### Release of 2.1 21 | 22 | ### Community updates 23 | 24 | # Running issues 25 | ### Phabricator ShEx development Wikidata [link](https://phabricator.wikimedia.org/project/board/3789/) 26 | This is Wikimedia Germany. This is the place to discuss with modelers. This is for technical tasks. 27 | 28 | ### Phabricator WikiProject ShEx [link](https://phabricator.wikimedia.org/project/bord/3356/) 29 | This is where community development happens on Wikidata. This is for design issues. 30 | 31 | ### Github [link](https://github.com/shexSpec/schemas/issues) 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /meetings/2019/20191023-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-10-23 2 | 3 | *Wednesday October 23 14:00 CET / __05:00 PDT__ for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20191023T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Dimitris 12 | * Regrets: 13 | 14 | *Next meeting*: tbd 15 | 16 | ## Agenda 17 | *(feel free to extend before the meeting)* 18 | 19 | * ShEx CG chair 20 | * Release of 2.1 21 | * Community updates 22 | * Annotations after shape label directly (#96) 23 | * ShEx@WikidataCon: https://www.wikidata.org/wiki/Wikidata:WikidataCon_2019/Program/Sessions/Shape_Expressions_workshop 24 | -------------------------------------------------------------------------------- /meetings/2019/20191106-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-11-06 2 | 3 | *Wednesday November 06 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190911T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Kat 12 | * Expected: 13 | * Regrets: Andra 14 | 15 | *Next meeting*: November 20, 2019 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Introductions 21 | * Community updates 22 | -------------------------------------------------------------------------------- /meetings/2019/20191120-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-11-06 2 | 3 | *Wednesday November 06 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20190911T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra 12 | * Expected: 13 | * Regrets: 14 | 15 | *Next meeting*: December 4, 2019 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Introductions 21 | * Community updates 22 | * Issues 23 | 24 | * [Phabricator Shape Expressions](https://phabricator.wikimedia.org/project/view/3789/) 25 | 26 | * [Phabricator Wikiproject ShEx](https://phabricator.wikimedia.org/project/view/3356/) 27 | 28 | * [Github](https://github.com/shexSpec/shex/issues) 29 | -------------------------------------------------------------------------------- /meetings/2019/20191218-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-12-18 2 | 3 | *Wednesday December 18 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20191218T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra, Eric, Nishad, Kat 12 | * Expected: 13 | * Regrets: 14 | 15 | *Next meeting*: ?? 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Introductions 21 | * Community updates 22 | * Proposal recorded webinars 23 | * Issues 24 | * [Github](https://github.com/shexSpec/shex/issues) 25 | 26 | 27 | 28 | * [Phabricator Wikiproject ShEx](https://phabricator.wikimedia.org/project/view/3356/) 29 | 30 | 31 | * [Phabricator Shape Expressions](https://phabricator.wikimedia.org/project/view/3789/) 32 | 33 | -------------------------------------------------------------------------------- /meetings/2020/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Datasource local storage ignored files 5 | /dataSources/ 6 | /dataSources.local.xml 7 | # Editor-based HTTP Client requests 8 | /httpRequests/ 9 | -------------------------------------------------------------------------------- /meetings/2020/.idea/2020.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /meetings/2020/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /meetings/2020/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /meetings/2020/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /meetings/2020/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /meetings/2020/20200108-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-01-08 2 | 3 | *Wednesday January 8 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200108T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra 12 | * Expected: 13 | * Regrets: 14 | 15 | *Next meetings*: [calender](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Introductions 21 | * Community updates 22 | * Status 2.2 23 | * [Suggested improvement 1](https://github.com/shexSpec/shex/issues/96) 24 | 25 | * Issues 26 | * [Github](https://github.com/shexSpec/shex/issues) 27 | * [Impossible to find information about Wednesday calls](https://github.com/shexSpec/shex/issues/97) 28 | * [Define the semantics of qualified names in shape maps](https://github.com/shexSpec/shex/issues/95) 29 | 30 | * [Phabricator Wikiproject ShEx](https://phabricator.wikimedia.org/project/view/3356/) 31 | * [Investigate Shape Expressions for GLAMs](https://phabricator.wikimedia.org/T227079) 32 | * [How to model the continuity of a single project which is divided in reality in more projects "administratively".](https://phabricator.wikimedia.org/T195817) 33 | 34 | 35 | * [Phabricator Shape Expressions](https://phabricator.wikimedia.org/project/view/3789/) 36 | 37 | -------------------------------------------------------------------------------- /meetings/2020/20200122-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-01-22 2 | 3 | *Wednesday January 22 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200122T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra 12 | * Expected: Tom 13 | * Regrets: 14 | 15 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Introductions 21 | * Community updates 22 | * Status 2.2 23 | * [Suggested improvement 1](https://github.com/shexSpec/shex/issues/96) 24 | 25 | * Issues 26 | * [Github](https://github.com/shexSpec/shex/issues) 27 | * [Impossible to find information about Wednesday calls](https://github.com/shexSpec/shex/issues/97) 28 | * [Inventory of CG Web pages and resources](https://github.com/shexSpec/shex/issues/97#issuecomment-577161031) 29 | * [Define the semantics of qualified names in shape maps](https://github.com/shexSpec/shex/issues/95) 30 | 31 | * [Phabricator Wikiproject ShEx](https://phabricator.wikimedia.org/project/view/3356/) 32 | * [Investigate Shape Expressions for GLAMs](https://phabricator.wikimedia.org/T227079) 33 | * [How to model the continuity of a single project which is divided in reality in more projects "administratively".](https://phabricator.wikimedia.org/T195817) 34 | 35 | 36 | * [Phabricator Shape Expressions](https://phabricator.wikimedia.org/project/view/3789/) 37 | 38 | -------------------------------------------------------------------------------- /meetings/2020/20200219-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-02-19 2 | 3 | *Wednesday February 19th 2020 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=202000219T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [zoom](https://zoom.us/j/441496948) (`orElse` [jit.si](https://meet.jit.si/ShEx) `orElse` [Hangouts](http://tinyurl.com/ShEx-hangouts)) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra 12 | * Expected: 13 | * Regrets: 14 | 15 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 16 | 17 | ### Agenda 18 | *(feel free to extend before the meeting)* 19 | 20 | * Introductions 21 | * Community updates 22 | * Status 2.2 23 | * [Suggested improvement 1](https://github.com/shexSpec/shex/issues/96) 24 | 25 | * Issues 26 | * [Github](https://github.com/shexSpec/shex/issues) 27 | * [Impossible to find information about Wednesday calls](https://github.com/shexSpec/shex/issues/97) 28 | * [Inventory of CG Web pages and resources](https://github.com/shexSpec/shex/issues/97#issuecomment-577161031) 29 | * [Define the semantics of qualified names in shape maps](https://github.com/shexSpec/shex/issues/95) 30 | 31 | * [Phabricator Wikiproject ShEx](https://phabricator.wikimedia.org/project/view/3356/) 32 | * [Investigate Shape Expressions for GLAMs](https://phabricator.wikimedia.org/T227079) 33 | * [How to model the continuity of a single project which is divided in reality in more projects "administratively".](https://phabricator.wikimedia.org/T195817) 34 | 35 | 36 | * [Phabricator Shape Expressions](https://phabricator.wikimedia.org/project/view/3789/) 37 | 38 | -------------------------------------------------------------------------------- /meetings/2020/20200304-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-03-04 2 | 3 | *Wednesday March 4, 2020 14:00 CET / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=202000304T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | * Audio: [jit.si](https://meet.jit.si/ShEx) 7 | * Minutes: https://hackmd.io/TKlxxs67R1maCmhnbeEZTA?edit (not https://hackmd.io/uYVOpGcBQea8U5eSD1vY1w?both) 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Admin*: 11 | * Chairs: Andra 12 | * Expected: 13 | * Regrets: 14 | 15 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 16 | 17 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 18 | 19 | ### Agenda 20 | *(feel free to extend before the meeting)* 21 | 22 | * Introductions 23 | * Community updates 24 | * Status 2.2 25 | * 26 | * Issues 27 | * [Github](https://github.com/shexSpec/shex/issues) 28 | * [Implicit ANDs between shape expressions](https://github.com/shexSpec/shex/issues/20) 29 | * [Impossible to find information about Wednesday calls](https://github.com/shexSpec/shex/issues/97) 30 | * [Inventory of CG Web pages and resources](https://github.com/shexSpec/shex/issues/97#issuecomment-577161031) 31 | * [Define the semantics of qualified names in shape maps](https://github.com/shexSpec/shex/issues/95) 32 | 33 | * [Phabricator Wikiproject ShEx](https://phabricator.wikimedia.org/project/view/3356/) 34 | 35 | * [Phabricator Shape Expressions](https://phabricator.wikimedia.org/project/view/3789/) 36 | 37 | -------------------------------------------------------------------------------- /meetings/2020/20200429-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-04-29 2 | 3 | *Wednesday April 29, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=202000318T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | * Reschedule meeting times? (Poll: https://doodle.com/poll/iy4pygthx6sn4ahc) 18 | * Community updates 19 | * Biohackathon proposal due April 30th 20 | * https://docs.google.com/document/d/1bHqyRorYgz3ZvdHnjYNPQcZJc9BfcV7Zm4EACYyZxlM/edit 21 | * https://docs.google.com/document/d/1PHKRG2s7xvAGHQB0XiqrVREXImIY8qlFonYrlMkME2k/edit 22 | * https://docs.google.com/document/d/1YeGVX0O5htOn515gT_rbqkj-N7jnIvBsUkt5BHlY09E/edit?usp=sharing 23 | * https://github.com/shexSpec/spec/issues/35 24 | 25 | ## Minutes 26 | 27 | Chair: Andra 28 | Attendees: 29 | Regrets: 30 | 31 | ### community updates 32 | 33 | 34 | -------------------------------------------------------------------------------- /meetings/2020/20200513-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-05-13 2 | 3 | *Wednesday May 13th, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200513T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | * Reschedule meeting times? (Poll: https://doodle.com/poll/iy4pygthx6sn4ahc) 18 | * Community updates 19 | * Outlet/Vlogs/Blogs 20 | * Tool updates 21 | * In the meting on 15 April 2020 the CG voted in support of making this change: [ 22 | ShExC [50] exclusion missing '.'](https://github.com/shexSpec/spec/issues/35) 23 | 24 | ## Minutes 25 | 26 | Chair: Andra 27 | Attendees: 28 | Regrets: 29 | 30 | ### community updates 31 | 32 | ### Outlets/Vlogs/Blogs 33 | * [Introducción a EntitySchemas](https://www.youtube.com/watch?time_continue=120&v=NKfOY4U_QRc&feature=emb_logo) 34 | 35 | ### Tool updates 36 | * [ShExStatements](https://github.com/johnsamuelwrites/ShExStatements) 37 | 38 | 39 | -------------------------------------------------------------------------------- /meetings/2020/20200527-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-05-27 2 | 3 | *Wednesday May 27th, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200527T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | * Community updates 18 | * Eric will make update and close : [ShExC [50] exclusion missing '.'](https://github.com/shexSpec/spec/issues/35) 19 | * progress on the CSV template (Tom Baker) 20 | * https://github.com/dcmi/dcap/blob/master/prototypes/recipe/ap_recipe.csv - based on https://developers.google.com/search/docs/data-types/recipe 21 | * Note: https://github.com/johnsamuelwrites/ShExStatements/blob/master/examples/languageap.csv 22 | * https://github.com/dcmi/dcap/issues/60 - Github issues, where much of the discussion happens 23 | * https://lists.dublincore.org/pipermail/application-profiles-ig/2020-May/thread.html - where the rest of the discussion happens 24 | * Outlet/Vlogs/Blogs 25 | * Tool updates 26 | 27 | ## Minutes 28 | 29 | Chair: Andra 30 | Attendees: Andra, Eric, Tom, JohnS, Kat, Nishad, Samuel Klein 31 | Regrets: 32 | 33 | ### community updates 34 | 35 | Eric: My time is being consumed by Shape 36 | 37 | John Samuel: ShExStatements API. 38 | 39 | Andra: Alasdair Gray asked me yesterday about converting YAML into ShEx. 40 | 41 | ### Outlets/Vlogs/Blogs 42 | 43 | ### Tool updates 44 | 45 | 46 | -------------------------------------------------------------------------------- /meetings/2020/20200610-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2019-06-10 2 | 3 | *Wednesday June 10th, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200610T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | * Community updates 18 | * Outlet/Vlogs/Blogs 19 | * Tool updates 20 | 21 | ## Minutes 22 | 23 | Chair: Andra 24 | Attendees: 25 | Regrets: 26 | 27 | ### community updates 28 | 29 | ### Blogs/Vlogs 30 | * Wikipedia Weekly: https://www.youtube.com/watch?v=K6zwLnMKYMI&t=1850s 31 | 32 | ### Latest EntitySchema 33 | #### Orienteer https://www.wikidata.org/wiki/EntitySchema:E218 34 | 35 | ### Tool updates 36 | -------------------------------------------------------------------------------- /meetings/2020/20200624-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-06-24 2 | 3 | *Wednesday June 24th, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200624T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | * Community updates 18 | * Tiago Lubiana [DCMI webinar on June 25 about WikiProject COVID19](https://www.dublincore.org/news/2020/05-29-webinar-wikiproject-covid-19/) will touch on ShEx 19 | * Should be great 20 | * This is first in a new DCMI webinar series - webinar about ShEx in December (or in new year)? 21 | * Webinar sequence 22 | * First pilot working with Nav on a online editing of ShEx. 23 | * Outlet/Vlogs/Blogs 24 | * Tool updates 25 | * Introducing Shumlex: https://jorgealvarezfidalgo.github.io/Shumlex/ 26 | * Latest EntitySchema 27 | * miembro del Instituto Universitario de Análisis y Aplicaciones Textuales https://www.wikidata.org/wiki/EntitySchema:E220 28 | 29 | ## Minutes 30 | 31 | Chair: Andra 32 | Attendees: 33 | Regrets: 34 | 35 | 36 | -------------------------------------------------------------------------------- /meetings/2020/20200708-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-07-08 2 | 3 | *Wednesday July 8th, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200708T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | * Community updates 18 | * Webinar sequence 19 | * First pilot working with Nav on a online editing of ShEx. 20 | * Outlet/Vlogs/Blogs 21 | * Tool updates 22 | * Latest EntitySchema 23 | * European Researcher https://www.wikidata.org/wiki/EntitySchema:E225 24 | 25 | ## Minutes 26 | 27 | Chair: Andra 28 | Attendees: 29 | Regrets: -------------------------------------------------------------------------------- /meetings/2020/20200722-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-07-22 2 | 3 | *Wednesday July 22nd, 2020 14:00 CET / 06:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200722T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | 18 | * Community updates 19 | 20 | * Webinar sequence 21 | 22 | Wikipedia Weekly: https://www.youtube.com/watch?v=nM8kXuZM3lQ 23 | 24 | * Outlet/Vlogs/Blogs 25 | 26 | * Tool updates 27 | 28 | 29 | ## Minutes 30 | 31 | Chair: Andra 32 | Attendees: 33 | Regrets: -------------------------------------------------------------------------------- /meetings/2020/20200819-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-08-19 2 | 3 | *Wednesday August 19th, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200819T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | 18 | * Community updates 19 | 20 | 21 | * Webinar sequence 22 | 23 | Wikipedia Weekly: [July 20 episode](https://www.youtube.com/watch?v=nM8kXuZM3lQ) 24 | 25 | * WARN logistics 26 | 27 | ## Minutes 28 | 29 | Chair: ericP 30 | 31 | Attendees: 32 | 33 | Regrets: 34 | 35 | -------------------------------------------------------------------------------- /meetings/2020/20200902-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-09-02 2 | 3 | *Wednesday September 2nd, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20200902T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | 18 | * Community updates 19 | 20 | 21 | * Webinar sequence 22 | 23 | 24 | * WARN logistics 25 | 26 | ## Minutes 27 | 28 | Chair: ericP 29 | 30 | Attendees: 31 | 32 | Regrets: 33 | -------------------------------------------------------------------------------- /meetings/2020/20201014-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-10-28 2 | 3 | *Wednesday Octobre 28, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201014T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | 18 | * Community updates 19 | 20 | 21 | * Discussion 22 | 23 | 24 | * AOB 25 | 26 | ## Minutes 27 | 28 | Chair: Andra 29 | 30 | Attendees: 31 | 32 | Regrets: 33 | -------------------------------------------------------------------------------- /meetings/2020/20201028-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-10-28 2 | 3 | *Wednesday Octobre 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201014T14&p1=195&ah=1))* 4 | 5 | *Connection details*: 6 | 7 | * Audio: https://us02web.zoom.us/j/441496948 8 | * Gitter: https://gitter.im/shapeExpressions/Lobby 9 | 10 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 11 | 12 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 13 | 14 | ## Agenda 15 | 16 | * Introductions 17 | 18 | * Community updates 19 | * Release of the Schema Listing on Wikidata: https://www.wikidata.org/wiki/Wikidata:Database_reports/EntitySchema_directory 20 | 21 | 22 | * Discussion 23 | * use cases for WARN semantic 24 | 25 | * AOB 26 | 27 | ## Minutes 28 | 29 | Chair: Andra 30 | 31 | Attendees: 32 | 33 | Regrets: 34 | -------------------------------------------------------------------------------- /meetings/2020/20201125-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-11-25 2 | *Wednesday November 25, 20 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201125T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20201125.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | 13 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 14 | 15 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 16 | 17 | Chair: Andra 18 | 19 | Attendees: 20 | 21 | Regrets: 22 | 23 | ## Agenda 24 | 25 | * Introductions 26 | 27 | * Community updates 28 | 29 | * Overview of Biohackathon and output 30 | 31 | * EXTENDS implementations 32 | 33 | * spec for EXTENDS 34 | 35 | * Discussion 36 | 37 | * AOB 38 | 39 | ## Next meeting 40 | Help us prepare the next meeting on 41 | *Wednesday December 09, 20 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201209T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20201209.etherpad 42 | -------------------------------------------------------------------------------- /meetings/2020/20201209-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-12-09 2 | *Wednesday December 09, 20 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201209T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20201209.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | 13 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 14 | 15 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 16 | 17 | Chair: Andra 18 | 19 | Attendees: 20 | 21 | Regrets: 22 | 23 | ## Agenda 24 | 25 | * Introductions 26 | 27 | * Community updates 28 | 29 | * Progress on implementations of EXTENDS 30 | 31 | * Updating spec for EXTENDS 32 | 33 | * AOB 34 | 35 | ## Next meeting 36 | Help us prepare the next meeting on 37 | *Wednesday December 23, 20 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201223T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20201223.etherpad 38 | -------------------------------------------------------------------------------- /meetings/2020/20201223-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2020-12-23 2 | *Wednesday December 23, 20 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20201223T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | 13 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 14 | 15 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 16 | 17 | Chair: Andra 18 | 19 | Attendees: 20 | 21 | Regrets: 22 | 23 | ## Agenda 24 | 25 | * Introductions 26 | 27 | * Community updates 28 | 29 | * Updates from ShEx Subsetting: https://etherpad.wikimedia.org/p/ShEx_Subsetting 30 | 31 | * Progress on the spec for EXTENDS: https://github.com/shexSpec/spec/tree/extends 32 | 33 | * Question from Wikidata's WikiProject Schemas: https://www.wikidata.org/wiki/Wikidata_talk:WikiProject_Schemas#lightweight_Shapes 34 | 35 | * Discussion 36 | 37 | * AOB 38 | 39 | ## Next meeting 40 | Help us prepare the next meeting on 41 | *Wednesday January 06, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210106T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210106.etherpad 42 | -------------------------------------------------------------------------------- /meetings/2021/20210106-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-01-06 2 | *Wednesday January 06, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210106T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday January 20, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210120T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210120.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210120-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-01-20 2 | *Wednesday January 20, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210120T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Ad-hoc SPARQL endpoint for Wikidata EntitySchemas https://adhs-wde.toolforge.org/sparql 29 | Related ticket: https://phabricator.wikimedia.org/T225701 30 | 31 | * Discussion 32 | 33 | * AOB 34 | 35 | ## Next meeting 36 | Help us prepare the next meeting on 37 | *Wednesday February 03, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210203T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210203.etherpad 38 | -------------------------------------------------------------------------------- /meetings/2021/20210120-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-01-20 2 | *Wednesday January 20, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210120T14&p1=195&ah=1))* 3 | 4 | *Connection details*: 5 | 6 | * Audio: https://us02web.zoom.us/j/441496948 7 | * Gitter: https://gitter.im/shapeExpressions/Lobby 8 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 9 | 10 | ## Minutes 11 | * Kat: Ad-hoc SPARQL endpoint for Wikidata EntitySchemas https://adhs-wde.toolforge.org/sparql Related ticket: https://phabricator.wikimedia.org/T225701 12 | * ericP: HDT stuff at SWAT4HCLS 13 | * Tom: Open zoom call DCMI about tabular data. Will have a repeat in Feb for Asia/Pacific timezones. 14 | * Andra: SWAT4HCLS Hackathon- lots of ShEx activity. Rajaram has Github Actions to continuously check for conformance, also reports on issues with validation and schema itself. 15 | * Discord platform worked well for maintaining community 16 | -------------------------------------------------------------------------------- /meetings/2021/20210203-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-02-03 2 | *Wednesday February 03, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210203T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | * Updates on implementations of EXTENDS 30 | * Updates on RESTRICTS 31 | * Updates on ShapePaths slides: https://www.w3.org/2021/Talks/0203-shexcg-egp/, ShapeTrees: https://shapetrees.org/TR/specification/index.html 32 | 33 | * AOB 34 | 35 | ## Next meeting 36 | Help us prepare the next meeting on 37 | *Wednesday February 17, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210217T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210217.etherpad 38 | -------------------------------------------------------------------------------- /meetings/2021/20210203-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-02-03 2 | *Wednesday February 03, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210203T14&p1=195&ah=1))* 3 | 4 | * Jose: What is the status of ShEx in Solid? How are things from the user point of view? 5 | * ericP: We can put this on the agenda. 6 | * ericP: Working on ShapePaths. Some work on ShapeTrees 7 | * Andra: Shex in WikidataIntegrator 3.7+ Jupyter, Collab on Python 3.6. New platform to run public notebooks. Exploring setting up a foundation related to ShEx. 8 | * ericP: Need to get implementors together to work on EXTENDS and RESTRICTS 9 | * Andra: Should this be a topic of the next hackathon? 10 | * ericP: ShapePaths higher priority. 11 | * Jose: Do you have support for ShapePaths? 12 | * ericP: Not yet. 13 | * Andra: Updates on ShapePaths? 14 | * ericP: I will start by discussing Solid. ShEx implementation on Inrupt's Solid Server. Not yet in SolidCore. Also used in ShapeTrees. 15 | * Jose: Is this public? 16 | * ericP: It is not yet in the Community Solid Server- written in typescript. There are multiple reasons to convert shex.js to typescript. 17 | slides: https://www.w3.org/2021/Talks/0203-shexcg-egp/, ShapeTrees: https://shapetrees.org/TR/specification/index.html 18 | -------------------------------------------------------------------------------- /meetings/2021/20210217-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-02-17 2 | *Wednesday February 17, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210217T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday March 03, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210303T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210303.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210303-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-03-03 2 | *Wednesday March 03, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210303T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday March 17, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210317T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210317.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210317-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-03-17 2 | *Wednesday March 17, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210317T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * ShExMap bindings 29 | 30 | * Updates on EXTENDS 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday March 31, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210331T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210331.etherpad 37 | -------------------------------------------------------------------------------- /meetings/2021/20210331-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-03-31 2 | *Wednesday March 31, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210331T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday April 14, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210414T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210414.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210414-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-04-14 2 | *Wednesday April 14, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210414T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday April 28, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210428T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210428.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210428-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-04-28 2 | *Wednesday April 28, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210428T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday May 12, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210512T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210512.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210512-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-05-12 2 | *Wednesday May 12, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210512T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday May 26, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210526T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210526.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210526-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-05-26 2 | *Wednesday May 26, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210526T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday June 09, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210609T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210609.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210609-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-06-09 2 | *Wednesday May 26, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210609T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | 6 | *Connection details*: 7 | 8 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 9 | * Gitter: https://gitter.im/shapeExpressions/Lobby 10 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 11 | 12 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 13 | 14 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 15 | 16 | Chair: Andra 17 | 18 | Attendees: 19 | 20 | Regrets: 21 | 22 | ## Agenda 23 | 24 | * Introductions 25 | 26 | * Community updates 27 | 28 | * Discussion 29 | 30 | * AOB 31 | 32 | ## Next meeting 33 | Help us prepare the next meeting on 34 | *Wednesday June 23, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210609T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210609.etherpad 35 | -------------------------------------------------------------------------------- /meetings/2021/20210623-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-06-23 2 | *Wednesday June 23, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210623T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210623.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | 13 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 14 | 15 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 16 | 17 | Chair: Andra 18 | 19 | Attendees: 20 | 21 | Regrets: 22 | 23 | ## Agenda 24 | 25 | * Introductions 26 | 27 | * Community updates 28 | 29 | * Discussion 30 | 31 | * AOB 32 | 33 | ## Next meeting 34 | Help us prepare the next meeting on 35 | *Wednesday July 07, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210707T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes/20210707.etherpad 36 | -------------------------------------------------------------------------------- /meetings/2021/20210707-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-07-07 2 | *Wednesday July 07, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210707T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210707.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday July 21, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210721T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20210721-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-07-21 2 | *Wednesday July 21, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210721T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210721.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday August 04, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210804T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20210804-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-08-04 2 | *Wednesday August 04, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210804T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210804.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday August 18, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210818T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20210818-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-08-18 2 | *Wednesday August 18, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210818T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210818.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday September 01, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210901T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20210901-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-09-01 2 | *Wednesday September 01, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210901T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210901.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday September 15, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210915T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20210915-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-09-15 2 | *Wednesday September 15, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210915T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20210915.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday September 29, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210929T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20211013-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-10-13 2 | *Wednesday October 13, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211013T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20211013.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday October 27, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211027T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20211027-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-10-27 2 | *Wednesday October 27, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211027T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20211027.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday November 10, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211110T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20211110-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-11-10 2 | *Wednesday November 10, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211110T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20211110.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday November 24, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211124T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20211124-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-11-24 2 | *Wednesday November 24, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211124T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20211124.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday December 08, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211208T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20211208-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-12-08 2 | *Wednesday December 08, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211208T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20211208.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday December 22, 21 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211222T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2021/20211222-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2021-12-22 2 | *Wednesday December 22, 21 14, 2020 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211222T14&p1=195&ah=1))* 3 | 4 | ## Minutes 5 | https://etherpad.wikimedia.org/p/shexcg_minutes/20211222.etherpad 6 | 7 | 8 | *Connection details*: 9 | 10 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 11 | * Gitter: https://gitter.im/shapeExpressions/Lobby 12 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutes 13 | 14 | *Next meetings*: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 15 | 16 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 17 | 18 | Chair: Andra 19 | 20 | Attendees: 21 | 22 | Regrets: 23 | 24 | ## Agenda 25 | 26 | * Introductions 27 | 28 | * Community updates 29 | 30 | * Discussion 31 | 32 | * AOB 33 | 34 | ## Next meeting 35 | Help us prepare the next meeting on 36 | *Wednesday January 05, 22 14, 2021 14:00 CET / 08:00 EDT / 05:00 PDT for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220105T14&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 37 | -------------------------------------------------------------------------------- /meetings/2022/20220119-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-01-19 2 | *Wednesday 19 January 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220119T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * extends 25 | * test conformance 26 | * ShEx spec rev with extens before restricts? 27 | 28 | * AOB 29 | 30 | ## Next meeting 31 | Help us prepare the next meeting on 32 | 33 | *Wednesday February 03, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210203T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 34 | -------------------------------------------------------------------------------- /meetings/2022/20220202-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-02-02 2 | *Wednesday 02 February 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220202T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday February 17, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210217T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220216-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-02-16 2 | *Wednesday 16 February 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220216T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday March 03, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210303T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220216-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx CG Meeting 2022-02-16 2 | 3 | Chair: Andra 4 | 5 | Attendees: ericP, Andra, Kat, Seyed 6 | 7 | Scribe: Kat 8 | 9 | ## Community Updates 10 | 11 | * Andra: WDSlurp, working with Eric to use WDSlurp on the Virtuoso endpoint with Wikidata data. New problem with a schema involving references. 12 | * ericP: I reproduced it in my environment. If you have shapes with nested asterixes it tries all kinds of thigs to satisfy. 13 | * Andra: E37 human gene has recursion. 14 | * ericP: Could be recursion. Are there any places where there are triple constraints that have cardinality inside another constraint with arbitrary max cardinality. 15 | * Andra: Nice to be able to use existing schemas. 16 | * ericP: I need to spend quality time with the debugger. 17 | * Andra: Schemas are part of WMDE development plan for 2022. Internal workshops to get everyone up to speed with ShEx. Lydia is confiedent she can drive the discussion. If we have input it would be welcome. Will statements be allowed to point to entity schemas. 18 | * ericP: Having statement be able to say I want to conform to this schema. 19 | * Andra: Some consider schemas to police the community. Others belive multiple schemas can related to an item. 20 | * ericP: One piece of tooling that would be nice would be to have the query map as its own field in the schema. I will run this test on all these items and I only want to hear about the failures. Could be cool to have long-running validation where entities keep track of the last time they were validated to a specific schema. 21 | -------------------------------------------------------------------------------- /meetings/2022/20220302-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-03-02 2 | *Wednesday 02 March 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220302T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday March 17, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210317T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220316-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-03-16 2 | *Wednesday 16 March 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220316T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday March 31, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210331T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220330-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-03-30 2 | *Wednesday 30 March 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220330T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday April 14, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210414T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220413-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-04-13 2 | *Wednesday 13 April 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220413T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday April 28, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210428T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220427-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-04-27 2 | *Wednesday 27 April 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220427T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday May 12, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210512T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220511-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-05-11 2 | *Wednesday 11 May 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220511T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://us02web.zoom.us/j/441496948?pwd=OUdBT25vK0NIc2ZER3BnRGVTblIzdz09 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday May 26, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210526T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220608-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-06-08 2 | *Wednesday 08 June 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220608T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday June 23, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210623T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220608-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx CG Meeting 2022-06-08 2 | 3 | Chair: Andra 4 | 5 | Attendees: Andra, Tom, Kat, Iovka, Seyed, Labra, ericP 6 | 7 | Scribe: Kat 8 | 9 | ## IEEE 10 | * Jose: How representatitive is IEEE as a standards organization? 11 | * Andra: Are there alternatives? Are we happy to continue how we are? 12 | * Jose: If we go forward with IEEE, I think we should maintain the W3C CG. Are there any standards that are both IEEE and W3C? 13 | * Tom: I don't know of any. 14 | * Jose: Are we interested in writing the PAR document? 15 | * Tom: Is there any issue with the ShExR URIs being W3C URIs? 16 | * ericP: I bet it would be ok to keep them as they are. 17 | 18 | ## Community Updates 19 | * ericP: I just updated the JSG documentation. There is a bunch of stuff in shex/test that Jose and I will look at on Friday. We need someone to take over Harold's implementation. 20 | * Tom: Did Harold officially retire? 21 | * ericP: Yes, he retired. 22 | * Iovka: I am getting updated by coming here. I want to complete the Java implementation of Extends. 23 | * Seyed: Working on references in subsets of Wikidata. The processing time is very high for large subsets. Some blank nodes to account for. 24 | * Andra: Can you use a different implementation? 25 | * Seyed: My code is in Python which is why I went for PyShEx. I tried ShEx.js- it stops in the middle of the process in the large subsets. 26 | * Andra: I'm writing new schemas for patient data. I'm using PyCharm's plugin. 27 | * Tom: What is the name of the plugin? 28 | * Andra: IntelliJ RDF-SPARQL. ShExC is a supported format. Prefix resolution is very helpful. 29 | -------------------------------------------------------------------------------- /meetings/2022/20220622-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-06-22 2 | *Wednesday 22 June 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220622T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday July 07, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210707T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220706-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-07-06 2 | *Wednesday 06 July 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220706T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | * Data Quality Days: https://www.wikidata.org/wiki/Wikidata:Events/Data_Quality_Days_2022 26 | * Speaker Guide: https://docs.google.com/document/d/159sxsHuPgaDIS9KAXEjXcIKIt-zI5FtuG1yi8lhFacs/edit 27 | 28 | * AOB 29 | 30 | ## Next meeting 31 | Help us prepare the next meeting on 32 | 33 | *Wednesday July 21, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210721T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 34 | -------------------------------------------------------------------------------- /meetings/2022/20220720-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-07-20 2 | *Wednesday 20 July 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220720T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday August 04, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210804T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220803-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-08-03 2 | *Wednesday 03 August 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220803T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday August 18, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210818T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220817-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-08-17 2 | *Wednesday 17 August 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220817T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday September 01, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210901T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220831-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-08-31 2 | *Wednesday 31 August 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220831T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday September 15, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210915T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220914-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-09-14 2 | *Wednesday 14 September 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220914T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday September 29, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20210929T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20220928-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-09-28 2 | *Wednesday 28 September 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220928T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday October 13, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211013T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20221012-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-10-12 2 | *Wednesday 12 October 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20221012T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday October 27, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211027T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20221026-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-10-26 2 | *Wednesday 26 October 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20221026T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday November 10, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211110T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20221109-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-11-09 2 | *Wednesday 09 November 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20221109T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday November 24, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211124T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20221109-minutes.md: -------------------------------------------------------------------------------- 1 | # Minutes ShExCG 2022-11-09 2 | 3 | Participants: 4 | - Andra, Kat, Jose, Tom 5 | 6 | 7 | ## Updates 8 | * Jose: Jose is at the biohackathon and is making progress on extracting subsets from wikidata using shape expressions. 9 | * Kat: no updates 10 | * Tom: Some members of this group are part of a new project using shape expressions 11 | * Andra: Virtually participating in biohackathon. Writing a crude shape expression that gets things like look like genes - where much curation needs to happen. Inclined to pull out of Wikidata and process there. Load into GraphDB with OntoText. Gene example is too big to handle in XXX or in Jena. GraphDB uses file system loading, while the others use the Web browser. GraphDB is for running complex SPARQL queries that would time out on Wikidata. 12 | 13 | ## Minutes 14 | 15 | * Jose suggests to take inspiration by the [PDF association](https://www.pdfa.org/) and [this podcast](https://www.se-radio.net/2022/10/episode-532-peter-wyatt-and-duff-johnson-on-30-years-of-pdf/). They became a standard 3 decades ago, but the interesting part is that they also created an international association. 16 | * Jose reports from the BioHackathon, where they are using ShEx for subsetting Wikidata. 17 | * Jose was working on the extends...it is almost ready, only 3 remaining examples fail... Important for ShEx to keep evolving. 18 | -------------------------------------------------------------------------------- /meetings/2022/20221123-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-11-23 2 | *Wednesday 23 November 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20221123T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday December 08, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211208T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20221207-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-12-07 2 | *Wednesday 07 December 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20221207T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday December 22, 21 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20211222T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2022/20221207-minutes.md: -------------------------------------------------------------------------------- 1 | # Minutes ShExCG 2022-12-07 2 | ## Participants: Andra, Kat, Tom, Eric, Labra 3 | 4 | 5 | 6 | * Tom: my COVID project is to get back to work on DCTap. 7 | ... DCTapPython does consistency checks 8 | ... a 2nd project, TapShEx, imports DCTapPython and generates ShEx 9 | ... playing with intersphynx to make TapShex docs import DCTap docs. 10 | ... I took ShEx Primer examples into the TapShEx test directory so there are DCTap CSVs which emit the ShEx Primer examples. 11 | 12 | * [Intersphinx](https://docs.readthedocs.io/en/stable/guides/intersphinx.html) 13 | 14 | * Andra: Josh Moore is working on LinkML. He wrote convertor from DCTap to LinkML. 15 | 16 | * Eric: Working on ShExmap extension in Jena, have to a pull request. 17 | * Eric: Jena released with Semantic Actions 18 | 19 | 20 | * Kat: Andra and I attended Wikidata Entity Schema Bug Triage Hour. 21 | ... On Dec 2, IEEE approved the PAR (Project Authorization Request) for a ShEx WG. 22 | ... .. feedback was all editorial, e.g. write out Shape Expressions after first reference to "ShEx" 23 | 24 | * Tom: any changes to the CG? 25 | * ericP: I don't think so, apart from a bit more ceremony around decisions. 26 | * Andra: will allow us to say "ShEx is a standard" 27 | 28 | * Andra: at Wikidata Entity Schema bug triage hour, folks asked for a YouTube tutorial on YASHE. 29 | ... ericP and I are going working with a Rare Diseases project and need a tool to convert from ShEx to SHACL. 30 | * Jose: There are semantic differences, but if you steer away from them, I have a tool that converts. 31 | ... you can also author flat shapes in DCTap.uld lose some expressivity but it should meet the 80/20 rule. 32 | 33 | * Jose: I'll be teaching an intro do databses to business folks. Will be teaching ShEx and SPARQL. 34 | -------------------------------------------------------------------------------- /meetings/2022/20221221-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2022-12-21 2 | *Wednesday 21 December 22 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20221221T16&p1=3759&p2=248&p3=304&p4=185&p5=4675&p6=233&p7=1272&p8=337&p9=312&ah=1))* 3 | 4 | ## Connection details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://etherpad.wikimedia.org/p/shexcg_minutesa 8 | Next meetings: [calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=N2VyOGMyYjJnZTVma25qMWhlYWF2YmYycHFfMjAyMDAxMDhUMTMwMDAwWiBtaWNlbGlvLmJlX2FjM2xqNzNqdTA0YTY3OGIwaHRsMXBpamRvQGc&tmsrc=micelio.be_ac3lj73ju04a678b0htl1pijdo%40group.calendar.google.com&scp=ALL) 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Andra 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | 28 | ## Next meeting 29 | Help us prepare the next meeting on 30 | 31 | *Wednesday January 05, 22 14, 2021 16:00 CET for 1 hour (in [Other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20220105T16&p1=195&ah=1))* by editing updates here: https://etherpad.wikimedia.org/p/shexcg_minutes 32 | -------------------------------------------------------------------------------- /meetings/2023/20230111-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-01-11 2 | * Wednesday 11 January 16:00 CET for 1 hour (in [other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20230111T16&p1=337)) 3 | 4 | ## Connection Details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://hackmd.io/wmADG3YdQTe0_4X7EnEBrA 8 | 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Kat 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2023/20230125-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-01-25 2 | * Wednesday 25 January 16:00 CET for 1 hour (in [other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20230111T16&p1=337)) 3 | 4 | ## Connection Details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://hackmd.io/wmADG3YdQTe0_4X7EnEBrA 8 | 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Kat 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Discussion 25 | 26 | * AOB 27 | -------------------------------------------------------------------------------- /meetings/2023/20230222-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-02-22 2 | * Wednesday 22 February 16:00 CET for 1 hour (in [other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20230111T16&p1=337)) 3 | 4 | ## Connection Details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://hackmd.io/wmADG3YdQTe0_4X7EnEBrA 8 | 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Kat 13 | 14 | Attendees: 15 | 16 | Regrets: Tom 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Select date for first meeting 25 | 26 | * Discussion 27 | 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2023/20230308-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-03-08 2 | * Wednesday 08 March 16:00 CET for 1 hour (in [other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20230111T16&p1=337)) 3 | 4 | ## Connection Details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://hackmd.io/wmADG3YdQTe0_4X7EnEBrA 8 | 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Kat 13 | 14 | Attendees: 15 | 16 | Regrets: Jose Labra 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * W3C CG status [email](https://lists.w3.org/Archives/Public/public-shex/2023Mar/0000.html) 10 days to respond 25 | 26 | * Discussion 27 | 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2023/20230308-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-03-08 2 | 3 | ## Chair: Kat 4 | ## Scribe: all 5 | 6 | ## Attendees: ericP, Tom, Andra, John, Kat 7 | 8 | 9 | * Andra: updated ShExViz, now supports cardinality 10 | * Has a meeting with 11 | * ericP: Updated ShExjs 12 | * Tom: Getting back in touch with Harold would be a good idea to set up time to meet about the PyShEx tutorial 13 | 14 | ### CG Closure notice from W3C 15 | * Kat: got email saying that the W3C would close the ShExCG barring evidence of action. 16 | ... I replied with pointers to mailing list, github and minutes 17 | ... reply said this was accepted; CG will not be closed down 18 | 19 | ### IEEE WG 20 | * Kat: Communicated desire to start IEEE WG 2023-04-19 with Johnathan's replacement. 21 | ... Johnathan is back but hasn't replied yet. Will follow-up. 22 | * John: is the meeting open? 23 | * Kat: yes. on that day you have to decide whether to be a voting member. 24 | * Andra: Lydia Pincer would like Wikidata to be a member, but can't make every meeting. 25 | ... She can find someone else who's likely to have consistent availability to be a voting member. 26 | * Andra: we should build an invitation list including folks outside of this CG. 27 | ... GoGlam, Free University, Berlin Botanical Garden 28 | * Kat: happy to invite anyone 29 | * Andra: send on wikidata list 30 | 31 | ### JetBrains ShExC plugin 32 | * Andra: I have a call with JetBrains on Friday. 33 | ... I use it a lot with PyCharm and GitHub co-pilot 34 | -------------------------------------------------------------------------------- /meetings/2023/20230322-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-03-21 2 | * Wednesday 21 March 16:00 CET for 1 hour (in [other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20230111T16&p1=337)) 3 | 4 | ## Connection Details 5 | * Audio: https://discord.gg/UvEMqFXG 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://hackmd.io/wmADG3YdQTe0_4X7EnEBrA 8 | 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Kat 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * April 19, 2023 meeting & meeting cadence 25 | 26 | * Discussion 27 | 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2023/20230405-agenda.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-04-05 2 | * Wednesday 05 April 16:00 CET for 1 hour (in [other timezones](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ShEx+CG&iso=20230111T16&p1=337)) 3 | 4 | ## Connection Details 5 | * Audio: https://meet.jit.si/ericP 6 | * Gitter: https://gitter.im/shapeExpressions/Lobby 7 | * Minutes: https://hackmd.io/wmADG3YdQTe0_4X7EnEBrA 8 | 9 | 10 | The meeting is open for participation. Being a [Shex community group member](https://www.w3.org/community/shex/participants) is not a requirement to attend. 11 | 12 | Chair: Kat 13 | 14 | Attendees: 15 | 16 | Regrets: 17 | 18 | ## Agenda 19 | 20 | * Introductions 21 | 22 | * 2 min Community updates 23 | 24 | * Register interest via Call for Participation 25 | 26 | * Discussion 27 | 28 | * AOB 29 | -------------------------------------------------------------------------------- /meetings/2023/20230405-minutes.md: -------------------------------------------------------------------------------- 1 | # ShEx Telecon 2023-04-05 2 | 3 | ## Chair: Kat 4 | ## Scribe: Dani 5 | 6 | ## Attendees: Kat, Tom, Dani, Seyed, Eric 7 | 8 | 9 | ## Community updates 10 | 11 | * Dani: sheXer is getting some new features. 12 | 13 | 14 | * Seyed: he is wonrking on Wikidata subsests using ShEx 15 | 16 | * Kat: email forwarded about IEEE's ShEx first meeting. All ateendees received it and already signed for the event. 17 | 18 | * Eric: discussion on using ShEx or SHACL in SOLID. Working with Andra introducing ShEx in a medical project. 19 | 20 | ## Ongoing discussions 21 | 22 | * Tom: he asks about news on the maintenance of PyShex. No updates so far. 23 | * Kat: she asks Tom to initiate activity on PyShex asking Harold. Tom agrees. 24 | 25 | ## Topics to add to the agenda 26 | 27 | * Eric: he mentions that maybe we need to have something prepared to present during the IEEE event. Eric says that he's ready to make such presentation. 28 | * shex.next 29 | * test suite 30 | * implementation status 31 | 32 | * Eric: do we need to agree on some voting during the IEEE meeting? Such as meeting frequency 33 | * Kat: she mentioned we agreed on looking for not so frequent official meetings, even if we keep doing frequent technical meetings every 2 weeks in a non-official way. This way, people who can't commit to attend every meeting can still mantain her voting status.We also will decide as a group, probably in the first/second meeting, on official WG meeting frequency. Also, official IEEE meeting will require more burocrathy activity. unlike our usual unofficial meetings. 34 | 35 | * Eric: we may be able to use the ongoing document written with Iovka as a starting point on IEEE meeting. Not sure if it is going to be ready. We could use the current one if it is not. 36 | -------------------------------------------------------------------------------- /meetings/F2Fs/2023-02-Basel/agendaF2F.md: -------------------------------------------------------------------------------- 1 | # Agenda ShEx CG Basel 2 | * Formation of IEEE Working Group 3 | * Considering options for creating an administrative organization for ShEx 4 | * Foundation 5 | * Non-profit 6 | * Semantics of EXTENDS 7 | * Review Phabricator tickets related to ShEx 8 | * Overview of structure of PyShEx 9 | * Maintaing PyShEx 10 | * Adding new features to PyShEx 11 | -------------------------------------------------------------------------------- /meetings/F2Fs/2023-02-Basel/minutes.md: -------------------------------------------------------------------------------- 1 | ## Minutes 2 | * New text written durring meeting for spec related to semantics of EXTENDS: http://shex.io/shex-next/ 3 | * https://github.com/hsolbrig/PyShEx/pull/85 4 | * Group will set up some sessions with Harold to go into greater detail about steps to extend PyShEx 5 | * git clone git@github.com:shexspec/grammar.git 6 | * git clone git@github.com:shexspec/grammar-python-antlr.git 7 | 8 | * download from https://www.antlr.org/download.html https://www.antlr.org/download/antlr-4.???-complete.jar 9 | mv antlr-4.?????-complete.jar /usr/local/lib 10 | CLASSPATH=.:/usr/local/lib/antlr-4.???complete.jar: 11 | antlr4: aliased to java -Xmx500M -cp "$CLASSPATH" org.antlr.v4.Tool 12 | 13 | * Note that the major and minor of antlr4 have to match pipenv / requirements.txt 14 | 15 | * antlr4-python3-runtime = "~=4.11.4" 16 | 17 | * git clone git@github.com:hsolbrig/pyjsg.git 18 | (Not really necessary, but it is the spec) 19 | 20 | * git clone git@github.com:hsolbrig/shexjsg.git 21 | * git clone git@github.com:hsolbrig/pyshex.git 22 | 23 | * Dependencies: 24 | 25 | * grammar-python-antlr.git (aka PyShExC) 26 | 27 | shexTest (for testing) -- has to be in directory (could make into a submodule) q: is already a submodule in grammar? 28 | grammar (for g4 source) 29 | shexjsg (for testing) 30 | antlr4 31 | 32 | * ShExJSG 33 | 34 | PyJSG 35 | pyshexc (for testing) 36 | 37 | * PyJSG 38 | 39 | antlr4 40 | 41 | * PyShEx 42 | 43 | ShExJSG 44 | PyShExC 45 | sparqlslurper 46 | sparqlwrapper (I think that this got imported to rdflib?) 47 | --------------------------------------------------------------------------------