Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/schemarama

Schemarama is a project exploring standards-based validation for structured data, especially Schema.org.
https://github.com/google/schemarama

javascript json-ld lighthouse rdf rdfs schema schemaorg seo shacl shacl-shapes shex shex-lite validation validator w3c

Last synced: 3 months ago
JSON representation

Schemarama is a project exploring standards-based validation for structured data, especially Schema.org.

Awesome Lists containing this project

README

        

# schemarama

This project provides data validation facilities for use with Schema.org
and related approaches to structured data publication. It integrates
existing opensource tooling for data extraction (JSON-LD, RDFa, Microdata)
and validation (ShEx, SHACL), providing a framework for schema.org content
checking that focusses on documenting the positive incentives for including
various data "shapes", rather than on simply giving errors and warnings.

It is designed to work with both ShEx and SHACL approaches to validation,
and to distinguish between validation that is based solely on schema.org
definitions, from validation with respect to the information needs of
some product, platform or service feature. Multiple validation definitions
can be used when checking a single piece of content, allowing users to
understand the larger ecosystem of data consuming applications that their
markup may be eligible for.

This is an initial release, and is not recommended for production use at this
time. An experimental demo ([source code](demo/)) is available (currently hosted in static form
here [on Github](https://google.github.io/schemarama/demo/), so some features
like server-side JS execution and URL-fetching are not enabled).

For background on the underlying technologies, see the book,
"[Validating RDF data](https://book.validatingrdf.com/)".