zazuko / SPEX

SPEX is designed to introspect data within SPARQL endpoints, leveraging the self-describing nature of RDF-based data to enhance your comprehension of the underlying schema.
https://spex.zazuko.com
MIT License
31 stars 3 forks source link

Improve structure of .well-known/void schema #34

Closed martinmaillard closed 3 years ago

martinmaillard commented 3 years ago

Will close #25

Using .well-known/schema was not following any spec, so we decided to move the dataset description under .well-known/void.


<.well-known/void> spex:shape [
  a spex:DefaultShapes ;
  schema:hasPart [
    a sh:NodeShape ;
    sh:name "My Table" ;
    sh:targetClass <MyTable> ;
    sh:property [] ;
  ] ;
] .