-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmimetypes.ttl
More file actions
166 lines (151 loc) · 8.14 KB
/
Copy pathmimetypes.ttl
File metadata and controls
166 lines (151 loc) · 8.14 KB
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
@prefix schema: <http://schema.org/> .
@prefix cvocab: <http://open-services.net/ns/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix siocs: <http://rdfs.org/sioc/services#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix acl: <http://www.w3.org/ns/auth/acl#> .
@prefix oplmime: <http://www.openlinksw.com/ontology/mimetypes#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix formats: <http://www.w3.org/ns/formats/> .
oplmime:
a owl:Ontology ;
rdfs:label """OpenLink Mime Types Ontology"""^^xsd:string ;
rdfs:comment """Ontology that defines entity and relation types used to describe mime types.
Examples include output formats, alternative mime type strings etc."""@en ;
wdrs:describedby <http://www.openlinksw.com/ontology/mimetypes> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
schema:creator <http://www.openlinksw.com/#this> ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
owl:versionInfo "1.0.0"^^xsd:string ;
owl:imports <http://www.w3.org/ns/formats/> ,
<http://www.w3.org/2002/07/owl#> ,
<http://www.w3.org/1999/02/22-rdf-syntax-ns#> ,
<http://purl.org/dc/terms/> ;
<http://open.vocab.org/terms/defines>
oplmime:MimeType ,
oplmime:RDFTriplesMimeType ,
oplmime:hasMimeTypeString ,
oplmime:hasPreferredMimeTypeString ,
oplmime:hasAlternativeMimeTypeString ,
oplmime:hasPreferredFileExtension ,
oplmime:hasVirtuosoSparqlEngineOutputFormat ;
schema:about
oplmime:MimeType ,
oplmime:RDFTriplesMimeType ,
oplmime:hasMimeTypeString ,
oplmime:hasPreferredMimeTypeString ,
oplmime:hasAlternativeMimeTypeString ,
oplmime:hasPreferredFileExtension ,
oplmime:hasVirtuosoSparqlEngineOutputFormat .
<http://www.openlinksw.com/DAV/data/turtle/mimetypes.ttl>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink Mime Types Ontology Description Document (Turtle)"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Mime Types"""@en ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/mimetypes#> ;
xhv:canonical <http://www.openlinksw.com/ontology/mimetypes> ;
xhv:describes <http://www.openlinksw.com/ontology/mimetypes#> ;
schema:about <http://www.openlinksw.com/ontology/mimetypes#> ;
dcterms:subject <http://www.openlinksw.com/ontology/mimetypes#> .
<http://www.openlinksw.com/data/turtle/mimetypes.ttl>
a foaf:Document , schema:TechArticle ;
schema:creator <http://www.openlinksw.com/#this> ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
rdfs:label """OpenLink Mime Types Ontology Description Document (Turtle)"""^^xsd:string ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe the OpenLink Mime Types Ontology."""@en ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/mimetypes#> ;
xhv:canonical <http://www.openlinksw.com/ontology/mimetypes> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
xhv:describes <http://www.openlinksw.com/ontology/mimetypes#> ;
schema:about <http://www.openlinksw.com/ontology/mimetypes#> ;
dcterms:subject <http://www.openlinksw.com/ontology/mimetypes#> .
<http://www.openlinksw.com/ontology/mimetypes>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink Mime Types Ontology Description Document"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a document that uses Linked Data oriented content to describe OpenLink Mime Types Ontology."""@en ;
dcterms:subject <http://www.openlinksw.com/ontology/mimetypes#> ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/mimetypes#> ;
foaf:topic oplmime:MimeType ,
oplmime:RDFTriplesMimeType ,
oplmime:hasMimeTypeString ,
oplmime:hasPreferredMimeTypeString ,
oplmime:hasAlternativeMimeTypeString ,
oplmime:hasPreferredFileExtension ,
oplmime:hasVirtuosoSparqlEngineOutputFormat .
# <-------------- Classes --------------> #
oplmime:MimeType
a owl:Class ;
rdfs:label "Mime Type" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> ;
owl:sameAs formats:Format .
oplmime:RDFTriplesMimeType
a owl:Class ;
rdfs:label "RDF Triples Mime Type" ;
rdfs:comment """A Mime Type which describes RDF Triples, this excludes things like SPARQL Results in XML."""@en ;
rdfs:subClassOf oplmime:MimeType ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> .
# <-------------- Properties --------------> #
oplmime:hasMimeTypeString
a owl:DatatypeProperty, rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> ;
rdfs:label "hasMimeTypeString"^^xsd:string ;
skos:altLabel "mime mype string"^^xsd:string ;
rdfs:comment """The Mime Type string."""@en ;
rdfs:domain oplmime:MimeType ;
rdfs:range xsd:string .
oplmime:hasPreferredMimeTypeString
a owl:DatatypeProperty, rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> ;
rdfs:label "hasPreferredMimeTypeString"^^xsd:string ;
skos:altLabel "preferred mime type string"^^xsd:string ;
rdfs:comment """The Preferred Mime Type string, i.e. the one that should be used to identify the mime type."""@en ;
rdfs:domain oplmime:MimeType ;
rdfs:range xsd:string ;
rdfs:subPropertyOf oplmime:hasMimeTypeString ;
owl:sameAs formats:media_type .
oplmime:hasAlternativeMimeTypeString
a owl:DatatypeProperty, rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> ;
rdfs:label "hasAlternativeMimeTypeString"^^xsd:string ;
skos:altLabel "alternative mime type string"^^xsd:string ;
rdfs:comment """An Alternative Mime Type string, applications should understand this but never use it to identify the mime type."""@en ;
rdfs:domain oplmime:MimeType ;
rdfs:range xsd:string ;
rdfs:subPropertyOf oplmime:hasMimeTypeString .
oplmime:hasPreferredFileExtension
a owl:DatatypeProperty, rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> ;
rdfs:label "hasPreferredFileExtension"^^xsd:string ;
skos:altLabel "preferred file extension"^^xsd:string ;
rdfs:comment """The preferred file name extension of a mime type, i.e. the extension that should be used for files containing data serialized using the mime type."""@en ;
rdfs:domain oplmime:MimeType ;
rdfs:range xsd:string ;
owl:sameAs formats:preferred_suffix .
oplmime:hasVirtuosoSparqlEngineOutputFormat
a owl:DatatypeProperty, rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/mimetypes#> ;
rdfs:label "hasVirtuosoSparqlEngineOutputFormat"^^xsd:string ;
skos:altLabel "sparql engine output format"^^xsd:string ;
rdfs:comment """An identifier that can be used by Virtuoso's "output:format" pragma in the SPARQL query engine to directly serialize the results using this mimetype."""@en ;
rdfs:domain oplmime:MimeType ;
rdfs:range xsd:string .
xhv:related owl:equivalentProperty rdfs:seeAlso .
<http://open.vocab.org/terms/defines> owl:inverseOf <http://www.w3.org/2007/05/powder-s#describedby> .