Merge remote-tracking branch 'upstream/master'
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/6a954ada Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/6a954ada Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/6a954ada Branch: refs/heads/master Commit: 6a954ada56e5050808f12fa5c392c002ca11453a Parents: 6557a76 5bc7e46 Author: William L. Anderson <[email protected]> Authored: Wed Jul 12 14:31:35 2017 -0500 Committer: William L. Anderson <[email protected]> Committed: Wed Jul 12 14:31:35 2017 -0500 ---------------------------------------------------------------------- README.md | 24 +++--- core/pom.xml | 11 +++ .../rdf/FunctionalSyntaxExtractor.java | 53 +++++++++++++ .../rdf/FunctionalSyntaxExtractorFactory.java | 59 +++++++++++++++ .../rdf/ManchesterSyntaxExtractor.java | 53 +++++++++++++ .../rdf/ManchesterSyntaxExtractorFactory.java | 59 +++++++++++++++ .../any23/extractor/rdf/RDFParserFactory.java | 41 ++++++++++ .../org.apache.any23.extractor.ExtractorFactory | 2 + .../extractor/rdf/example-functionalsyntax.ofn | 5 ++ .../extractor/rdf/example-manchestersyntax.omn | 5 ++ .../rdf/FunctionalSyntaxExtractorTest.java | 80 ++++++++++++++++++++ .../rdf/ManchesterSyntaxExtractorTest.java | 80 ++++++++++++++++++++ .../java/org/apache/any23/plugin/PluginIT.java | 3 +- pom.xml | 29 +++++++ .../owl-functional/example-functionalsyntax.ofn | 5 ++ .../owl-manchester/example-manchestersyntax.omn | 5 ++ 16 files changed, 500 insertions(+), 14 deletions(-) ----------------------------------------------------------------------
