Description
As a follow up to discussion [1].
I've implemented another RDFa extractor for Any23 (0.7.1).
Proposed code depends on semargl project [2].
Pull request located at [3].
[1] http://mail-archives.apache.org/mod_mbox/any23-dev/201212.mbox/browser
[2] http://semarglproject.org
[3] https://github.com/apache/any23/pull/2
Attachments
Attachments
Issue Links
- depends upon
-
ANY23-136 Some RDFa tests have incorrect expected results
- Closed
- is related to
-
ANY23-100 Issue with RDFa extractor while processing nested properties
- Closed
-
ANY23-135 Any23 RDFa Extractor ignores multiple prefix and property statements
- Closed
-
ANY23-65 Update to RDFa extraction stylesheet
- Closed
-
ANY23-128 html-rdfa11 extractor fails on mailto: anchors
- Closed
-
ANY23-69 Create Any23 EARL report for RDFa 1.1 Processor Conformance test suite
- Open
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | rdfa-extractor-proposal.patch [ 12561967 ] |
Fix Version/s | 0.7.1 [ 12322500 ] |
Fix Version/s | 0.8.0 [ 12319885 ] | |
Fix Version/s | 0.7.1 [ 12322500 ] |
Affects Version/s | 0.8.0 [ 12319885 ] | |
Affects Version/s | 0.7.1 [ 12322500 ] |
Attachment | oQYfomKX.part [ 12567060 ] |
Fix Version/s | 0.9.0 [ 12319886 ] | |
Fix Version/s | 0.8.0 [ 12319885 ] |
Assignee | Peter Ansell [ p_ansell ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Fix Version/s | 1.0.0 [ 12319887 ] | |
Fix Version/s | 0.9.0 [ 12319886 ] |
Fix Version/s | 0.9.0 [ 12319886 ] | |
Fix Version/s | 1.0.0 [ 12319887 ] |
Fix Version/s | 1.0.0 [ 12319887 ] | |
Fix Version/s | 0.9.0 [ 12319886 ] |
Description |
As a follow up to discussion [1]. I've implemented another RDFa extractor for Any23 (0.7.1). Proposed code depends on semargl project [2]. It isn't published in maven central, therefore I didn't change any poms. Still not quite sure about class name (because related ones are already taken), feel free to rename it. See attachments for patch with extractor and tests. [1] http://mail-archives.apache.org/mod_mbox/any23-dev/201212.mbox/browser [2] http://semarglproject.org |
As a follow up to discussion [1]. I've implemented another RDFa extractor for Any23 (0.7.1). Proposed code depends on semargl project [2]. Pull request located at [3]. [1] http://mail-archives.apache.org/mod_mbox/any23-dev/201212.mbox/browser [2] http://semarglproject.org [3] https://github.com/apache/any23/pull/2 |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
As a temporary solution
<repositories>
<repository>
<id>Semargl repository</id>
<url>https://github.com/levkhomich/semargl/raw/master/maven-repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.semarglproject</groupId>
<artifactId>semargl-sesame</artifactId>
<version>0.3</version>
</dependency>
</dependencies>