[
https://issues.apache.org/jira/browse/TIKA-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846819#comment-13846819
]
Peter Ansell commented on TIKA-1208:
------------------------------------
Need to include the new RDF-1.1 MIME types here:
application/json+ld http://www.w3.org/TR/json-ld/#iana-considerations
application/rdf+json http://www.w3.org/TR/rdf-json/#sec-mediaReg
application/n-triples http://www.w3.org/TR/n-triples/#sec-mediaReg-n-triples
application/n-quads http://www.w3.org/TR/n-quads/#sec-mediaReg
application/trig http://www.w3.org/TR/trig/#sec-mediaReg
All of those, including the last three, will be supported by Sesame soon. The
first two are supported in Sesame-2.7 already.
Also may be useful to include the SPARQL-1.1 results format mime types:
application/sparql-results+xml http://www.w3.org/TR/rdf-sparql-XMLres/#mime
application/sparql-results+json
http://www.w3.org/TR/sparql11-results-json/#content-type
> Migrate Any23 mime contributions to Tika
> ----------------------------------------
>
> Key: TIKA-1208
> URL: https://issues.apache.org/jira/browse/TIKA-1208
> Project: Tika
> Issue Type: Sub-task
> Components: mime
> Reporter: Lewis John McGibbney
> Fix For: 1.5
>
>
> We begin with one of the most obvious areas in which there
> is overlap.
> In short, the appeal of this package is the addition of detection
> for the following types:
> - text/n3
> - text/rdf+n3
> - application/n3
> - text/x-nquads
> - text/rdf+nq
> - text/nq
> - application/nq
> - text/turtle
> - application/x-turtle
> - application/turtle
> - application/trix
>
> Therefore although both Tika and Any23 execute the task of Mimetype-related
> tasks, there is a contribution to be made. This involves the trasferral of
> code pertaining to pattern recogition, Mimetype XML defitinions within
> tika-mimetypes.xml and a Purifier implementation that removes all
> the eventual blank characters at the header of a file that might
> prevents its MIME Type detection.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)