servo/tests/wpt/web-platform-tests/annotation-vocab/tools
2019-03-29 00:51:32 -04:00
..
ruby-rdf Update web-platform-tests to revision 848ceffad26e92d47ffe790ed8b650906b2c2343 2018-08-10 14:45:43 -04:00
samples 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 9817f7f027fe1e92cc2fce31d6002c4d669918e8 2018-03-09 08:47:07 -05: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.