Skip to content

Commit a807575

Browse files
Add SHACL 1.2 Core (#1743)
Close #1739, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://www.w3.org/TR/shacl12-core/", "seriesComposition": "full", "shortname": "shacl12-core", "series": { "shortname": "shacl-core", "currentSpecification": "shacl12-core", "title": "SHACL Core", "shortTitle": "SHACL Core", "releaseUrl": "https://www.w3.org/TR/shacl-core/", "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-core/" }, "seriesVersion": "1.2", "categories": [], "organization": "W3C", "groups": [ { "name": "Data Shapes Working Group", "url": "https://www.w3.org/groups/wg/data-shapes/" } ], "release": { "url": "https://www.w3.org/TR/shacl12-core/", "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://w3c.github.io/data-shapes/shacl12-core/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/data-shapes", "sourcePath": "shacl12-core/index.html", "filename": "index.html" }, "title": "SHACL 1.2 Core", "source": "w3c", "shortTitle": "SHACL 1.2 Core", "standing": "good" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
1 parent fc5021f commit a807575

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs.json

+6
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,12 @@
16181618
"https://www.w3.org/TR/selectors-nonelement-1/",
16191619
"https://www.w3.org/TR/server-timing/",
16201620
"https://www.w3.org/TR/service-workers/",
1621+
{
1622+
"categories": [
1623+
"-browser"
1624+
],
1625+
"url": "https://www.w3.org/TR/shacl12-core/"
1626+
},
16211627
{
16221628
"url": "https://www.w3.org/TR/sparql12-entailment/",
16231629
"categories": [

0 commit comments

Comments
 (0)