-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
528 lines (454 loc) · 24.6 KB
/
index.html
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html lang="en" prefix="bdb: http://vocabularies.bridgedb.org/ops# skos: http://www.w3.org/2004/02/skos/core# void: http://rdfs.org/ns/void# prov: http://www.w3.org/ns/prov# dcterms: http://purl.org/dc/terms/ xsd: http://www.w3.org/2001/XMLSchema# ">
<head>
<!-- bootstrap stuff -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>BridgeDb ontology</title>
<style type="text/css">
<!--
/* Workaround for https://github.com/twbs/bootstrap/issues/1768 */
*[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
/* cleaner section separation */
section {
margin-top: 2em;
}
section h2 {
padding-bottom: 0.4em;
border-bottom: 1px solid #ddd;
}
/* For scrollspy */
body {
position: relative;
}
.navbar-brand img {
height: 1em;
}
-->
</style>
</head>
<body data-spy="scroll" data-target="#navbar">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.bridgedb.org/"><img src="http://www.bridgedb.org/bdb-logo.png" alt="BridgeDb" /></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#_namespaces">Namespaces</a></li>
<li><a href="#_classes">Classes</a></li>
<li><a href="#_object_properties">Object Properties</a></li>
<li><a href="#_data_properties">Data Properties</a></li>
<li><a href="#_technical">Technical</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container" role="main">
<div class="jumbotron">
<div about="http://vocabularies.bridgedb.org/ops#" typeof="owl:Ontology">
<h1>The <span property="rdfs:label">BridgeDb DataSource Ontology</span></h1>
<h2>Version <span property="owl:versionInfo">2.1.0</span></h2>
<p>
This page describes the BridgeDb ontology <code>http://vocabularies.bridgedb.org/ops#</code> - make sure to visit our <a property="rdfs:seeAlso" href="http://www.bridgedb.org/">homepage</a> too!
</p>
<h4>OWL ontology and SKOS vocabulary:</h4>
<p>
<a class="btn btn-primary btn-lg"
href="http://rdf.greggkellogg.net/distiller?uri=http://vocabularies.bridgedb.org/ops#">RDFa</a>
<a class="btn btn-primary btn-lg" rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=turtle&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">Turtle</a>
<a class="btn btn-primary btn-lg" rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=jsonld&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">JSON-LD</a>
<a class="btn btn-default btn-lg" rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=ntriples&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">N-Triples</a>
<a class="btn btn-default btn-lg" rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=rdfxml&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">RDF/XML</a>
</p>
<h4>License:</h4>
<p><a property="dcterms:license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a></p>
</div>
</div>
<section id="_namespaces">
<h2>Namespaces</h2>
<pre>
@prefix bdb: <http://vocabularies.bridgedb.org/ops#> .
@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
</pre>
</section>
<div about="http://vocabularies.bridgedb.org/ops#" typeof="skos:ConceptScheme">
<div rev="skos:inScheme">
<section id="_classes">
<h2>Classes</h2>
<div id="DataSource" about="http://vocabularies.bridgedb.org/ops#DataSource" typeof="owl:Class">
<h3 property="rdfs:label">Data Source</h3>
<code property="skos:prefLabel">bdb:DataSource</code>
<p property="dc:description">A resource that defines identifiers for some biological entity, like a gene, protein, or metabolite.</p>
</div>
<div id="Organism" about="http://vocabularies.bridgedb.org/ops#Organism" typeof="owl:Class">
<h3 property="rdfs:label">Organism</h3>
<code property="skos:prefLabel">bdb:Organism</code>
<p><span property="dc:description">An organism.</span>
</div>
<div about="http://rdfs.org/ns/void#Linkset" typeof="owl:Class">
<h3 property="rdfs:label">Linkset</h3>
<code property="skos:prefLabel">void:Linkset</code>
<p>Class from the <a property="rdfs:isDefinedBy" href="http://rdfs.org/ns/void#">VoID Ontology</a>.</p>
</div>
<div about="http://www.w3.org/2004/02/skos/core#Concept" typeof="owl:Class">
<h3 property="rdfs:label">Concept</h3>
<code property="skos:prefLabel">skos:Concept</code>
<p>Class from the <a property="rdfs:isDefinedBy" href="http://www.w3.org/2004/02/skos/core">SKOS Ontology</a>.</p>
</div>
<div id="CodeMapper" about="http://vocabularies.bridgedb.org/ops#CodeMapper" typeof="owl:Class">
<h3 property="rdfs:label">Code Mapper</h3>
<code property="skos:prefLabel">bdb:CodeMapper</code>
</div>
<div id="IdentifiersOrgInfoPattern" about="http://vocabularies.bridgedb.org/ops#IdentifiersOrgInfoPattern" typeof="owl:Class">
<h3 property="rdfs:label">Identifiers.org Info Pattern</h3>
<code property="skos:prefLabel">bdb:IdentifiersOrgInfoPattern</code>
</div>
<div id="IdentifiersOrgPattern" about="http://vocabularies.bridgedb.org/ops#IdentifiersOrgPattern" typeof="owl:Class">
<h3 property="rdfs:label">Identifiers.org Pattern</h3>
<code property="skos:prefLabel">bdb:IdentifiersOrgPattern</code>
<p>Subclass of <a href="http://vocabularies.bridgedb.org/ops#UriPattern" property="rdfs:subClassOf">URI Pattern</a>.</p>
</div>
<div id="Lens" about="http://vocabularies.bridgedb.org/ops#Lens" typeof="owl:Class">
<h3 property="rdfs:label">Lens</h3>
<code property="skos:prefLabel">bdb:Lens</code>
</div>
<div id="UriPattern" about="http://vocabularies.bridgedb.org/ops#UriPattern" typeof="owl:Class">
<h3 property="rdfs:label">URI Pattern</h3>
<code property="skos:prefLabel">bdb:UriPattern</code>
</div>
<div id="Transitive" about="http://vocabularies.bridgedb.org/ops#Transitive" typeof="owl:Class">
<h3 property="rdfs:label">Transitive</h3>
<code property="skos:prefLabel">bdb:Transitive</code>
</div>
</section>
<section id="_object_properties">
<h2>Object Properties</h2>
<div id="aboutOrganism" about="http://vocabularies.bridgedb.org/ops#aboutOrganism" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">About Organism</h3>
<code property="skos:prefLabel">bdb:aboutOrganism</code>
<p><span property="dc:description">Organism for all entities with identifiers from this datasource.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and
<a property="rdfs:range" href="http://vocabularies.bridgedb.org/ops#Organism">Organism</a>
as range.</p>
</div>
<div id="assertionMethod" about="http://vocabularies.bridgedb.org/ops#assertionMethod" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Assertion Method</h3>
<code property="skos:prefLabel">bdb:assertionMethod</code>
<p><span property="dc:description">The method by which the links in the Linkset have been asserted.</span>
This property has
<a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">Linkset</a>
as domain.</p>
</div>
<div id="fulfillsLens" about="http://vocabularies.bridgedb.org/ops#fulfillsLens" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Fulfills Lens</h3>
<code property="skos:prefLabel">bdb:fulfillsLens</code>
<p>This property has <a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">Linkset</a> as domain.</p>
</div>
<div id="hasDataType" about="http://vocabularies.bridgedb.org/ops#hasDataType" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Has Data Type</h3>
<code property="skos:prefLabel">bdb:hasDataType</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2004/02/skos/core#Concept">SKOS Concept</a>
as range.</p>
</div>
<div id="hasDataSource" about="http://vocabularies.bridgedb.org/ops#hasDataSource" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Has Data Source</h3>
<code property="skos:prefLabel">bdb:hasDataSource</code>
</div>
<div id="hasPrimaryUriPattern" about="http://vocabularies.bridgedb.org/ops#hasPrimaryUriPattern" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Primary URI Pattern</h3>
<code property="skos:prefLabel">bdb:hasPrimaryUriPattern</code>
<p><span property="dc:description">The primary URI pattern for identifiers from this data source. There can be only one.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and is subproperty of
<a property="rdfs:subPropertyOf" href="http://vocabularies.bridgedb.org/ops#hasUriPattern">has URI Pattern</a>.</p>
</div>
<div id="hasIdentifiersOrgPattern" about="http://vocabularies.bridgedb.org/ops#hasIdentifiersOrgPattern" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Identifiers.org URL</h3>
<code property="skos:prefLabel">bdb:hasIdentifiersOrgPattern</code>
<p><span property="dc:description">Identifiers.org URL for identifiers from this data source.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and is subproperty of
<a property="rdfs:subPropertyOf" href="http://vocabularies.bridgedb.org/ops#hasUriPattern">has URI Pattern</a>.</p>
</div>
<div id="hasUriPattern" about="http://vocabularies.bridgedb.org/ops#hasUriPattern" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Has URI Pattern</h3>
<code property="skos:prefLabel">bdb:hasUriPattern</code>
<p><span property="dc:description">A URI pattern for identifiers from this data source. Can be more than one.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and is subproperty of
<a property="rdfs:subPropertyOf" href="http://vocabularies.bridgedb.org/ops#hasUriPattern">has URI Pattern</a>.</p>
</div>
<div id="isTransitiveVia" about="http://vocabularies.bridgedb.org/ops#isTransitiveVia" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Is Transitive Via</h3>
<code property="skos:prefLabel">bdb:isTransitiveVia</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and
<a property="rdfs:range" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a> as range.</p>
</div>
<div id="isUriPatternOf" about="http://vocabularies.bridgedb.org/ops#isUriPatternOf" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Is URI Pattern Of</h3>
<code property="skos:prefLabel">bdb:isUriPatternOf</code>
<p>This property is the inverse of
<a property="owl:inverseOf" href="http://vocabularies.bridgedb.org/ops#hasUriPattern">has URI Pattern</a>.</p>
</div>
<div id="linksetJustification" about="http://vocabularies.bridgedb.org/ops#linksetJustification" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Linkset Justification</h3>
<code property="skos:prefLabel">bdb:linksetJustification</code>
<p><span property="rdfs:comment">The reason why the Linkset claims these concepts are equivalent.</span>
This property has
<a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">VoID Linkset</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2004/02/skos/core#Concept">SKOS Concept</a>
as range.</p>
</div>
<div id="objectsDatatype" about="http://vocabularies.bridgedb.org/ops#objectsDatatype" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Object's Datatype</h3>
<code property="skos:prefLabel">bdb:objectsDatatype</code>
<p><span property="rdfs:comment">The type of concept the objects of the triples in the Linkset represent.</span>
This property has
<a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">VoID Linkset</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2004/02/skos/core#Concept">SKOS Concept</a>
as range.</p>
</div>
<div id="objectsSpecies" about="http://vocabularies.bridgedb.org/ops#objectsSpecies" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Object's Species</h3>
<code property="skos:prefLabel">bdb:objectsSpecies</code>
<p><span property="rdfs:comment">The species of concept the objects of the triples in the Linkset represent.</span>
This property has
<a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">VoID Linkset</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2004/02/skos/core#Concept">SKOS Concept</a>
as range.</p>
</div>
<div id="subjectsDatatype" about="http://vocabularies.bridgedb.org/ops#subjectsDatatype" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Subject's Datatype</h3>
<code property="skos:prefLabel">bdb:subjectsDatatype</code>
<p><span property="rdfs:comment">The type of concept the subjects of the triples in the Linkset represent.</span>
This property has
<a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">VoID Linkset</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2004/02/skos/core#Concept">SKOS Concept</a>
as range.</p>
</div>
<div id="subjectsSpecies" about="http://vocabularies.bridgedb.org/ops#subjectsSpecies" typeof="owl:ObjectProperty">
<h3 property="rdfs:label">Subject's Species</h3>
<code property="skos:prefLabel">bdb:subjectsSpecies</code>
<p><span property="rdfs:comment">The species of concept the subjects of the triples in the Linkset represent.</span>
This property has
<a property="rdfs:domain" href="http://rdfs.org/ns/void#Linkset">VoID Linkset</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2004/02/skos/core#Concept">SKOS Concept</a>
as range.</p>
</div>
</section>
<section id="_data_properties">
<h2>Data Properties</h2>
<div id="conventionalName" about="http://vocabularies.bridgedb.org/ops#conventionalName" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Conventional Name</h3>
<code property="skos:prefLabel">bdb:conventionalName</code>
<p><span property="dc:description">The conventional name of the data source, as per established usage norms for the BridgeDb project.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="fullName" about="http://vocabularies.bridgedb.org/ops#fullName" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Full Name</h3>
<code property="skos:prefLabel">bdb:fullName</code>
<p><span property="dc:description">The full name of the data source.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="systemCode" about="http://vocabularies.bridgedb.org/ops#systemCode" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">System Code</h3>
<code property="skos:prefLabel">bdb:systemCode</code>
<p><span property="dc:description">Short code unique for a data source, often consisting of two or three characters. All supported systemCodes are listed in the second column of <a href="https://github.com/bridgedb/BridgeDb/blob/master/org.bridgedb.bio/resources/org/bridgedb/bio/datasources.tsv">this table</a>.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="mainUrl" about="http://vocabularies.bridgedb.org/ops#mainUrl" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Main URL</h3>
<code property="skos:prefLabel">bdb:mainUrl</code>
<p><span property="dc:description">Main URL of the website of the data source.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="idExample" about="http://vocabularies.bridgedb.org/ops#idExample" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Example Identifier</h3>
<code property="skos:prefLabel">bdb:idExample</code>
<p><span property="dc:description">An example identifier for this data source.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="primary" about="http://vocabularies.bridgedb.org/ops#primary" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Is primary</h3>
<code property="skos:prefLabel">bdb:primary</code>
<p><span property="dc:description">This predicates can be used to indicate of this data source is a primary data source.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain and
<a property="rdfs:range" href="http://www.w3.org/2001/XMLSchema#boolean">XSD boolean</a> as range.
</p>
</div>
<div id="type" about="http://vocabularies.bridgedb.org/ops#type" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Entity Type</h3>
<code property="skos:prefLabel">bdb:type</code>
<p><span property="dc:description">Type of entity that are identified by identifiers from this data source. Example types
include probe, gene, metabolite, and interaction.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="hasRegexPattern" about="http://vocabularies.bridgedb.org/ops#hasRegexPattern" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Has Regular Expression</h3>
<code property="skos:prefLabel">bdb:hasRegexPattern</code>
<p><span property="dc:description">The regular expression of the format of the identifiers of this data source.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="hasRegexUriPattern" about="http://vocabularies.bridgedb.org/ops#hasRegexUriPattern" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Has URI Regular Expression</h3>
<code property="skos:prefLabel">bdb:hasRegexUriPattern</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">DataSource</a>
as domain.</p>
</div>
<div id="code" about="http://vocabularies.bridgedb.org/ops#code" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Organism Code</h3>
<code property="skos:prefLabel">bdb:code</code>
<p><span property="dc:description">Short code for an organism. Normally is one or two characters long.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#Organism">Organism</a>
as domain.</p>
</div>
<div id="shortName" about="http://vocabularies.bridgedb.org/ops#shortName" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Short Name</h3>
<code property="skos:prefLabel">bdb:shortName</code>
<p><span property="dc:description">Short (common English) name of the organism. All supported short names are listed in the first column of <a href="http://webservice.bridgedb.org/contents">this table</a>.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#Organism">Organism</a>
as domain.</p>
</div>
<div id="latinName" about="http://vocabularies.bridgedb.org/ops#latinName" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Latin Name</h3>
<code property="skos:prefLabel">bdb:latinName</code>
<p><span property="dc:description">Latin name of the organism. All supported Latin names are listed in the second column of <a href="http://webservice.bridgedb.org/contents">this table</a>.</span>
This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#Organism">Organism</a>
as domain.</p>
</div>
<div id="hasPostfix" about="http://vocabularies.bridgedb.org/ops#hasPostfix" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Has Postfix</h3>
<code property="skos:prefLabel">bdb:hasPostfix</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#UriPattern">URI Pattern</a>
as domain.</p>
</div>
<div id="hasPrefix" about="http://vocabularies.bridgedb.org/ops#hasPrefix" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Has Prefix</h3>
<code property="skos:prefLabel">bdb:hasPrefix</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#UriPattern">URI Pattern</a>
as domain.</p>
</div>
<div id="isDeprecatedBy" about="http://vocabularies.bridgedb.org/ops#isDeprecatedBy" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Is Deprecated By</h3>
<code property="skos:prefLabel">bdb:isDeprecatedBy</code>
</div>
<div id="isSymmetric" about="http://vocabularies.bridgedb.org/ops#isSymmetric" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Is Symmmetric</h3>
<code property="skos:prefLabel">bdb:isSymmetric</code>
<p>This property has
<a property="rdfs:range" href="http://www.w3.org/2001/XMLSchema#boolean">XSD boolean</a>
as range.</p>
</div>
<div id="urnBase" about="http://vocabularies.bridgedb.org/ops#urnBase" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">URN Base</h3>
<code property="skos:prefLabel">bdb:urnBase</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#DataSource">Data Source</a>
as domain.</p>
</div>
<div id="various" about="http://vocabularies.bridgedb.org/ops#various" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Various</h3>
<code property="skos:prefLabel">bdb:various</code>
</div>
<div id="xrefPrefix" about="http://vocabularies.bridgedb.org/ops#xrefPrefix" typeof="owl:DatatypeProperty">
<h3 property="rdfs:label">Xref Prefix</h3>
<code property="skos:prefLabel">bdb:xrefPrefix</code>
<p>This property has
<a property="rdfs:domain" href="http://vocabularies.bridgedb.org/ops#CodeMapper">Code Mapper</a>
as domain.</p>
</div>
</section>
</div>
</div>
<section id="_technical">
<h2>Technical notes</h2>
<p about="http://vocabularies.bridgedb.org/ops#">
The conversion of ops#foo to index.html#foo is done with .htaccess and a RewriteRule.
The source code is available from the <a property="prov:specializationOf" href="https://github.com/bridgedb/vocabulary/">bridgedb/vocabulary</a>
repository at GitHub, see also the <a property="prov:has_provenance" href="https://github.com/bridgedb/vocabulary/commits/master/index.html">recent changes</a>.
</p>
<p about="http://vocabularies.bridgedb.org/ops#">
This OWL ontology can be extracted as the RDF formats
<a rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=turtle&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">Turtle</a>,
<a rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=jsonld&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">JSON-LD</a>,
<a rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=ntriples&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">N-Triples</a> or
<a rev="prov:specializationOf" rel="dcterms:alternate"
href="http://rdf.greggkellogg.net/distiller?format=rdfxml&in_fmt=rdfa&uri=http://vocabularies.bridgedb.org/ops#">RDF/XML</a>,
provided by the <a href="http://rdf.greggkellogg.net/distiller">RDF.rb Distiller</a>.
</p>
<p about="http://vocabularies.bridgedb.org/ops#">
The Open PHACTS specification on <a property="rdfs:seeAlso" href="http://www.openphacts.org/specs/2013/WD-datadesc-20130912/#bridgedb">Dataset Descriptions</a> uses some of these terms.
</p>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>