Dimitris Kontokostas

Results 97 comments of Dimitris Kontokostas

+1, even for simple one way integration (Pretege -> Git)

Maybe our solution works here as well https://github.com/dbpedia/extraction-framework/issues/487#issuecomment-255297245

Agree with @afs. Another thing that might worth mentioning on section 3.2 is that IRIs might not work well with dereferencing, see section 6.1 in https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3198968 for details

Thanks for the report, it was indeed an bug. we upgraded the jetty version recently which was not compatible with Java 8, I reverted to the previous version for now

can you try running this from the `rdfunit-shacl-ws` directory? with e.g. ``` mvn clean install cd rdfunit-shacl-ws mvn jetty:run ```

That would be great! All the OWL-based generators are defined [here](https://github.com/AKSW/RDFUnit/blob/master/rdfunit-commons/src/main/resources/org/aksw/rdfunit/configuration/autoGeneratorsOWL.ttl), you might also need to define a corresponding pattern [here](https://github.com/AKSW/RDFUnit/blob/master/rdfunit-commons/src/main/resources/org/aksw/rdfunit/configuration/patterns.ttl) the main RDFUnit paper describes the concepts well but...

TestCoverageEvaluator was created at the very first beginning of the project and not used since. I updated the code a bit to make not throw errors. It is still not...

Note that, ideally, the metrics should be identified by doing pattern identification inside the SPARQL queries. This would also work on non pattern-based test cases or pattern-based test cases where...

thanks for the reposrt, can you post an example input of a shapes/data graph that showcases the problem?

Hi @Dragos0000 I remember that the variable replacement was not fully implemented on the sparql constraints. The shacl core variables should be working fine though. Need to find some time...