Skip to content

w3c-cg/awesome-semantic-shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Semantic Shapes Awesome

A curated list of Semantic Shapes resources. Contributions welcome! Please, read the Contribution Guidelines first.

Semantic shapes enable you to validate RDF graphs against a set of conditions. Semantic shapes can also be viewed as a description of data graphs that satisfy these conditions. Such descriptions may be used for a variety of purposes besides validation, including user interface building, code generation, and data integration. Semantic shapes are frequently described using the SHACL or ShEx language.

Contents

SHACL Validators

Software tools or libraries, sorted by programming language.

  • Apache Jena SHACL Maven Central Version Maven Central Last Update - Supports SHACL Core, SHACL-SPARQL; docs; Apache-2.0 license; Java.
  • RDF4J SHACL Engine Maven Central Version Maven Central Last Update - Supports SHACL Core (without some property paths, see 5.0.3 improvements), SHACL-SPARQL, incremental validation; docs; BSD-3-Clause license; Java.
  • TopBraid SHACL API Maven Central Version Maven Central Last Update - Supports SHACL Core, SHACL-SPARQL, SHACL rules; based on Jena; Apache-2.0 license; Java.
  • SHACL eXtended (SHACL-X) - extension of the TopBraid SHACL API GitHub Release GitHub Release Date - Supports what TopBraid SHACL API supports + SHACL JavaScript Extensions (SHACL-JS), SHACL Python Extensions (SHACL-Py); based on Jena; docs; Apache-2.0 license; Java.
  • shacl-js GitHub Release Date - SHACL API; Apache license; JavaScript. Recommends migration to rdf-validate-shacl. ☠️.
  • rdf-validate-shacl NPM Version GitHub Release Date - Supports SHACL Core; pure JavaScript validator on top of the RDFJS stack; MIT license; JavaScript.
  • shacl-engine NPM Version GitHub last commit - Supports SHACL Core, SHACL-SPARQL; A fast engine for data provided as RDF/JS objects; MIT license; JavaScript.
    • playground - Browser-based testbed.
    • rdf-ext-cli - Command line tool for validation. Data and shapes can be given as file, URL, or SPARQL endpoint + query.
  • SHACL for Ruby Gem Version GitHub last commit - A pure-Ruby library for working with the Shape Constraint Language to validate the shape of RDF graphs; BSD-3-Clause license; Ruby.
  • maplib - High-performance RDF knowledge graph construction, SHACL validation and SPARQL-based enrichment. Apache-2.0 license. Rust with Python bindings. But SHACL is not open source: lib/shacl/src/lib.rs says unimplemented!("Contact Data Treehouse to try") 💰
  • rudof Latest Version Release Date - Implements ShEx, SHACL, DCTAP, and other technologies in the RDF ecosystem; library and CLI; Apache and MIT licenses; Rust with Python bindings. docs.

ShEx Validators

Software tools or libraries, sorted by programming language.

  • Apache Jena ShEx Maven Central Version Maven Central Last Update - Supports ShEx, ShExC; not supported semantic actions, EXTERNAL; docs; Apache-2.0 license; Java.
  • shexSpec/shex.js NPM Version GitHub last commit - JavaScript implementation of Shape Expressions; MIT license; JavaScript.
  • ShEx-validator GitHub last commit ☠️ - Standalone Node module with a command line interface; MIT license; JavaScript. Built on top of ShExDemo
  • rudof Latest Version Release Date - Implements ShEx, SHACL, DCTAP, and other technologies in the RDF ecosystem; library and CLI; Apache and MIT licenses; Rust with Python bindings. docs.

Shape Discovery Tools and Collections

Shape Convertors and Generators

Also see Polyglot Modeling tools (issue in the YAML-LD project). Sometimes called SchemaOps; the name "schema salad" is used sometimes ;-)

Shape-based Query Generators

Shape Editors, Visualizations

Declarative UIs

Data viewers/Editors based on shapes.

  • shaperone NPM Version GitHub Release Date - SHACL Shapes Form generator; docs; MIT license; Typescript.
  • Sparnatural Version GitHub Release Date - Visual knowledge graph explorer with SPARQL, in the browser, configurable with SHACL; docs; LGPL-3.0 license license; Typescript.
  • shacl-form GitHub Release Date - HTML5 web component for editing/viewing RDF data. MIT license; TypeScript

IDE support

  • Linked Data Extension - VS Code Extension for editing RDF files with embedded SHACL validator and SPARQL engine.
  • SHACL Language Server - A VS Code extension providing language intelligence (diagnostics, hover tooltips, auto-completion, etc.) for W3C standard SHACL via the Language Server Protocol.
  • Mentor RDF for VS Code - Code editing support for RDF, RDFS, OWL, SKOS, SHACL and SPARQL.
  • SHACLC Language Server (source) - A VS Code extension providing language intelligence (diagnostics, hover tooltips, auto-completion, etc.) for CG standard SHACL Compact Syntax via the Language Server Protocol. MIT License.
  • RDF and SPARQL - IntelliJ plugin with editor support for ShEx Compact syntax and SHACL validation.

Books

Tutorials

Talks and Presentations

Specifications

Footnotes

Legend:

  • ☠️ : Each one denotes 5 years since last update (e.g., ☠️☠️☠️ denotes 15 years).
  • 💰 : Denotes closed source commercial software.

Releases

No releases published

Packages

No packages published