-
Notifications
You must be signed in to change notification settings - Fork 40
Home
Welcome to the RDFUnit suite wiki!
RDFUnit uses a test-driven approach for testing RDF. For details on our methodology take a look at our homepage.
See RDFUnit from Command Line for more options but the simplest setting is as follows:
$ bin/rdfunit -d <local-or remote-location-URI>
What RDFUnit will do is:
- Get statistics about all properties & classes in the dataset
- Get the namespaces out of them and try to dereference all that exist in (LOV)[http://lov.okfn.org]
- Run our
Test Generators
on the schemas and generate RDFUnit Test cases - Run the RDFUnit test cases on the dataset
You can also run:
$ bin/rdfunit -d <dataset-uri> -s <schema1,schema2,schema3,...>
Where you define your own schemas and we pick up from step 3. You can also use prefixes directly (e.g. -s foaf,skos
) we can get everything that is defined in (LOV)[http://lov.okfn.org].
If you want to cite RDFUnit our main publication is
Test-driven evaluation of linked data quality. Dimitris Kontokostas, Patrick Westphal, Sören Auer, Sebastian Hellmann, Jens Lehmann, Roland Cornelissen, and Amrapali J. Zaveri in Proceedings of the 23rd International Conference on World Wide Web. (pdf)
See http://rdfunit.aksw.org for a full list of publications