ExPaNDS-eu / ExPaNDS-experimental-techniques-ontology

EU Photon and Neutron Ontologies (task 3.2)
8 stars 4 forks source link

Add workflow job to validate PaNET_metadata.ttl #146

Closed paulmillar closed 1 month ago

paulmillar commented 2 months ago

Motivation:

Issue #144 arises from the file sources/PaNET_metadata.ttl not containing valid Turtle. We wish to avoid any repetition of this problem.

Modification:

Add a new job validate that runs the Apache Jena's riot tool to validate RDF files. Currently this is limited to the single file sources/PaNET_metadata.ttl.

Result:

The CI/CD is updated to check whether the sources/PaNET_metadata.ttl file is validate Turtle.