Repository: any23 Updated Branches: refs/heads/master 098fc5bf2 -> f88cc51f3
ANY23-253 JSON-LD cannot be processed by Rover Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/f88cc51f Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f88cc51f Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f88cc51f Branch: refs/heads/master Commit: f88cc51f3194e85978c55c330807a94254a2167c Parents: 098fc5b Author: Lewis John McGibbney <[email protected]> Authored: Wed Mar 11 11:59:03 2015 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Mar 11 11:59:03 2015 -0700 ---------------------------------------------------------------------- mime/src/main/resources/org/apache/any23/mime/mimetypes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/f88cc51f/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml ---------------------------------------------------------------------- diff --git a/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml b/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml index f2e8457..29b1354 100644 --- a/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml +++ b/mime/src/main/resources/org/apache/any23/mime/mimetypes.xml @@ -79,6 +79,11 @@ <glob pattern="*.trx" /> <glob pattern="*.trix" /> </mime-type> + + <!-- JSONLD --> + <mime-type type="application/ld+json"> + <glob pattern="*.jsonld" /> + </mime-type> <!-- END: Any23 Semantic Web document mime types. -->
