NLP2RDF / software

Other
22 stars 12 forks source link

integrate RDFUnit directly in the framework #21

Open jimkont opened 8 years ago

jimkont commented 8 years ago

RDFUnit now has a JUnit integration where we can define a test RDF file and an ontology (NIF) and it can validate the input files through maven / IDEs etc.

the simplest approach is to create a new nlp2rdf-test module which as a build step generates sample result files from all other modules and stores them as resources (and replaces existing ones on every build). For each file we create a separate RDFUnit/JUnit test file that runs whenever we re-build

Later we can find more sophisticated ways to do it but this can be good for start, WDYT?