https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8c228b827f2f7d2d317a13f48ff6022b0da5b10a authored by Luke Bjerring on 20 July 2018, 17:32:08 UTC
Try to automate u2f authentication, with vendor-specific implementations of what 'authenticate_u2f' would be.
Tip revision: 8c228b8
README.md
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.

back to top