Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208056181
--- Diff: librdfa-rdf4j/README.MD ---
@@ -0,0 +1,63 @@
+# Librdfa - RDF4J
+
+RDF4J parser that uses [librdfa](https://github.com/rdfa/librdfa) to parse
RDFa to triples.
+
+## Prerequisites
+
+You need to install the [librdfa](https://github.com/rdfa/librdfa) library.
+
+## Install
+
+``` mvn
+<dependency>
+ <groupId>org.apache.any23</groupId>
+ <artifactId>apache-any23-librdfa</artifactId>
+ <version>1.0.0</version>
--- End diff --
Make sure the versioning is inline with existing Any23 versioning.
---