Skip to content

Commit b98584e

Browse files
committed
chore: update author details and IANA considerations
1 parent 90ce242 commit b98584e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

shacl12-compact-syntax/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
specStatus: "ED",
1414
shortName: "shacl12-compact-syntax",
1515
subjectPrefix: "[shacl12-compact-syntax]",
16-
// issueBase: "http://www.w3.org/2014/data-shapes/track/issues/",
1716
editors: [
1817
{
1918
name: "Vladimir Alexiev",
@@ -24,6 +23,7 @@
2423
},
2524
{
2625
name: "Jesse Wright",
26+
url: "https://www.jeswr.org/#me",
2727
company: "University of Oxford",
2828
companyURL: "https://www.cs.ox.ac.uk",
2929
mailto: "[email protected]",
@@ -277,8 +277,8 @@
277277
</section>
278278

279279
<section id="sotd">
280-
This specification was started by the RDF Data Shapes WG but is now continued within the
281-
SHACL Community Group.
280+
This specification was started by the RDF Data Shapes WG, was continued within the
281+
SHACL Community Group and is now being picked back up in the Data Shapes WG.
282282
</section>
283283

284284
<section class="introductory">
@@ -734,7 +734,7 @@ <h2>Grammar and Production Rules</h2>
734734
and the trailing <code>&gt;</code>, turning relative IRIs into absolute IRIs using the current <code>?baseURI</code>.
735735
</p>
736736
<p>
737-
Developers may find the <a href="https://github.com/w3c/data-shapes/tree/gh-pages/shacl-compact-syntax/tests">Test Cases</a> useful.
737+
Developers may find the <a href="https://github.com/w3c/data-shapes/tree/gh-pages/shacl12-compact-syntax/tests">Test Cases</a> useful.
738738
Each test consists of a <code>.shaclc</code> file and an associated <code>.ttl</code> file.
739739
Parsing the <code>.shaclc</code> file must produce a graph that is isomorphic to the <code>.ttl</code> file.
740740
The test cases are not normative.
@@ -774,7 +774,7 @@ <h3 id="text-shaclc">text/shaclc</h3>
774774
<dt>Interoperability considerations:</dt>
775775
<dd>Not Applicable</dd>
776776
<dt>Published specification:</dt>
777-
<dd><a href="https://w3c.github.io/shacl/shacl-compact-syntax/">This document</a></dd>
777+
<dd><a href="https://w3c.github.io/data-shapes/shacl12-compact-syntax/">This document</a></dd>
778778
<dt>Applications that use this media type:</dt>
779779
<dd>An implementations of SHACLC is part of the <a href="https://github.com/TopQuadrant/shacl">TopQuadrant SHACL API</a>
780780
</dd>
@@ -792,23 +792,23 @@ <h3 id="text-shaclc">text/shaclc</h3>
792792
</dl>
793793
</dd>
794794
<dt>Person &amp; email address to contact for further information:</dt>
795-
<dd>Vladimir Alexiev &lt;[email protected]&gt;</dd>
795+
<dd>Jesse Wright &lt;[email protected]&gt;</dd>
796796
<dt>Intended usage:</dt>
797797
<dd>Common</dd>
798798
<dt>Restrictions on usage:</dt>
799799
<dd>None</dd>
800800
<dt>Author(s):</dt>
801-
<dd>Holger Knublauch, TopQuadrant</dd>
801+
<dd>Vladimir Alexiev, Graphwise.ai</dd>
802+
<dd>Jesse Wright, University of Oxford</dd>
802803
<dt>Change controller:</dt>
803-
<dd><a href="https://www.w3.org/community/shacl/">W3C SHACL Community Group</a>
804+
<dd><a href="https://www.w3.org/groups/wg/data-shapes/">W3C Data Shapes Working Group</a>
804805
</dd>
805806
</dl>
806807
</section>
807808

808809
<section id="ack" class="appendix informative">
809810
<h2>Acknowledgements</h2>
810811
<p>
811-
<p>
812812
This document is based on the <a href="https://w3c.github.io/shacl/shacl-compact-syntax/">SHACL Compact Syntax, Draft Community Group Report</a> written by <a href="http://knublauch.com/">Holger Knublauch</a> and <a href="https://github.com/VladimirAlexiev/my">Vladimir Alexiev</a>.
813813
</p>
814814
This document is heavily inspired by the <a href="http://shex.io/shex-semantics/#shexc">ShEx Compact Syntax</a>,

0 commit comments

Comments
 (0)