Skip to content

Commit e84814d

Browse files
committedJun 21, 2024·
More link fixing
1 parent ee30c4c commit e84814d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎_pages/create/rdf-only.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Building Blocks can be defined that use RDF only. An RDF building block can:
66

77
1. Define RDF (TTL) examples how to use the Semantic model
88
2. Apply SHACL Rules to [validate examples](TESTING.md#SHACL)
9-
3. [Perform transforms](TXFORMS.md) and validate results
9+
3. [Perform transforms](create/transforms) and validate results
1010

1111
Test cases and examples as either TTL or JSONLD will undergo syntax and SHACL validation.
1212

‎_pages/create/schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ this is done in a two-step process:
3939
4040
2. use the `bblocks:://{id}` syntax as href in schema $ref elements.
4141

42-
This means your building block will inherit all json-ld contexts and SHACL rules from the referenced building block automatically and apply during [testing](TESTING.md).
42+
This means your building block will inherit all json-ld contexts and SHACL rules from the referenced building block automatically and apply during [testing](create/validation).
4343

4444

4545
# Profiling JSON Schemas

‎_pages/overview/profiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Built-in support is provided for automatic validation of the following forms:
5151
- JSON schema (for JSON examples) for **structure**
5252
- SHACL (Shapes Constraint Language for RDF) for **content** and **logical consistency**
5353

54-
In addition [custom validators](VALIDATORS) can be added to the validation workflow.
54+
In addition [custom validators](create/validation) can be added to the validation workflow.
5555

5656
Using a JSON-LD context "semantic uplift" of JSON to RDF supports use of SHACL and other forms of validators to
5757

0 commit comments

Comments
 (0)
Please sign in to comment.