mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 18:01:08 +01:00
Update mimetypes.ts with RDF mime types beyond JSON-LD and N3 (#235)
This commit is contained in:
committed by
GitHub
parent
d9d5c4d564
commit
5061e17700
@@ -43,6 +43,8 @@ export const mimeTypes = [
|
||||
'application/mp4',
|
||||
'application/msword',
|
||||
'application/mxf',
|
||||
'application/n-triples',
|
||||
'application/n-quads',
|
||||
'application/oda',
|
||||
'application/ogg',
|
||||
'application/pgp-encrypted',
|
||||
@@ -54,6 +56,7 @@ export const mimeTypes = [
|
||||
'application/pkcs8',
|
||||
'application/postscript',
|
||||
'application/pskc+xml',
|
||||
'application/rdf+xml',
|
||||
'application/resource-lists+xml',
|
||||
'application/resource-lists-diff+xml',
|
||||
'application/rls-services+xml',
|
||||
@@ -63,6 +66,7 @@ export const mimeTypes = [
|
||||
'application/sdp',
|
||||
'application/shf+xml',
|
||||
'application/timestamped-data',
|
||||
'application/trig',
|
||||
'application/vnd.android.package-archive',
|
||||
'application/vnd.api+json',
|
||||
'application/vnd.apple.installer+xml',
|
||||
@@ -165,6 +169,7 @@ export const mimeTypes = [
|
||||
'text/slim',
|
||||
'text/stylus',
|
||||
'text/tab-separated-values',
|
||||
'text/turtle',
|
||||
'text/uri-list',
|
||||
'text/vcard',
|
||||
'text/vnd.curl',
|
||||
|
||||
Reference in New Issue
Block a user