Skip to content
Merged
53 changes: 28 additions & 25 deletions shacl-af/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<html lang="en-US">
<head>
<title>SHACL Advanced Features</title>
<title>SHACL Advanced Features</title>
<meta charset="utf-8">
<script src='https://www.w3.org/Tools/respec/respec-w3c-common' async="async" class='remove'></script>
<script class='remove'>

<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class='remove'>
var prepareSyntaxRules = function() {
$("[data-syntax-rule]").each(function(index, element) {
var ruleId = $(element).attr("data-syntax-rule");
Expand All @@ -23,16 +22,25 @@
title: "SHACL JavaScript Extensions",
authors: [ "Holger Knublauch", "Pano Maria" ],
href: "https://www.w3.org/TR/shacl-js/",
status: "WG-NOTE",
status: "ED",
publisher: "W3C"
}
},

specStatus: "FPWD-NOTE",
preProcess : [ prepareSyntaxRules ],
edDraftURI: "https://w3c.github.io/data-shapes/shacl-af/",
shortName: "shacl-af",
editors: [
specStatus: "NOTE",
group: "data-shapes",
//preProcess : [ prepareSyntaxRules ],
edDraftURI: "https://w3c.github.io/data-shapes/shacl-af/",
shortName: "shacl-af",
github: "https://github.com/w3c/data-shapes/",
//copyrightStart: "2025",
editors: [
{ name: "Holger Knublauch",
company: "TopQuadrant, Inc.",
companyURL: "http://topquadrant.com/",
w3cid: "46500" }
],
formerEditors: [
{
name: "Holger Knublauch",
url: "http://knublauch.com/",
Expand All @@ -48,17 +56,12 @@
},
{
name: "Simon Steyskal",
url: "http://steyskal.info/",
company: "WU Vienna/Siemens AG",
w3cid: 73545
url: "http://steyskal.at/",
company: "Siemens AG",
companyURL: "https://siemens.com"
w3cid: 73545
}
],
publishDate: "2017-05-30",
wg: "RDF Data Shapes Working Group",
wgURI: "https://www.w3.org/2014/data-shapes/",
wgPublicList: "public-rdf-shapes",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/73865/status",
noHighlightCSS: true
]
};
</script>
<style>
Expand Down Expand Up @@ -267,7 +270,7 @@
<body>

<section id='abstract'>
This document describes advanced features of the Shapes Constraint Language (SHACL) [[!shacl]]
This document describes advanced features of the Shapes Constraint Language (SHACL) [[shacl]]
including features to define custom targets, annotation properties, user-defined functions,
node expressions and rules.
While many of these features rely on SPARQL, they also define extension points
Expand All @@ -283,8 +286,8 @@
<section class="introductory">
<h2>Document Conventions</h2>
<p>
Some examples in this document use Turtle [[!turtle]].
The reader is expected to be familiar with SHACL [[!shacl]] and SPARQL [[!sparql11-query]].
Some examples in this document use Turtle [[turtle]].
The reader is expected to be familiar with SHACL [[shacl]] and SPARQL [[sparql-query]].
</p>
<p>
Within this document, the following namespace prefix bindings are used:
Expand Down Expand Up @@ -355,7 +358,7 @@ <h2>Document Conventions</h2>
<h2>Terminology</h2>
<p>
The terminology used throughout this document is consistent with the definitions in the
main SHACL [[!shacl]] specification, which references terms from RDF [[!rdf11-concepts]].
main SHACL [[shacl]] specification, which references terms from RDF [[rdf11-concepts]].
This includes the terms
<dfn data-lt="bindings"><a href="https://www.w3.org/TR/shacl/#dfn-binding">binding</a></dfn>,
<dfn data-lt="blank nodes"><a href="https://www.w3.org/TR/shacl/#dfn-blank-node">blank node</a></dfn>,
Expand Down
2 changes: 1 addition & 1 deletion shacl-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
title: "SHACL Advanced Features",
authors: [ "Holger Knublauch", "Dean Allemang", "Simon Steyskal" ],
href: "https://www.w3.org/TR/shacl-af/",
status: "WG-NOTE",
status: "ED",
publisher: "W3C"
}
},
Expand Down
Binary file added shacl12-core/images/Class-Diagram-Arrows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading