You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/01/06 13:29:51 UTC

[jira] [Commented] (ANY23-174) Incorrect RDFa Lite 1.1 extractions

    [ https://issues.apache.org/jira/browse/ANY23-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862950#comment-13862950 ] 

Lewis John McGibbney commented on ANY23-174:
--------------------------------------------

Hi [~westurner], currently there *may* exist a quick fix for you within the patch provided by [~levkhomich] over on issue ANY23-137. 
Additionally, there is a branch for integrating this extractor implementation into the Any23 codebase, please see [0] which amongst other things aims to replace current RDFa implementations with Semargl.
I think it would be great if you were able to build against this branch and try it out again on your data.
If your able to report back here with your findings it would be most appreciated. 
[0] https://git-wip-us.apache.org/repos/asf?p=any23.git;a=shortlog;h=refs/heads/ANY23-137

> Incorrect RDFa Lite 1.1 extractions
> -----------------------------------
>
>                 Key: ANY23-174
>                 URL: https://issues.apache.org/jira/browse/ANY23-174
>             Project: Apache Any23
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Wes Turner
>              Labels: rdfa, rdfa-lite
>
> RDFa Lite 1.1 Test Case
> From: http://www.w3.org/TR/rdfa-lite/#vocab--typeof--and-property
> Input
> --------
> $ any23 rover [-e html-rdfa11] -f turtle
> <p vocab="http://schema.org/" typeof="Person">
>    My name is
>    <span property="name">Manu Sporny</span>
>    and you can give me a ring via
>    <span property="telephone">1-800-555-0199</span>
>    or visit 
>    <a property="url" href="http://manu.sporny.org/">my homepage</a>.
> </p>
> Output
> -----------
> _:node18dj3bhkhx1 a <http://schema.org/Person> ;
>         <http://schema.org/name> "Manu Sporny" ;
>         <http://schema.org/telephone> "1-800-555-0199" .
> <http://manu.sporny.org/> <http://schema.org/url> <http://manu.sporny.org/> .
> Expected Output
> ---------------------------
> _:node18dj3bhkhx1 a <http://schema.org/Person> ;
>         <http://schema.org/name> "Manu Sporny" ;
>         <http://schema.org/telephone> "1-800-555-0199" .
>         <http://schema.org/url> <http://manu.sporny.org/> .



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)