ShEx
| Formats | |
|---|---|
| Date de création | |
| Site web |
Shape Expressions (ShEx)[1] est un langage pour valider et décrire des données selon le modèle Resource Description Framework (RDF).
Il a été proposé lors de l'atelier de validation RDF 2012[2] comme un langage concis et de haut niveau pour la validation de RDF.
Le ShEx peut être définie dans une syntaxe compacte conviviale appelée ShExC ou à l'aide de tout format de sérialisation RDF comme JSON-LD ou Turtle.
Le ShEx peut être utilisées à la fois pour décrire RDF et pour vérifier automatiquement la conformité des données RDF. La syntaxe de ShEx est similaire à Turtle et SPARQL tandis que la sémantique est inspirée des langages d'expression régulière comme Relax NG.
Exemple
PREFIX : <http://example.org/>
PREFIX schema: <http://schema.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
:Person {
schema:name xsd:string ;
schema:knows @:Person * ;
}
Cet exemple indique que les nœuds conformes à la forme Person doivent avoir :
- exactement une propriété
schema:nameavec une valeur de chaînexsd:string, - zéro ou plusieurs (*) propriétés
schema:knowsdont les valeurs doivent être conformes à la formePerson.
Implémentations
- shex.js : JavaScript
- shaclex : bibliothèque Scala avec support pour Jena (framework) et RDF4J
- PyShEx : Python
- shexjava : Java
- Ruby ShEx : Ruby
- ShEx.ex : Élixir
Aires de jeux et démos en ligne
- ShExSimple : Démo en ligne basée sur shex.js
- rdfshape : démo en ligne basée sur shaclex
Notes et références
- ↑ (en) « Shape Expressions Language 2.0 », sur shex.io (consulté le ).
- ↑ (en) « RDF Validation Workshop : Practical Assurances for Quality RDF Data », sur w3.org (consulté le ).
Bibliographie
- Shape Expressions Language Specification, W3C Draft Community Group Report, (lire en ligne)
- Jose Emilio Labra Gayo, Eric Prud'hommeaux, Iovka Boneva et Dimitris Kontokostas, Validating RDF Data, Morgan & Claypool, (lire en ligne)
Voir également
Liens externes
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.