• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D30-Mar-2022568 1611

anno.jsonldH A D30-Mar-20225.9 KiB128120

vocab_tester.pyH A D30-Mar-20228.2 KiB243182

README.md

1Vocabulary Exercising Tools
2===========================
3
4The Web Annotation Vocabulary specification defines an ontology for
5portable annotations.  The tools in this directory, along with the
6sample files supplied, can be used to exercise the vocabulary
7"implementation" against various RDF processing engines.
8
9vocab-tester.py
10===============
11
12This python script exercises the vocabulary implementation using rdflib,
13rdflib-jsonld and pyld.  Note that this means your python environment must
14have those additional python modules installed in order to run the tests.
15
16