Jose Emilio Labra Gayo

Results 41 issues of Jose Emilio Labra Gayo

Implement a converter between ShEx to SHACL. The converter was already started although some features were not implemented. We will keep this issue open to keep track of the features...

SHACLEX
ShEx-SHACL

We should consider the possibility that users of RDFShape can login to the application so they can store shapes, RDF data, SPARQL queries and so on. In this way, the...

It would be great to allow a user to upload entity schemas created with YasHE to wikidata/wikibase. It would require to use the wikidata's API and I am not sure...

The new implementation of ShEx-s reports information about the position of the node that has failed in the JSON API information object. This position can be used to display in...

The following attempt of validation (a Shanghai hospital) agains the entity schema of hospitals: ``` curl -i -X POST -H "Content-type:multipart/form-data" 'http://localhost:8080/api/wikidata/validate' \ --form-string 'item=' \ --form-string 'entitySchema=E187' ``` gives...

Add some middleware that generates prometheus metrics. It seems there is already some [metrics middleware](https://http4s.org/v1.0/middleware/) in http4s for it.

Given the following schema: ``` PREFIX : :S { :p { :q . } } ``` and data: ``` @prefix : . :a :p :b . :b :q 1 ,...

When testing a shape that requires a large number of items to be validated, the validator returns 400 error. Example: https://tinyurl.com/y4suejtd

The extractor from HTML to RDF fails when it uses ``. The following example [works](https://goo.gl/feGhBj): ``` ``` But if replacing `` by `` fails.

Add a list of Shape profiles...for example: Issues, Skos, WebIndex, etc....

enhancement