GitHub user JulioCCBUcuenca opened a pull request:
https://github.com/apache/any23/pull/104
Any23 295: Implement ability to use librdfa
Integration of [librdfa](https://github.com/rdfa/librdfa) on Any23 through
the Rio API of RDF4J. For that, I have created a [new
parser](https://github.com/JulioCCBUcuenca/librdfa-rdf4j).
In order to try out the PR, you should:
1. Install [librdfa](https://github.com/rdfa/librdfa)
2. Compile
[librdfa-rdf4j](https://github.com/JulioCCBUcuenca/librdfa-rdf4j) since is not
available in mvn central repository yet.
3. Compile Any23
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JulioCCBUcuenca/any23 ANY23-295
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/104.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #104
----
commit a9f37b2293fb371eda431b4385e26cf99fbff365
Author: Julio Caguano <julio.caguanob@...>
Date: 2018-06-29T03:03:56Z
Add extractors for librdfa.
Signed-off-by: Julio Caguano
commit eec861c65f66bd9cbcb45bcabe7d9ca1834ae3d2
Author: Julio Caguano <julio.caguanob@...>
Date: 2018-06-29T03:05:29Z
Merge branch 'master' of https://github.com/apache/any23 into ANY23-295
commit ccf33eafca699dde016f0551f664edb584a6e5ba
Author: Julio Caguano <julio.caguanob@...>
Date: 2018-07-13T03:30:50Z
Merge branch 'master' of https://github.com/apache/any23 into ANY23-295
commit 64082692139f69df16d2985b6e9591d000e6457b
Author: Julio Caguano <julio.caguanob@...>
Date: 2018-07-16T15:18:09Z
add librdfa extractor
commit 2fe500f5283a96a4d2428fad30b0b671384d6a73
Author: Julio Caguano <julio.caguanob@...>
Date: 2018-07-16T15:19:04Z
Merge branch 'master' of https://github.com/apache/any23 into ANY23-295
commit 68f0d8078fb2adc3d11d9e8ebf83c6e7e58aa9b3
Author: Julio Caguano <julio.caguanob@...>
Date: 2018-07-19T03:14:56Z
ignore basic test
----
---