You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/07/17 13:15:35 UTC

[jena-site] branch master updated: Align SHACLC doc

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7848928  Align SHACLC doc
     new 7512868  Merge pull request #16 from afs/shacl_correction
7848928 is described below

commit 7848928f8138066c1536ff531f2cecdb529bdb4e
Author: Andy Seaborne <an...@seaborne.org>
AuthorDate: Fri Jul 17 11:34:38 2020 +0100

    Align SHACLC doc
---
 source/documentation/shacl/__index.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/source/documentation/shacl/__index.md b/source/documentation/shacl/__index.md
index e26a665..8445f65 100644
--- a/source/documentation/shacl/__index.md
+++ b/source/documentation/shacl/__index.md
@@ -110,8 +110,11 @@ according to the shapes provided.
 
 ## SHACL Compact Syntax
 
-Jena can read [SHACL Compact Syntax](https://w3c.github.io/shacl/shacl-compact-syntax/). The file extensions are `.shc` and `.shaclc` and a registered language constant is `SHACLC.langShacl`.
+Jena can read 
+[SHACL Compact Syntax](https://w3c.github.io/shacl/shacl-compact-syntax/).
+The file extensions are `.shc` and `.shaclc` and there is a registered language
+constant `Lang.SHACLC`.
 
     RDFDataMgr.load("shapes.shc");
 
-    RDFDataMgr.read("file:compactShapes", SHACLC.langShacl);
\ No newline at end of file
+    RDFDataMgr.read("file:compactShapes", Lang.SHACLC);