Validar con LODE Shapes from DBPedia Archivo

  RDF a validar

Anular Seleccionar un archivo Modificar
Usted puede seleccionar varios archivos al mismo tiempo. Extensiones soportadas : .rdf, .ttl, .n3, .trig. Las otras extensiones seran consideradas como RDF/XML. Tambien usted puede enviar archivos zip.
URL de un archivo RDF valido - Soporta las mismas extensiones que la opcion "Cargar".
Sintaxis soportadas : Turtle, RDF/XML, JSON-LD, TriG, TriX, N-Quads. Se recomienda Turtle.

  Opciones

Esta opcion verifica que cada Forma (Shape) proyecte solamente las propiedades declaradas explicitamente en el archivo de forma (Shape). En otros terminos, esto verifica que las propiedades esten "configuradas correctamente" sobre el dominio, y que ninguna otra propiedad que esten explicitamente enlistados no esten presente en los datos. La validacion opera en "modo cerrado".
Activar esta opcion para incluir en el reporte de validacion las causas de excepciones generadas por las clausulas: sh:or, sh:and, sh:node o sh:qualifiedValueShape
Si los datos a validar contienen la Ontologia, usted puede activar una inferencia OWL-Micro sobre los datos antes de ejecutar la validacion. /! La inferencia puede consumir tiempo

Documentation

If the RDF dataset to be validated is online, and if and only if the SHACL shapes are registered in SHACL Play shapes catalog, you can provide direct links to a validation report with the following URL : https://shacl-play.sparna.fr/play/{shapes-catalog-entry-id}/report?url={URL of the RDF data file to validate}

For example : https://shacl-play.sparna.fr/play/shaclplay-catalog/report?url=https://raw.githubusercontent.com/sparna-git/SHACL-Catalog/master/shacl-catalog.ttl

Generate shields.io validation badges

This validation utility is available as an API to generate shields validation badges for dataset. The API URL will return a JSON data that can be tunneled to https://img.shields.io/endpoint?url=.

This works if and only if the SHACL shapes are registered in SHACL Play shapes catalog.

The API general synopsis is https://shacl-play.sparna.fr/play/{shapes-catalog-entry-id}/badge?url={URL of the RDF data file to validate}

For example : https://shacl-play.sparna.fr/play/shaclplay-catalog/badge?url=https://raw.githubusercontent.com/sparna-git/SHACL-Catalog/master/shacl-catalog.ttl

The full badge URL is then https://img.shields.io/endpoint?url=https%3a%2f%2fshacl-play.sparna.fr%2fplay%2fshaclplay-catalog%2fbadge%3furl%3dhttps%3a%2f%2fraw.githubusercontent.com%2fsparna-git%2fSHACL-Catalog%2fmaster%2fshacl-catalog.ttl

When you insert the badge on your Github repository, you can use it to link to the "/report" URL (see above). See the Shapes catalog repository README for an example