DaniFdezAlvarez / shexer

Apache License 2.0
26 stars 2 forks source link

Support regular expressions for an IRI #116

Closed yayamamo closed 1 year ago

yayamamo commented 2 years ago

As in the ShEx spec., regular expressions can be used to constrain IRIs. Inversely, it would be beneficial if sheXer generates these regular expressions by scanning a given RDF dataset. One use case is to check any string fluctuations or spelling errors in IRIs.

yayamamo commented 1 year ago

I found this feature and it would be fine for a subject to follow a given prefix.

<S>  [<http://a.example/foo>~ ] AND {
  <p1> .
}
DaniFdezAlvarez commented 1 year ago

@yayamamo I'm starting to work on this. I hope to produce a new release with this feature soon