-
Notifications
You must be signed in to change notification settings - Fork 0
/
inpho-project.turtle
423 lines (389 loc) · 19 KB
/
inpho-project.turtle
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
@base <http://softwarecitation.web.illinois.edu/corpus/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix github: <https://github.com/> .
@prefix scs: <http://softwarecitation.web.illinois.edu/software-citation-schema#> .
@prefix xsd: <http://www.w3.org/TR/xmlschema-2/#> .
scs:ScholarlyArticle
a rdfs:Class ;
rdfs:subClassOf schema:ScholarlyArticle ;
.
scs:SoftwareOutcome
a rdfs:Class ;
rdfs:subClassOf schema:Thing ;
.
scs:Outcome
a rdfs:Class ;
rdfs:subClassOf schema:Article ;
.
scs:author
a rdf:Property ;
rdfs:domain scs:ScholarlyArticle ;
rdfs:range schema:Author ;
rdfs:range scs:AuthorOrder ;
.
scs:useSoftware
a rdf:Property ;
rdfs:domain scs:ScholarlyArticle ;
rdfs:range schema:SoftwareApplication ;
rdfs:range scs:SoftwareOutcome ;
.
scs:outcome
a rdf:Property ;
rdfs:domain scs:SoftwareOutcome ;
rdfs:range scs:Outcome ;
.
scs:usageType
a rdf:Property ;
rdfs:domain scs:Outcome ;
rdfs:range schema:Text ;
.
<author/#colinAllen>
a schema:Author ;
schema:identifier "orcid:/0000-0003-4497-1725"^^xsd:string ;
schema:givenName "Colin"^^xsd:string ;
schema:familyName "Allen"^^xsd:string ;
schema:affiliation "Department of History and Philosophy of Science and Program in Cognitive Science, Indiana University"^^xsd:string ;
schema:affiliation "Indiana University"^^xsd:string ;
schema:email "[email protected]" ;
.
<author/#jaimieMurdock>
a schema:Author ;
schema:identifier "orcid:/0000-0002-1732-5499"^^xsd:string ;
schema:givenName "Jaimie"^^xsd:string ;
schema:familyName "Murdock"^^xsd:string ;
schema:affiliation "Indiana University"^^xsd:string ;
schema:email "[email protected]" ;
.
<author/#jiaanZheng>
a schema:Author ;
schema:identifier "local:/JiaanZheng"^^xsd:string ;
schema:givenName "Jiaan"^^xsd:string ;
schema:familyName "Zheng"^^xsd:string ;
schema:affiliation "Indiana University"^^xsd:string ;
schema:email "[email protected]" ;
.
<author/#robertMcdonald>
a schema:Author ;
schema:identifier "orcid:/0000-0003-4258-0982"^^xsd:string ;
schema:givenName "Robert"^^xsd:string ;
schema:additionalName "H."^^xsd:string ;
schema:familyName "Mcdonald"^^xsd:string ;
schema:affiliation "Indiana University"^^xsd:string ;
schema:email "[email protected]" ;
.
<author/#cameronBuckner>
a schema:Author ;
schema:identifier "orcid:/0000-0003-0611-5354"^^xsd:string ;
schema:givenName "Cameron"^^xsd:string ;
schema:familyName "Buckner"^^xsd:string ;
schema:affiliation "Indiana University"^^xsd:string ;
.
<author/#mathiasNiepert>
a schema:Author ;
schema:identifier "local:/mathiasNiepert"^^xsd:string ;
schema:givenName "Mathias"^^xsd:string ;
schema:familyName "Niepert"^^xsd:string ;
schema:affiliation "Indiana University"^^xsd:string ;
.
<article/#inphoarticle1>
a scs:ScholarlyArticle ;
schema:identifier "doi:/10.1086/673276" ;
schema:name "Cross-Cutting Categorization Schemes in the Digital Humanities"^^xsd:string ;
schema:about "local:/digital humanities"^^xsd:string ;
scs:author [
schema:author <author/#collinAllen> ;
scs:order 1 ;
] ;
schema:abstract """Digital access to large amounts of scholarly text presents both challenges and opportunities for
researchers in the humanities. Meeting these challenges depends on having
high-quality representations of the contents of digital resources suitable for both machines
and humans to use. Different ways of categorizing these contents are appropriate for
different purposes, leading to the further problem of relating the contents of different
categorization schemes to each other. This essay discusses the rationale for categorizing
philosophical concepts and surveys some of the main approaches to doing so for materials
that are continuously changing. It describes the goals and methods of the Indiana Philosophy Ontology (InPhO) project and provides an example of the kind of analysis that is
made possible by powerful modeling methods."""^^xsd:string ;
schema:publisher "University of Chicago Press"^^xsd:string ;
schema:datePublished "2013" ;
schema:publicationType "journal" ;
scs:useSoftware [
a scs:SoftwareOutcome ;
schema:identifier <software/#inPho> ;
scs:outcome [
a scs:Outcome ;
schema:articleBody """AT THE INDIANA PHILOSOPHY ONTOLOGY PROJECT (InPhO) we have developed and are continuing to develop methods for categorizing and linking philosophical
ideas and thinkers."""^^xsd:string ;
schema:pageStart "1" ;
scs:usageType "development" ;
]
] ;
schema:url <https://www.journals.uchicago.edu/doi/abs/10.1086/673276> ;
.
<article/#inphoarticle2>
a scs:ScholarlyArticle ;
schema:identifier "doi:/10.1145/2756406.2756929" ;
schema:name "Topic Exploration with the HTRC Data Capsule for Non-Consumptive Research"^^xsd:string ;
schema:about "local:/Ontology"^^xsd:string ;
schema:about "local:/Taxonomy"^^xsd:string ;
schema:about "local:/Ontology"^^xsd:string ;
schema:about "local:/Metaphilosophy"^^xsd:string ;
schema:about "local:/Digital philosophy "^^xsd:string ;
schema:about "local:/Semantic web"^^xsd:string ;
scs:author [
schema:author <author/#jaimieMurdock> ;
scs:order 1 ;
] ;
scs:author [
schema:author <author/#jiaanZheng> ;
scs:order 2 ;
] ;
scs:author [
schema:author <author/#robertMcdonald> ;
scs:order 3 ;
] ;
schema:abstract """In this half-day tutorial, we will show 1) how the HathiTrust
Research Center (HTRC) Data Capsule can be used for nonconsumptive research over collection of texts and 2) how integrated tools for LDA topic modeling and visualization can
be used to drive formulation of new research questions. Participants will be given an account in the HTRC Data Capsule and taught how to use the workset manager to create
a corpus, and then use the VM’s secure mode to download
texts and analyze their contents."""^^xsd:string ;
schema:publisher "ACM"^^xsd:string ;
schema:datePublished "2015" ;
schema:publicationType "proceedings" ;
scs:useSoftware [
a scs:SoftwareOutcome ;
schema:identifier <software/#htrcDataCapsule> ;
scs:outcome [
a scs:Outcome ;
schema:articleBody """As large-scale digitization projects have grown to include
both copyrighted and public domain works, legal consensus was built for the “non-expressive use” of text, including text mining over copyrighted works to produce analysis
of a large corpus (see Authors Guild v. HathiTrust). The
HathiTrust Research Center (HTRC)1 Data Capsule [4] enables this “non-consumptive”use."""^^xsd:string ;
schema:pageStart "1" ;
scs:usageType "applied" ;
scs:usageType "text mining" ;
scs:usageType "analytics platform" ;
]
] ;
scs:useSoftware [
a scs:SoftwareOutcome ;
schema:identifier <software/#inPho> ;
scs:outcome [
a scs:Outcome ;
schema:articleBody """In this tutorial, we present
a five-stage research pipeline for non-consumptive textual
analysis: from initial corpus curation to modeling and visualization with tools developed by the InPhO Project
."""^^xsd:string ;
schema:pageStart "1" ;
scs:usageType "mention" ;
scs:usageType "text mining" ;
scs:usageType "analytics platform" ;
]
] ;
scs:useSoftware [
a scs:SoftwareOutcome ;
schema:identifier <software/#inPhoTopicExplorer> ;
scs:outcome [
a scs:Outcome ;
schema:articleBody """At this point, the volumes
may be downloaded to the Data Capsule. These are modeled by Latent Dirichlet Allocation (LDA) [1] and visualized
through the InPhO Topic Explorer [2] (Figure 1, top). Additional programmatic access to the models is provided by
automatically-generated IPython/Jupyter Notebooks"""^^xsd:string ;
schema:pageStart "1" ;
scs:usageType "development" ;
scs:usageType "applied" ;
scs:usageType "text mining" ;
scs:usageType "visualization" ;
]
] ;
schema:url <https://dl.acm.org/citation.cfm?id=2756929> ;
.
<article/#inphoarticle3>
a scs:ScholarlyArticle ;
schema:identifier "doi:/10.1145/2756406.2756929" ;
schema:name "InPhO for All: Why APIs Matter"^^xsd:string ;
schema:about "local:/semantic web"^^xsd:string ;
schema:about "local:/application programming interface"^^xsd:string ;
schema:about "local:/digital humanities"^^xsd:string ;
scs:author [
schema:author <author/#jaimieMurdock> ;
scs:order 1 ;
] ;
scs:author [
schema:author <author/#colinAllen>;
scs:order 2 ;
] ;
schema:abstract """The unique convergence of humanities scholars, computer scientists, librarians, and information scientists in digital humanities projects highlights the collaborative opportunities such research entails. Unfortunately, the relatively limited human resources committed to many digital humanities projects have led to unwieldy initial implementations and underutilization of semantic web technology, creating a sea of isolated projects with data that cannot be integrated. Furthermore, the use of standards for one particular purpose may not suit other kinds of scholarly activities, impeding collaboration in the digital humanities. By designing and utilizing an Application Platform Interface (API), projects can reduce these barriers, while simultaneously reducing internal support costs and easing the transition to new development teams. Our experience developing an API for the Indiana Philosophy Ontology (InPhO) Project highlights these benefits."""^^xsd:string ;
schema:publisher "Journal of the Chicago Colloquium on Digital Humanities and Computer Science"^^xsd:string ;
schema:publisher "The Division of the Humanities at the University of Chicago"^^xsd:string ;
schema:datePublished "2011"^^xsd:string ;
schema:publicationType "journal"^^xsd:string ;
scs:useSoftware [
a scs:SoftwareOutcome ;
schema:identifier <software/#inPho> ;
scs:outcome [
a scs:Outcome ;
schema:articleBody """The Indiana Philosophy Ontology Project (InPhO) aims to overcome barriers to broader collaboration by providing a simple, lightweight API (application programming interface) capable of serving a wide variety of data formats. APIs allow programmers to focus on the ‘what’ of computing rather than the ‘how.’"""^^xsd:string ;
schema:pageStart "2" ;
scs:usageType "development"^^xsd:string ;
scs:usageType "application programming interface"^^xsd:string ;
]
] ;
schema:url <https://www.researchgate.net/publication/267806761_InPhO_for_All_Why_APIs_Matter> ;
.
<article/#inphoarticle4>
a scs:ScholarlyArticle ;
schema:identifier "doi:/10.1007/s11229-009-9659-9" ;
schema:name "From encyclopedia to ontology: toward dynamic representation of the discipline of philosophy"^^xsd:string ;
schema:about "local:/semantic web"^^xsd:string ;
schema:about "local:/application programming interface"^^xsd:string ;
schema:about "local:/digital humanities"^^xsd:string ;
scs:author [
schema:author <author/#cameronBuckner> ;
scs:order 1 ;
] ;
scs:author [
schema:author <author/#mathiasNiepert> ;
scs:order 1 ;
] ;
scs:author [
schema:author <author/#colinAllen>;
scs:order 2 ;
] ;
schema:abstract """The application of digital humanities techniques to philosophy is changing
the way scholars approach the discipline. This paper seeks to open a discussion about
the difficulties, methods, opportunities, and dangers of creating and utilizing a formal
representation of the discipline of philosophy. We review our current project, the Indiana Philosophy Ontology (InPhO) project, which uses a combination of automated
methods and expert feedback to create a dynamic computational ontology for the discipline of philosophy. We argue that our distributed, expert-based approach to modeling
the discipline carries substantial practical and philosophical benefits over alternatives.
We also discuss challenges facing our project (and any other similar project) as well
as the future directions for digital philosophy afforded by formal modeling."""^^xsd:string ;
schema:publisher "Springer"^^xsd:string ;
schema:datePublished "2011"^^xsd:string ;
schema:publicationType "journal"^^xsd:string ;
scs:useSoftware [
a scs:SoftwareOutcome ;
schema:identifier <software/#inPho> ;
scs:outcome [
a scs:Outcome ;
schema:articleBody """This paper seeks to open a discussion about the difficulties, methods, opportunities,
and dangers of creating and utilizing a formal representation of the discipline of philosophy. We review our current project at Indiana University, the Indiana Philosophy
Ontology (InPhO)3 project. We are developing an ontology for the Stanford Encyclopedia of Philosophy (SEP),4 an online, open access, dynamic reference work. The
ontology should also be suitable for deployment in other digital philosophy applications.5"""^^xsd:string ;
schema:pageStart "3" ;
scs:usageType "mention"^^xsd:string ;
]
] ;
schema:url <https://link.springer.com/article/10.1007/s11229-009-9659-9> ;
.
<software/#inPho>
a schema:SoftwareApplication ;
schema:name "The InPhO Project"^^xsd:string ;
schema:alternate "Internet Philosophy Ontology (InPhO) project"^^xsd:string ;
schema:alternate "Indiana Philosophy Ontology"^^xsd:string ;
schema:description """Indiana Philosophy Ontology (InPhO) project, which uses a combination of automated
methods and expert feedback to create a dynamic computational ontology for the discipline of philosophy"""^^xsd:string ;
schema:about "local:/data mining"^^xsd:string ;
schema:about "local:/natural language processing"^^xsd:string ;
schema:about "local:/Expert Feedback"^^xsd:string ;
schema:about "local:/Machine Reasoning"^^xsd:string ;
schema:relatedLink <https://www.inphoproject.org> ;
schema:funder "NEH"^^xsd:string ;
schema:license "CC BY-NC-SA 3.0"^^xsd:string ;
schema:softwareRequirements "browser" ;
.
<software/#inPhoTopicExplorer>
a schema:SoftwareApplication ;
schema:name "InPho-TE Topic Explorer"^^xsd:string ;
schema:alternate "Internet Philosophy Ontology (InPhO) Topic Explorer"^^xsd:string ;
schema:description """The InPhO-TE is a way to interactively explore and interpret document collections"""^^xsd:string ;
schema:about "local:/data mining"^^xsd:string ;
schema:about "local:/natural language processing"^^xsd:string ;
schema:relatedLink <https://www.inphoproject.org> ;
schema:funder "National Endowment for the Humanities"^^xsd:string ;
schema:funder "HathiTrust Reseach Center"^^xsd:string ;
schema:funder "Indiana University Office of Vice Provost for Research"^^xsd:string ;
schema:license "MIT"^^xsd:string ;
schema:softwareRequirements "python" ;
schema:isBasedOn <software/#inPho> ;
.
<software/#htrcDataCapsule>
a schema:SoftwareApplication ;
schema:name "HathiTrust Research Center Data Capsule"^^xsd:string ;
schema:alternate "HTRC Data Capsule"^^xsd:string ;
schema:description """The HTRC Data Capsule environment provides individual, secure computing environments to analyze content in the HathiTrust Digital Library. Researchers can create virtual machines (called Capsules) to which they can import and then analyze HathiTrust text data. Researchers can only perform computational analysis within the secure Data Capsule environment and then export the results of their analysis. Volume text may not be exported outside the HTRC Data Capsule, and data products leaving a Capsule must undergo results review prior to release to ensure they meet the HTRC's policy for non-consumptive data exports."""^^xsd:string ;
schema:about "local:/natural language processing"^^xsd:string ;
schema:about "local:/analytics platform"^^xsd:string ;
schema:relatedLink <https://analytics.hathitrust.org> ;
schema:funder "HathiTrust Reseach Center"^^xsd:string ;
schema:softwareRequirements "browser" ;
.
<repository/#inPho>
a schema:SoftwareSourceCode ;
schema:codeRepository <https://github.com/inpho/> ;
schema:targetProduct <software/#inPho> ;
schema:description "Internet Philosophy Ontology (InPhO) Project main repository. Contains several sub items related to the InPho project" ;
schema:contributor <developer/#jaimieMurdock> ;
schema:contributor <developer/#colinAllen> ;
schema:contributor <developer/#kirtanSakariya> ;
schema:contributor <developer/#sriramIyer> ;
.
<repository/#inPhoTopicExplorer>
a schema:SoftwareSourceCode ;
schema:codeRepository <https://github.com/inpho/topic-explorer> ;
schema:targetProduct <software/#inPhoTopicExplorer> ;
schema:isBasedOn <software/#inPho> ;
schema:description "System for building, visualizing, and working with LDA topic models https://www.hypershelf.org/" ;
schema:contributor <developer/#jaimieMurdock> ;
schema:contributor <developer/#colinAllen> ;
schema:contributor <developer/#kirtanSakariya> ;
schema:contributor <developer/#sriramIyer> ;
.
<repository/#htrcDataCapsule>
a schema:SoftwareSourceCode ;
schema:codeRepository <https://github.com/htrc/HTRC-DataCapsules> ;
schema:targetProduct <software/#htrcDataCapsule> ;
schema:description """Digital texts with access and use protections form a unique and fast growing collection of materials. Growing equally as quickly is the development of text and data mining algorithms that process large text-based collections for purposes of exploring the content computationally. There is a strong need for research to establish the foundations for secure computational and data technologies that can ensure a non-consumptive environment for use-protected texts such as the copyrighted works in the HathiTrust Digital Library. Non-consumptive research can be defined as as “research in which computational analysis is performed on one or more books, but not research in which a researcher reads or displays.” (in Google Book Settlement). Operationally, non-consumptive research requires that no action or set of actions on the part of users, either acting alone or in cooperation with other users over the duration of one or multiple sessions can result in sufficient information gathered from a collection of copyrighted works to reassemble pages from the collection. Non-consumptive research is, in and of itself, a research challenge which requires deeper study.""" ;
schema:contributor <developer/#charitha306> ;
schema:contributor <developer/#samithaLiyanage> ;
schema:contributor <developer/#guangChen> ;
schema:contributor <developer/#jaimieMurdock> ;
.
<developer/#charitha306>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/charitha306> ;
schema:name "charitha306" ;
.
<developer/#samithaLiyanage>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/samithaliyanage> ;
schema:name "Samitha Liyanage" ;
.
<developer/#guangChen>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/guangchen> ;
schema:name "Guangchen Ruan" ;
.
<developer/#jaimieMurdock>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/JaimieMurdock> ;
schema:name "Jaimie Murdock" ;
schema:sameAs <author/#jaimieMurdock> ;
.
<developer/#colinAllen>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/colinallen> ;
schema:name "Colin Allen" ;
schema:sameAs <author/#colinAllen> ;
.
<developer/#kirtanSakariya>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/kirtansakariya> ;
schema:name "Kirtan Sakariya" ;
.
<developer/#sriramIyer>
a scs:CodeMaintainer ;
schema:identifier <https://github.com/RamIyer1998> ;
schema:name "Sriram Iyer" ;
.