Re: validating Hydra documents (and ontologies)

A slightly corrected quick guide:

1. git clone https://github.com/AKSW/RDFUnit.git
  ("git:"-URLs do not work everywhere)
2. cd RDFUnit
3. mvn install
4. bin/rdfunit -d http://data.linkeddatafragments.org -s dc,hydra

RDFUnit seems to be very helpful !

Cheers,
Andreas
---

Ruben Verborgh:
> 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 10:02:11 UTC