Git Product home page Git Product logo

shacl-sto's Introduction

SHACL validation for the STO data

This project uses Jena and the SHACL language to validate the RDF data based on the STO ontology.

Running the project

To run the examples, use the file config.ttl in the main directory of the project. In this file you have to configure: 1 - the inputData, i.e., the path to a turtle file with the STO data; 2 - the inputShape, i.e., the path to a turtle file where the SHACL constraints are defined; and 3 - the outputReport, i.e., the path where the turtle file of the report will be generated.

An example is show below:

@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uri:     <http://uri4uri.net/vocab.html/#>
@prefix sto:     <https://w3id.org/i40/sto#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

sto:conf 
     rdfs:label "General Configuration for the STO SHACL validation"@en ;
     uri:inputData "file:E:/experiments/shacl-sto/resources/sto.ttl";
     uri:inputShape "file:E:/experiments/shacl-sto/resources/stoShape.ttl";
     uri:outputReport "E:/experiments/shacl-sto/resources/report.ttl";
.    


shacl-sto's People

Contributors

igrangel avatar sebbader avatar

Stargazers

Jon Repp avatar

Watchers

James Cloos avatar Diego Collarana avatar  avatar omar avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.