-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathhets.magic
188 lines (140 loc) · 5.23 KB
/
hets.magic
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# Magic data for file(1) command.
0 string/t #\ Magic\ magic text file for file(1) cmd
# shell commands:
0 string/wt #!\ /bin/ script text executable
!:mime text/x-shellscript
0 string/wt #!\ /usr/ script text executable
!:mime text/x-shellscript
# XML version tag
0 string/cWt \<?xml\ version XML Document
!:mime application/xml
# HTML (copied)
0 search/4096/cWt \<!doctype\ html HTML document
!:mime text/html
0 search/4096/ct \<head HTML document
!:mime text/html
0 search/4096/ct \<title HTML document
!:mime text/html
0 search/4096/ct \<html HTML document
!:mime text/html
0 search/4096/ct \<script HTML document
!:mime text/html
0 search/4096/ct \<style HTML document
!:mime text/html
0 search/4096/ct \<table HTML document
!:mime text/html
0 search/4096/cWt \<a\ href= HTML document
!:mime text/html
# further magic file entries by Christian.Maeder@dfki.de
# RDF 1.1 XML Syntax http://www.w3.org/TR/rdf-syntax-grammar/
0 string/t \<rdf:RDF RDF document
!:mime application/rdf+xml
0 string/t \<!--
>15 string >\0
>>19 search/4096/t \<rdf:RDF RDF document
!:mime application/rdf+xml
0 string/cWt \<?xml\ version
>15 string >\0
>>19 search/4096/t \<rdf:RDF RDF document
!:mime application/rdf+xml
0 string/cWt \<?xml\ version
>15 string >\0
>>19 search/4096/cWt \<!doctype\ rdf:RDF RDF document
!:mime application/rdf+xml
# OWL XML
0 string/t \<Ontology OWL document
!:mime application/owl
0 string/t \<!--
>15 string >\0
>>19 search/4096/t \<Ontology OWL document
!:mime application/owl
0 string/cWt \<?xml\ version
>15 string >\0
>>19 search/4096/t \<Ontology OWL document
!:mime application/owl
0 string/cWt \<?xml\ version
>15 string >\0
>>19 search/4096/cWt \<!doctype\ Ontology OWL document
!:mime application/owl
# OBO
0 string/t format-version: OBO document
!:mime text/obo
# Turtle (.ttl extension)
0 search/4096/t @prefix\ owl: Turtle document
!:mime text/turtle
0 search/4096/t @prefix\ rdfs: Turtle document
!:mime text/turtle
0 search/4096/t @prefix\ xsd: Turtle document
!:mime text/turtle
# OMN
0 search/4096/t Prefix: OWL Manchester Notation
!:mime text/omn
# OMN
0 search/4096/t Ontology: OWL Manchester Notation
!:mime text/omn
# DOL
0 search/4096/t distributed-ontology\ DOL document
!:mime text/dol
0 search/4096/t ontology\ DOL document
!:mime text/dol
0 search/4096/t interpretation\ DOL document
!:mime text/dol
0 search/4096/t spec\ DOL document
!:mime text/dol
0 search/4096/t library\ DOL document
!:mime text/dol
0 search/4096/t view\ DOL document
!:mime text/dol
0 search/4096/t logic\ DOL document
!:mime text/dol
# CASL
0 search/4096/t sort\ CASL document
!:mime text/casl
0 search/4096/t sorts\ CASL document
!:mime text/casl
0 search/4096/t module\ Haskell document
!:mime text/haskell
# TPTP
0 search/4096/t thf( TPTP document
!:mime text/tptp
0 search/4096/t tfx( TPTP document
!:mime text/tptp
0 search/4096/t tff( TPTP document
!:mime text/tptp
0 search/4096/t tcf( TPTP document
!:mime text/tptp
0 search/4096/t fof( TPTP document
!:mime text/tptp
0 search/4096/t cnf( TPTP document
!:mime text/tptp
0 search/4096/t tpi( TPTP document
!:mime text/tptp
# CLIF
0 search/4096/t (cl-text\ CLIF document
!:mime text/clif
0 search/4096/t (cl-module\ CLIF document
!:mime text/clif
0 search/4096/t (cl-excludes\ CLIF document
!:mime text/clif
0 search/4096/t (cl-imports\ CLIF document
!:mime text/clif
0 search/4096/t (cl-module\ CLIF document
!:mime text/clif
0 search/4096/t (cl-comment\ CLIF document
!:mime text/clif
0 search/4096/t (cl-roleset\ CLIF document
!:mime text/clif
0 search/4096/t (forall\ CLIF document
!:mime text/clif
0 search/4096/t (exists\ CLIF document
!:mime text/clif
0 search/4096/t (and\ CLIF document
!:mime text/clif
0 search/4096/t (or\ CLIF document
!:mime text/clif
0 search/4096/t (if\ CLIF document
!:mime text/clif
0 search/4096/t (iff\ CLIF document
!:mime text/clif
0 search/4096/t (not\ CLIF document
!:mime text/clif