- From: Ruben Verborgh <ruben.verborgh@ugent.be>
- Date: Thu, 7 Aug 2014 10:42:42 +0200
- To: Hydra <public-hydra@w3.org>
- Cc: Dimitris Kontokostas <kontokostas@informatik.uni-leipzig.de>
Dear all, This week, Dimitris showed me how RDFUnit [1] can be used to validate Hydra documents; i.e., to test whether a document correctly uses the properties and classes from the ontology. This can be very helpful to test: - server responses with Hydra hypermedia controls - Hydra API documentation but also, it can help us test whether (future editions of) the Core Vocabulary are consistent with intended usage. Quick guide: - git clone git@github.com:AKSW/RDFUnit.git - mvn install - bin/rdfunit -d http://data.linkeddatafragments.or -s dc,hydra In this last line, the URL is the document to test and after -s are prefixes of ontologies to validate. Best, Ruben [1] https://github.com/AKSW/RDFUnit/
Received on Thursday, 7 August 2014 08:43:16 UTC