-
Notifications
You must be signed in to change notification settings - Fork 40
Common spec elements #521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Common spec elements #521
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4fe5ae7
common specifications listing
nicholascar 81588b8
local biblio test
nicholascar 08f233c
add common spec list to all docs; add light/dark mode option
nicholascar 370828f
Merge branch 'gh-pages' into common-spec-elements
nicholascar 009786f
Update shacl12-common/local-biblio.js
nicholascar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| var localBibliography = { | ||
| ISO24707: { | ||
| id: "ISO24707", | ||
| title: "Information technology — Common Logic (CL) — A framework for a family of logic-based languages", | ||
| date: "2018-07", | ||
| href: "https://www.iso.org/standard/66249.html", | ||
| status: "Published", | ||
| publisher: "ISO/EIC" | ||
| }, | ||
| HORST04: { | ||
| id: "HORST04", | ||
| title: "Extending the RDFS Entailment Lemma", | ||
| authors: ["Herman J. ter Horst"], | ||
| date: "2004", | ||
| isbn: "978-3-540-30475-3", | ||
| href: "https://doi.org/10.1007/978-3-540-30475-3_7", | ||
| status: "Conference Proceeding", | ||
| publisher: "Springer, Berlin, Heidelberg" | ||
| }, | ||
| HORST05: { | ||
| id: "HORST05", | ||
| title: "Completeness, Decidability and Complexity of Entailment for RDF Schema and a Semantic Extension Involving the OWL Vocabulary", | ||
| authors: ["Herman J. ter Horst"], | ||
| date: "2005", | ||
| href: "https://dx.doi.org/10.2139/ssrn.3199251", | ||
| status: "Conference Proceeding", | ||
| publisher: "Journal of Web Semantics" | ||
| }, | ||
| SAFETY: { | ||
| title: "Saftety of recursive horn clauses with infinite relations", | ||
| href: "http://arxiv.org/abs/cs.LO/9809032", | ||
| authors: [ | ||
| "R. Ramakrishnan", | ||
| "F. Bancilhon", | ||
| "A. Silberschatz" | ||
| ], | ||
| date: "1987", | ||
| publisher: "ACM New York" | ||
| }, | ||
| SAX: { | ||
| title: "SAX – The Simple API for XML", | ||
| href: "https://accu.org/journals/overload/7/34/cornish_515/", | ||
| authors: ["Steve Cornish"], | ||
| date: "October 1999", | ||
| }, | ||
| STRIPEDRDF: { | ||
| id: "STRIPEDRDF", | ||
| title: "RDF: Understanding the Striped RDF/XML Syntax", | ||
| editors: ["D. Brickley"], | ||
| date: "2001", | ||
| href: "http://www.w3.org/2001/10/stripes/", | ||
| status: "Team Submission", | ||
| publisher: "W3C" | ||
| }, | ||
| "RDF-STAR-CG": { | ||
| title: "RDF-star and SPARQL-star", | ||
| href: "https://w3c.github.io/rdf-star/cg-spec/2021-12-17.html", | ||
| authors: [ | ||
| "Olaf Hartig", | ||
| "Pierre-Antoine Champin", | ||
| "Gregg Kellogg", | ||
| "Andy Seaborne" | ||
| ], | ||
| rawDate: "2021-12-17", | ||
| status: "Final Community Group Report", | ||
| publisher: "W3C" | ||
| }, | ||
| "RDF12-NEW": { | ||
| "authors": [ | ||
| "David Wood" | ||
| ], | ||
| "href": "https://w3c.github.io/rdf-new/spec/", | ||
| "title": "What’s New in RDF 1.2", | ||
| "rawDate": "2022-01-01", | ||
| "status": "DNOTE", | ||
| "publisher": "W3C" | ||
| }, | ||
| "RDF12-PRIMER": { | ||
| "authors": [ | ||
| "Guus Schreiber", | ||
| "Yves Raimond" | ||
| ], | ||
| "href": "https://w3c.github.io/rdf-primer/spec/", | ||
| "title": "RDF 1.2 Primer", | ||
| "rawDate": "2022-01-01", | ||
| "status": "DNOTE", | ||
| "publisher": "W3C" | ||
| }, | ||
| "SPARQL12-NEW": { | ||
| "authors": [ | ||
| "The W3C RDF & SPARQL Working Group" | ||
| ], | ||
| "href": "https://w3c.github.io/sparql-new/spec/", | ||
| "title": "What’s New in SPARQL 1.2", | ||
| "rawDate": "2022-01-01", | ||
| "status": "WD", | ||
| "publisher": "W3C" | ||
| }, | ||
| "SPARQL12-CONCEPTS": { | ||
| "authors": [ | ||
| "The W3C RDF & SPARQL Working Group" | ||
| ], | ||
| "href": "https://w3c.github.io/sparql-concepts/spec/", | ||
| "title": "SPARQL 1.2 Concepts", | ||
| "rawDate": "2022-01-01", | ||
| "status": "WD", | ||
| "publisher": "W3C" | ||
| }, | ||
| }; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| <h2>SHACL Specifications</h2> | ||
| <p> | ||
| This specification is part of the SHACL 1.2 family of specifications. See the <a href="https://w3c.github.io/data-shapes/shacl12-overview/">SHACL 1.2 Overview</a> for a more detailed introduction to them. | ||
| </p> | ||
| <p> | ||
| The specifications are as follows: | ||
| </p> | ||
| <dl> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-overview/">SHACL 1.2 Overview</a></dt> | ||
| <dd>overviews the set of SHACL specifications</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-core/">SHACL 1.2 Core</a></dt> | ||
| <dd>defines the Core of SHACL</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-sparql/">SHACL 1.2 SPARQL Extensions</a></dt> | ||
| <dd>defines SPARQL-related extensions of the SHACL</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-node-expr/">SHACL 1.2 Node Expressions</a></dt> | ||
| <dd>defines graph expressions used to determine focus nodes in SHACL</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-inf-rules/">SHACL 1.2 Inference Rules</a></dt> | ||
| <dd>defines SHACL's methods of rule-based inference</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-ui/">SHACL 1.2 UI</a></dt> | ||
| <dd>defines SHACL's use for User Interface generation</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-compact-syntax/">SHACL 1.2 Compact Syntax</a></dt> | ||
| <dd>defines an RDF syntax for expressing SHACL concepts</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-profiling/">SHACL 1.2 Profiling</a></dt> | ||
| <dd>defines the use of SHACL for profiling data, including SHACL data</dd> | ||
| </dl> | ||
|
|
||
| <!-- | ||
| <dl> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-OVERVIEW]]]</dt> | ||
| <dd>overviews the set of SHACL specifications</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-CORE]]]</dt> | ||
| <dd>defines the Core of SHACL</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-SPARQL]]]</dt> | ||
| <dd>defines SPARQL-related extensions of the SHACL</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-NODE-EXPR]]]</dt> | ||
| <dd>defines graph expressions used to determine focus nodes in SHACL</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-INF-RULES]]]</dt> | ||
| <dd>defines SHACL's methods of rule-based inference</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-CS]]]</dt> | ||
| <dd>defines an RDF syntax for expressing SHACL concepts</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-UI]]]</dt> | ||
| <dd>defines SHACL's use for User Interface generation</dd> | ||
| <dt data-transform="noSelfCite">[[[SHACL12-PROFILING]]]</dt> | ||
| <dd>defines the use of SHACL for profiling data, including SHACL data</dd> | ||
| </dl> | ||
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -335,7 +335,6 @@ | |
| } | ||
| </style> | ||
| </head> | ||
|
|
||
| <body> | ||
| <section id="abstract"> | ||
| <p> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,10 @@ | |
| <html lang="en-US"> | ||
| <head> | ||
| <meta charset="utf-8" /> | ||
| <meta name="color-scheme" content="light dark"> | ||
| <title>SHACL 1.2 Profiling</title> | ||
| <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script> | ||
| <script src="../shacl12-common/local-biblio.js" class="remove"></script> | ||
| <script class="remove"> | ||
|
|
||
| function prepareSyntaxRules() { | ||
|
|
@@ -436,33 +438,7 @@ | |
|
|
||
| <section id="sotd"></section> | ||
|
|
||
| <section class="introductory"> | ||
| <h2>SHACL Specifications</h2> | ||
| <p> | ||
| This specification is part of the SHACL 1.2 family of specifications. See the SHACL 1.2 Overview for a more detailed introduction to all of them. | ||
| </p> | ||
| <p> | ||
| The specifications are as follows: | ||
| </p> | ||
| <dl> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-overview/">SHACL 1.2 Overview</a></dt> | ||
| <dd>overviews the set of SHACL specifications</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-core/">SHACL 1.2 Core</a></dt> | ||
| <dd>defines the Core of SHACL</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-sparql/">SHACL 1.2 SPARQL Extensions</a></dt> | ||
| <dd>defines SPARQL-related extensions of the SHACL</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-node-expr/">SHACL 1.2 Node Expressions</a></dt> | ||
| <dd>defines graph expressions used to determine focus nodes in SHACL</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-inf-rules/">SHACL 1.2 Inference Rules</a></dt> | ||
| <dd>defines SHACL's methods of rule-based inference</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-ui/">SHACL 1.2 UI</a></dt> | ||
| <dd>defines SHACL's use for User Interface generation</dd> | ||
| <dt><a href="https://w3c.github.io/data-shapes/shacl12-compact-syntax/">SHACL 1.2 Compact Syntax</a></dt> | ||
| <dd>defines an RDF syntax for expressing SHACL concepts</dd> | ||
| <dt>SHACL 1.2 Profiling (this specification)</dt> | ||
| <dd>defines the use of SHACL for profiling data, including SHACL data</dd> | ||
| </dl> | ||
| </section> | ||
| <section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section> | ||
|
|
||
| <section class="introductory"> | ||
| <h2>Document Outline</h2> | ||
|
|
@@ -829,6 +805,9 @@ <h3>Document Conventions</h3> | |
| <section id="profiles-of-shacl"> | ||
| <h2>Profiles of SHACL</h2> | ||
| <p>Content.</p> | ||
| <p class="todo"> | ||
| Remove this reference test: [[RDF12-PRIMER]] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm assuming this is a functionality canary, to be removed when self-citations work in the future?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes |
||
| </p> | ||
| </section> | ||
|
|
||
| <section id="profiling-with-shacl"> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.