-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfaq.ttl
245 lines (214 loc) · 9.95 KB
/
faq.ttl
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
@prefix schema: <http://schema.org/> .
@prefix cvocab: <http://open-services.net/ns/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix awol: <http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix sioct: <http://rdfs.org/sioc/types#> .
@prefix oplweb: <http://www.openlinksw.com/schemas/oplweb#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix siocs: <http://rdfs.org/sioc/services#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix prodont: <http://www.productontology.org/id/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix oplfaq: <http://www.openlinksw.com/ontology/faq#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix gc: <http://www.oegov.org/core/owl/gc> .
<http://www.openlinksw.com/ontology/faq#> a owl:Ontology ;
rdfs:label """OpenLink Frequently Asked Questions Ontology"""^^xsd:string ;
rdfs:comment """Ontology that defines entity and relation types used to describe frequently asked questions. Examples include
answers, questions, types etc."""@en ;
wdrs:describedby <http://www.openlinksw.com/ontology/faq> ;
schema:creator <http://www.openlinksw.com/#this> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-09-13T12:00:00-05:00"^^xsd:dateTime ;
owl:versionInfo "1.0.0"^^xsd:string ;
schema:about
oplfaq:User ,
oplfaq:Agent ,
oplfaq:Query ,
oplfaq:Source ,
oplfaq:Entity ,
oplfaq:Question ,
oplfaq:Answer ,
oplfaq:hasQuestionText ,
oplfaq:hasAnswerText ,
oplfaq:answer ,
oplfaq:count ,
oplfaq:score ,
oplfaq:query ,
oplfaq:location ,
oplfaq:quota ,
oplfaq:userType .
<http://open.vocab.org/terms/defines> owl:inverseOf <http://www.w3.org/2007/05/powder-s#describedby> .
<http://www.openlinksw.com/DAV/data/turtle/faq.ttl>
a foaf:Document , schema:TechArticle ;
rdfs:label "OpenLink Frequently Asked Questions (FAQ) Ontology Description Document (Turtle)" ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
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 Frequently Asked Questions"""@en ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/faq#> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-09-13T12:00:00-05:00"^^xsd:dateTime ;
xhv:canonical <http://www.openlinksw.com/ontology/faq> ;
xhv:describes <http://www.openlinksw.com/ontology/faq#> ;
schema:about <http://www.openlinksw.com/ontology/faq#> ;
dcterms:subject <http://www.openlinksw.com/ontology/faq#> .
<http://www.openlinksw.com/data/turtle/faq.ttl>
a foaf:Document ;
rdfs:label "OpenLink Frequently Asked Questions (FAQ) Ontology Description Document (Turtle)" ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe Frequently Asked Questions (FAQ) Ontology."""@en ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/faq#> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-09-13T12:00:00-05:00"^^xsd:dateTime ;
xhv:canonical <http://www.openlinksw.com/ontology/faq> ;
xhv:describes <http://www.openlinksw.com/ontology/faq#> ;
schema:about <http://www.openlinksw.com/ontology/faq#> ;
dcterms:subject <http://www.openlinksw.com/ontology/faq#> .
<http://www.openlinksw.com/ontology/faq>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink Frequently Asked Questions (FAQ) Ontology Description Document"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a document that uses Linked Data oriented content to describe OpenLink Frequently Asked Questions (FAQ) Ontology."""@en ;
dcterms:subject <http://www.openlinksw.com/ontology/faq#> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-09-13T12:00:00-05:00"^^xsd:dateTime ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/faq#> ;
foaf:topic
oplfaq:User ,
oplfaq:Agent ,
oplfaq:Query ,
oplfaq:Source ,
oplfaq:Entity ,
oplfaq:Question ,
oplfaq:Answer ,
oplfaq:hasQuestionText ,
oplfaq:hasAnswerText ,
oplfaq:answer ,
oplfaq:count ,
oplfaq:score ,
oplfaq:query ,
oplfaq:location ,
oplfaq:quota ,
oplfaq:userType .
# <-------------- FAQ --------------> #
# <-------------- FAQ Classes --------------> #
oplfaq:User a owl:Class ;
rdfs:subClassOf foaf:Person , schema:Person ;
rdfs:label "User"^^xsd:string ;
rdfs:comment """An User"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> .
schema:Person rdfs:subClassOf oplfaq:Agent .
oplfaq:Agent a owl:Class ;
rdfs:subClassOf foaf:Agent ;
owl:equivalentProperty foaf:Agent ;
rdfs:label "Agent" ;
rdfs:comment "An agent"@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/schemas/faq#> .
oplfaq:Query a owl:Class ;
rdfs:label "Query"^^xsd:string ;
rdfs:comment """A Query"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> .
oplfaq:Source a owl:Class ;
rdfs:label "Source"^^xsd:string ;
rdfs:subClassOf rdfs:Resource ;
rdfs:comment """A Source"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> .
oplfaq:Entity a owl:Class ;
rdfs:subClassOf gc:Entity ;
owl:equivalentClass schema:Thing ;
rdfs:label "Entity"^^xsd:string ;
rdfs:comment """An Entity"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> .
oplfaq:Question a owl:Class ;
owl:equivalentClass sioct:Question , schema:Question ;
rdfs:label "Question"^^xsd:string ;
rdfs:comment """A Question"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> .
sioct:Question owl:equivalentClass oplfaq:Question .
oplfaq:Answer a owl:Class ;
rdfs:subClassOf sioct:Answer ;
owl:equivalentClass schema:Answer ;
rdfs:label "Answer"^^xsd:string ;
rdfs:comment """An Answer"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> .
# <-------------- FAQ Properties --------------> #
oplfaq:hasQuestionText a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:subPropertyOf schema:text ;
rdfs:label "hasQuestionText" ;
rdfs:domain oplfaq:Question ;
rdfs:range xsd:string .
oplfaq:hasAnswerText a owl:DatatypeProperty , rdf:Property ;
rdfs:subPropertyOf schema:text ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "hasAnswerText" ;
rdfs:domain oplfaq:Answer ;
rdfs:range xsd:string .
schema:suggestedAnswer rdfs:subPropertyOf oplfaq:answer .
schema:acceptedAnswer rdfs:subPropertyOf oplfaq:answer .
oplfaq:answer a owl:ObjectProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "answer"^^xsd:string ;
skos:altLabel "answer"^^xsd:string ;
rdfs:comment """An Answer Super Property"""@en ;
rdfs:domain oplfaq:Query, oplfaq:Question ;
rdfs:range oplfaq:Answer .
oplfaq:count a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "count"^^xsd:string ;
rdfs:subPropertyOf schema:answerCount ;
skos:altLabel "count"^^xsd:string ;
rdfs:comment """Count Super Property"""@en ;
schema:domainIncludes
oplfaq:Answer ,
oplfaq:Question ;
rdfs:range xsd:integer .
oplfaq:Answer owl:disjointWith oplfaq:Question .
oplfaq:score a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "score"^^xsd:string ;
skos:altLabel "score"^^xsd:string ;
rdfs:comment """A Query score Super Property"""@en ;
rdfs:domain oplfaq:Query ;
rdfs:range xsd:integer .
oplfaq:query a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "query"^^xsd:string ;
skos:altLabel "query"^^xsd:string ;
rdfs:comment """A type of Query Super Property"""@en ;
rdfs:domain oplfaq:Query ;
rdfs:range xsd:integer .
oplfaq:location
a owl:DatatypeProperty , rdf:Property ;
rdfs:subPropertyOf geo:name ;
owl:equivalentProperty schema:location ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "location" ;
skos:altLabel "location"^^xsd:string ;
rdfs:comment """User's general location"""@en ;
rdfs:domain oplfaq:User .
oplfaq:quota
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "quota" ;
skos:altLabel "quota"^^xsd:string ;
rdfs:domain oplfaq:Agent ;
rdfs:range xsd:integer .
oplfaq:userType
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/faq#> ;
rdfs:label "userType" ;
skos:altLabel "User Type"^^xsd:string ;
rdfs:comment "An User Type Super Property that indicates if the user is registered or not"@en ;
rdfs:domain oplfaq:User ;
rdfs:range xsd:string .