Skip to content

Commit f596a61

Browse files
committed
Typos and text improvements
1 parent bc369fa commit f596a61

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> Please, read the [Contribution Guidelines](CONTRIBUTING.md) first.
55
66
Semantic shapes enable you to validate RDF graphs against a set of conditions.
7-
Semantic shapes can also be viewed as a description of the data graphs that do satisfy these conditions.
7+
Semantic shapes can also be viewed as a description of data graphs that satisfy these conditions.
88
Such descriptions may be used for a variety of purposes beside validation,
99
including user interface building, code generation and data integration.
1010
Semantic shapes could be described in SHACL or ShEx languages.
@@ -28,10 +28,10 @@ Semantic shapes could be described in SHACL or ShEx languages.
2828

2929
## SHACL Validators
3030

31-
- [Jena SHACL](https://github.com/apache/jena/) - Java, Supports: SHACL Core, SHACL-SPARQL.
31+
- [Jena SHACL](https://github.com/apache/jena/) - Java; Supports: SHACL Core, SHACL-SPARQL.
3232
- [RDF4J SHACL Sail](https://github.com/eclipse-rdf4j/rdf4j) - Java.
33-
- [TopBraid SHACL API](https://github.com/TopQuadrant/shacl) - Java, based on Jena, supports: SHACL Core, SHACL-SPARQL, SHACL rules.
34-
- [TopBraid SHACL API Extended](https://github.com/SHACL-X/shacl-x) - Java, fork of TopBraid SHACL API + added SHACL-JS based on GraalVM Polyglot.
33+
- [TopBraid SHACL API](https://github.com/TopQuadrant/shacl) - Java; based on Jena; supports: SHACL Core, SHACL-SPARQL, SHACL rules.
34+
- [TopBraid SHACL API Extended](https://github.com/SHACL-X/shacl-x) - Java; fork of TopBraid SHACL API + added SHACL-JS based on GraalVM Polyglot.
3535

3636
## ShEx Validators
3737

@@ -42,9 +42,9 @@ Semantic shapes could be described in SHACL or ShEx languages.
4242

4343
## Shapes Discovery Tools
4444

45-
- [RDFminer](https://github.com/Wimmics/RDFminer) - Web application to automatically discovering SHACL shapes representative of an RDF data graph, by Wimmics.
45+
- [RDFminer](https://github.com/Wimmics/RDFminer) - Web application to automatically discover SHACL shapes representative of an RDF data graph, by Wimmics.
4646
- [SHACL Discovery Service](https://github.com/AKSW/discover-shacl-shapes)
47-
- [Shapes of You index](https://index.semanticscience.org/) - SPARQL queries, OWL/SKOS vocabularies, SHACL/ShEx shapes indexed from public git repositories.
47+
- [Shapes of You index](https://index.semanticscience.org/) - SPARQL queries, OWL/SKOS vocabularies, SHACL/ShEx shapes, indexed from public `git` repositories.
4848

4949
## Shapes Collections
5050

@@ -53,11 +53,11 @@ Semantic shapes could be described in SHACL or ShEx languages.
5353
## Shape Conversion Tools
5454

5555
- [ShacShifter](https://github.com/AKSW/ShacShifter) - Python, ☠️, "shape shifter" from SHACL to other formats (currently RDForms).
56-
- [SHACL To JSON Schema](https://github.com/comake/shacl-to-json-schema) - TS, SHACL To JSON Schema translator.
56+
- [SHACL To JSON Schema](https://github.com/comake/shacl-to-json-schema) - TS, SHACL-to-JSON-Schema translator.
5757

5858
## Shape Generators
5959

60-
- [owl2shacl](https://github.com/sparna-git/owl2shacl) - OWL 2 SHACL conversion rules.
60+
- [owl2shacl](https://github.com/sparna-git/owl2shacl) - OWL-to-SHACL conversion rules.
6161

6262
## Shape Editors, Visualizations
6363

@@ -71,7 +71,7 @@ Data viewers/Editors based on shapes.
7171

7272
## IDE support
7373

74-
- [Linked Data Extension](https://github.com/elsevierlabs-os/linked-data) - VS Code Extension for RDF files editing with embedded SHACL validator and SPARQL engine.
74+
- [Linked Data Extension](https://github.com/elsevierlabs-os/linked-data) - VS Code Extension for editing RDF files with embedded SHACL validator and SPARQL engine.
7575

7676
## Book
7777

@@ -106,5 +106,5 @@ Data viewers/Editors based on shapes.
106106
- [P3330TM/D3 Draft Recommended Practice for Standard for Shape Expression Schemas](https://shexspec.github.io/spec/)
107107

108108
## Legend
109-
☠️ -- Each one denotes every 5 year from last update.
110-
💰 -- Denotes closed source commercial software.
109+
☠️ Each one denotes 5 years (e.g., ☠️☠️☠️ denotes 15 years) since last update.
110+
💰 Denotes closed source commercial software.

0 commit comments

Comments
 (0)