Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208056226
--- 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>
+</dependency>
+
+<repositories>
+ <repository>
+ <id>librdfa-rdf4j</id>
+
<url>https://raw.github.com/JulioCCBUcuenca/librdfa-java/repository/</url>
--- End diff --
... again, this looks quite untidy. What resides at this URL?
---