Skip to content

Commit 90ce242

Browse files
committed
chore: update shacl12 respec config
1 parent 8ab4c00 commit 90ce242

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

shacl12-compact-syntax/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
<script class="remove">
88

99
var respecConfig = {
10-
edDraftURI: "https://w3c.github.io/shacl/shacl-compact-syntax/",
10+
group: "wg/data-shapes",
11+
github: "w3c/data-shapes",
12+
edDraftURI: "https://w3c.github.io/data-shapes/shacl12-compact-syntax/",
13+
specStatus: "ED",
14+
shortName: "shacl12-compact-syntax",
15+
subjectPrefix: "[shacl12-compact-syntax]",
1116
// issueBase: "http://www.w3.org/2014/data-shapes/track/issues/",
12-
specStatus: "CG-DRAFT",
13-
shortName: "shacl-compact-syntax",
1417
editors: [
1518
{
1619
name: "Vladimir Alexiev",
@@ -41,7 +44,12 @@
4144
wgURI: "https://www.w3.org/community/shacl/",
4245
wgPublicList: "public-shacl",
4346
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/73865/status",
44-
noHighlightCSS: true
47+
previousPublishDate: "2018-01-09",
48+
previousMaturity: "CG-DRAFT",
49+
prevRecShortname: "shacl-compact-syntax",
50+
prevRecURI: "https://w3c.github.io/shacl/shacl-compact-syntax/",
51+
52+
wgPublicList: "public-shacl"
4553
};
4654
</script>
4755
<style>

0 commit comments

Comments
 (0)