servo/tests/wpt/web-platform-tests/annotation-vocab/tools
2016-12-28 11:34:21 +01:00
..
ruby-rdf Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e 2016-12-28 11:34:21 +01:00
samples Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e 2016-12-28 11:34:21 +01:00
.gitignore Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e 2016-12-28 11:34:21 +01:00
anno.jsonld Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e 2016-12-28 11:34:21 +01:00
README.md Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e 2016-12-28 11:34:21 +01:00
vocab_tester.py Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e 2016-12-28 11:34:21 +01:00

Vocabulary Exercising Tools

The Web Annotation Vocabulary specification defines an ontology for portable annotations. The tools in this directory, along with the sample files supplied, can be used to exercise the vocabulary "implementation" against various RDF processing engines.

ruby-rdf

This directory contains a Ruby script that will evaluate the samples. See the README.md file in that directory for more information.

vocab-tester.py

This python script exercises the vocabulary implementation using rdflib, rdflib-jsonld and pyld. Note that this means your python environment must have those additional python modules installed in order to run the tests.