Skip to content

Commit 54ee6a6

Browse files
committed
add shacl-c reference
1 parent bb809b2 commit 54ee6a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

shacl12-core/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
href: "https://w3c.github.io/data-shapes/shacl12-shacl-shacl/",
159159
status: "ED",
160160
publisher: "W3C",
161+
},
162+
"shacl12-shacl-c": {
163+
title: "SHACL Compact Syntax",
164+
href: "https://w3c.github.io/data-shapes/shacl-compact-syntax/",
165+
status: "ED",
166+
publisher: "W3C",
161167
}
162168
}
163169
};
@@ -475,7 +481,7 @@ <h2>Document Outline</h2>
475481
</p>
476482
<p>
477483
The syntax of SHACL is RDF.
478-
The examples in this document use Turtle [[rdf12-turtle]], JSON-LD [[json-ld]] and SHACL-C.
484+
The examples in this document use Turtle [[rdf12-turtle]], JSON-LD [[json-ld]] and SHACL-C [[shacl12-shacl-c]].
479485
Other RDF serializations such as RDF/XML may be used in practice.
480486
The reader should be familiar with basic RDF concepts [[rdf12-concepts]] such as triples.
481487
</p>

0 commit comments

Comments
 (0)