You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/05 14:56:58 UTC

[jira] [Commented] (ANY23-299) Missing YAML to RDF parser

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

ASF GitHub Bot commented on ANY23-299:
--------------------------------------

GitHub user jgrzebyta opened a pull request:

    https://github.com/apache/any23/pull/32

    Any23-299

    Issue described in task ANY23-299. 
    
    That patch add support for YAML->RDF.
    
    - update tika version
    - update mimetypes.xml file
    - add extractor factory and extractor of YAML files

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jgrzebyta/any23 ANY23-299

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/any23/pull/32.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 #32
    
----
commit df619d6c3382f043a7ff279b666107008009c132
Author: Jacek Grzebyta <gr...@gmail.com>
Date:   2017-01-03T23:18:37Z

    Update Apache Tika version 1.7->1.14
    
    Update apache-tika version: 1.7 -> 1.14
    Update commons-compress version: 1.9 -> 1.10
    
    Signed-off-by: Jacek Grzebyta <gr...@gmail.com>

commit 0f2bb81815fff353f86ec2c5bfa9a22d78428340
Author: Jacek Grzebyta <gr...@gmail.com>
Date:   2017-01-04T16:35:47Z

    Adds YAML support
    
    - Adds YAML vocabulary
    - Adds YAML extractor and extractor factory
    - Adds unit tests
    Signed-off-by:Jacek Grzebyta <gr...@gmail.com>

commit 33ee8b180f39aaa30d382a3c594eb66fd1712580
Author: Jacek Grzebyta <gr...@gmail.com>
Date:   2017-01-04T19:55:13Z

    Fix problem with multiple-document files 
    
    Add layer of document for all files.
    
    
    Signed-off-by:Jacek Grzebyta <gr...@gmail.com>

commit f751ff888333e58da8ca937e563d2600958e95a3
Author: Jacek Grzebyta <gr...@gmail.com>
Date:   2017-01-04T23:41:44Z

    Fix a few bugs
    
    Signed-off-by:Jacek Grzebyta <gr...@gmail.com>

commit 95742dacb1548f8b5a7c73034d480c79701a5149
Author: Jacek Grzebyta <gr...@gmail.com>
Date:   2017-01-05T14:45:50Z

    Update mimetypes.xml
    
    - Import main content from
       org/apache/tika/mime/tika-mimetypes.xml in 
       org.apache.tika:tika-core:1.14:jar
       except application/x-atom and application/x-wsdl
     
    
    
    Signed-off-by:Jacek Grzebyta <gr...@gmail.com>

commit bc90b1257dbb598d8985efb8ec116cbb93082138
Author: Jacek Grzebyta <gr...@gmail.com>
Date:   2017-01-05T14:46:26Z

    Add mime detection test for yaml files
    
    Signed-off-by:Jacek Grzebyta <gr...@gmail.com>

----


> Missing YAML to RDF parser
> --------------------------
>
>                 Key: ANY23-299
>                 URL: https://issues.apache.org/jira/browse/ANY23-299
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: core, extractors
>    Affects Versions: 1.1
>            Reporter: Jacek
>            Priority: Minor
>              Labels: features, patch
>             Fix For: 1.2
>
>
> I created YAML to RDF parser but I found there is not enough flexibility within the core. I will fix the issue.
> Issue related to ANY23-280



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)