Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit dfb0307

Browse files
committed
feat: added meetings and processes section to README, added ics file for meetings
1 parent 7052448 commit dfb0307

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@ Whenever feasible, we will utilize other RDF/JS specifications.
1313
Currently, the SHACL-UI Task Force does not address matters regarding loading shapes or the integration of APIs such as GraphQL, LDP, or Hydra.
1414
Interaction with other data is specified only in SPARQL since it's possible to rely on existing SHACL features.
1515
If there is sufficient interest within the group, the topic may be covered at a later stage after the ontology extension and component interfaces have reached a certain stability.
16+
17+
# Meetings
18+
19+
We have biweekly meetings every even calendar week on Wednesday at 9:00 UTC, 11:00 CET.
20+
21+
See the [iCalendar file](meetings.ics) for more details.
22+
23+
# Processes
24+
25+
- Pull requests will be merged one week after the last discussion is finished.
26+
- Pull requests will be merged after two approvals from editors.
27+
- Issues with votes must have a deadline.

meetings.ics

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
BEGIN:VCALENDAR
2+
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
3+
VERSION:2.0
4+
BEGIN:VTIMEZONE
5+
TZID:Europe/Berlin
6+
BEGIN:DAYLIGHT
7+
TZOFFSETFROM:+0100
8+
TZOFFSETTO:+0200
9+
TZNAME:CEST
10+
DTSTART:19700329T020000
11+
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
12+
END:DAYLIGHT
13+
BEGIN:STANDARD
14+
TZOFFSETFROM:+0200
15+
TZOFFSETTO:+0100
16+
TZNAME:CET
17+
DTSTART:19701025T030000
18+
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
19+
END:STANDARD
20+
END:VTIMEZONE
21+
BEGIN:VEVENT
22+
CREATED:20230806T194801Z
23+
LAST-MODIFIED:20230806T212116Z
24+
DTSTAMP:20230806T212116Z
25+
UID:9903894d-1ebd-4149-b195-18cfbc86e217
26+
SUMMARY:RDF/JS SHACL-UI call
27+
RRULE:FREQ=WEEKLY;INTERVAL=2
28+
DTSTART;TZID=Europe/Berlin:20230809T110000
29+
DTEND;TZID=Europe/Berlin:20230809T120000
30+
TRANSP:OPAQUE
31+
LOCATION:https://meet.google.com/xdt-sjea-gkh
32+
SEQUENCE:1
33+
X-MOZ-GENERATION:1
34+
END:VEVENT
35+
END:VCALENDAR
36+

0 commit comments

Comments
 (0)