Add REST interface for pre-defined shapes
Please design a place in the API where pre-defined shapes can be stored. Then, add a new REST interface like validate/sd/
that takes two inputs, namely a name for a shapes graph to use plus a data graph (=instance). Result will be like the normal validation and return the validation report.
Maybe we also need a GET REST interface to query available pre-defined shapes from the API.