Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration (shaclex) : send the rdf-stream to shaclex to perform validation #1

Closed
thewillyhuman opened this issue Oct 1, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@thewillyhuman
Copy link
Member

In theory, and as intended the turbine library will perform the integration to the shaclex library though this adapter, if no other suggestions appear. The doubt then is, how dows shaclex receive the rdf graph, scheema and shape maps to perform the validation. And moreover what does it return after a validation.

As @labra is the owner of shaclex this doubt is for him...

public RDFValidatorResult validate(RDFStream rdfStream) {
String graphToValidate = rdfStream.getGraph();
String scheema = rdfStream.getSchema();
String shapeMap = rdfStream.getShapeMap();
// Validation must be done here...
// Validator.validate()
return new DefaultRDFValidatorResult(rdfStream, "", false);
}

@thewillyhuman thewillyhuman added the help wanted Extra attention is needed label Oct 1, 2019
@thewillyhuman
Copy link
Member Author

thewillyhuman commented Oct 5, 2019

Duplicated at: weso/shaclex#174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant