You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by lewismc <gi...@git.apache.org> on 2015/03/11 20:00:25 UTC

[GitHub] any23 pull request: ANY23-253 JSON-LD cannot be processed by Rover

GitHub user lewismc opened a pull request:

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

    ANY23-253 JSON-LD cannot be processed by Rover

    Hi @michelemostarda, please check out the results which I now get when I run the following
    
    lmcgibbn@LMC-032857 /usr/local/any23/core/target/appassembler(master) $ ./bin/any23 rover -l output.log -o output.txt -s "http://people.apache.org/~lewismc/example-jsonld.jsonld"
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    
    ------------------------------------------------------------------------
    Apache Any23 :: rover
    ------------------------------------------------------------------------
    
    
    >Summary:
       -total calls: 2
       -total triples: 5
       -total runtime: 12 ms!
       -tripls/ms: 0
       -ms/calls: 6
    >Extractor: consolidation-extractor
       -total calls: 1
       -total triples: 0
       -total runtime: 0 ms!
       -ms/calls: 0
    >Extractor: rdf-jsonld
       -total calls: 1
       -total triples: 5
       -total runtime: 12 ms!
       -tripls/ms: 0
       -ms/calls: 12
    
    ------------------------------------------------------------------------
    Apache Any23 SUCCESS
    Total time: 2s
    Finished at: Wed Mar 11 11:57:42 PDT 2015
    Final Memory: 75M/480M
    ------------------------------------------------------------------------

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

    $ git pull https://github.com/lewismc/any23 ANY-253

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

    https://github.com/apache/any23/pull/15.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 #15
    
----
commit f88cc51f3194e85978c55c330807a94254a2167c
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   2015-03-11T18:59:03Z

    ANY23-253 JSON-LD cannot be processed by Rover

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---