Project

General

Profile

1
<?xml version="1.0"?>
2

    
3

    
4
<!DOCTYPE rdf:RDF [
5
    <!ENTITY ao "http://purl.org/ao/" >
6
    <!ENTITY pav "http://purl.org/pav/" >
7
    <!ENTITY terms2 "http://purl.org/dc/terms/" >
8
    <!ENTITY types "http://purl.org/ao/types/" >
9
    <!ENTITY cito "http://purl.org/spar/cito/" >
10
    <!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
11
    <!ENTITY dcmitype "http://purl.org/dc/dcmitype/" >
12
    <!ENTITY selectors "http://purl.org/ao/selectors/" >
13
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
14
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
15
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
16
    <!ENTITY terms "http://www.openarchives.org/ore/terms/" >
17
    <!ENTITY rdfg-1 "http://www.w3.org/2004/03/trix/rdfg-1/" >
18
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
19
    <!ENTITY oboe-core "http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#" >
20
    <!ENTITY oboe-standards "http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#" >
21
    <!ENTITY oboe-characteristics "http://ecoinformatics.org/oboe/oboe.1.0/oboe-characteristics.owl#" >
22
]>
23

    
24

    
25
<rdf:RDF xmlns="file:///Users/leinfelder/ontologies/brl/brl.owl#"
26
     xml:base="file:///Users/leinfelder/ontologies/brl/brl.owl"
27
     xmlns:rdfg-1="http://www.w3.org/2004/03/trix/rdfg-1/"
28
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
29
     xmlns:cito="http://purl.org/spar/cito/"
30
     xmlns:oboe-characteristics="http://ecoinformatics.org/oboe/oboe.1.0/oboe-characteristics.owl#"
31
     xmlns:terms="http://www.openarchives.org/ore/terms/"
32
     xmlns:dcmitype="http://purl.org/dc/dcmitype/"
33
     xmlns:oboe-standards="http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#"
34
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
35
     xmlns:pav="http://purl.org/pav/"
36
     xmlns:ao="http://purl.org/ao/"
37
     xmlns:selectors="&ao;selectors/"
38
     xmlns:oboe-core="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#"
39
     xmlns:owl="http://www.w3.org/2002/07/owl#"
40
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
41
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
42
     xmlns:terms2="http://purl.org/dc/terms/"
43
     xmlns:types="&ao;types/">
44
    <owl:Ontology rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl">
45
        <owl:imports rdf:resource="http://ecoinformatics.org/oboe/oboe.1.0/oboe.owl"/>
46
        <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/terms_od"/>
47
        <owl:imports rdf:resource="http://purl.org/ao/"/>
48
        <owl:imports rdf:resource="http://purl.org/spar/cito/"/>
49
    </owl:Ontology>
50
    
51

    
52

    
53
    <!-- 
54
    ///////////////////////////////////////////////////////////////////////////////////////
55
    //
56
    // Annotation properties
57
    //
58
    ///////////////////////////////////////////////////////////////////////////////////////
59
     -->
60

    
61
    
62

    
63

    
64
    <!-- http://purl.org/dc/terms/publisher -->
65

    
66
    <owl:AnnotationProperty rdf:about="&terms2;publisher"/>
67
    
68

    
69

    
70
    <!-- http://purl.org/dc/terms/title -->
71

    
72
    <owl:AnnotationProperty rdf:about="&terms2;title"/>
73
    
74

    
75

    
76
    <!-- http://www.w3.org/2000/01/rdf-schema#comment -->
77

    
78
    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
79
    
80

    
81

    
82
    <!-- http://www.w3.org/2000/01/rdf-schema#isDefinedBy -->
83

    
84
    <owl:AnnotationProperty rdf:about="&rdfs;isDefinedBy"/>
85
    
86

    
87

    
88
    <!-- http://www.w3.org/2000/01/rdf-schema#label -->
89

    
90
    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
91
    
92

    
93

    
94
    <!-- http://www.w3.org/2000/01/rdf-schema#seeAlso -->
95

    
96
    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
97
    
98

    
99

    
100
    <!-- 
101
    ///////////////////////////////////////////////////////////////////////////////////////
102
    //
103
    // Datatypes
104
    //
105
    ///////////////////////////////////////////////////////////////////////////////////////
106
     -->
107

    
108
    
109

    
110

    
111
    <!-- http://www.w3.org/2001/XMLSchema#date -->
112

    
113
    <rdfs:Datatype rdf:about="&xsd;date"/>
114
    
115

    
116

    
117
    <!-- 
118
    ///////////////////////////////////////////////////////////////////////////////////////
119
    //
120
    // Object Properties
121
    //
122
    ///////////////////////////////////////////////////////////////////////////////////////
123
     -->
124

    
125
    
126

    
127

    
128
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#ofCharacteristic -->
129

    
130
    <owl:ObjectProperty rdf:about="&oboe-core;ofCharacteristic"/>
131
    
132

    
133

    
134
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#usesStandard -->
135

    
136
    <owl:ObjectProperty rdf:about="&oboe-core;usesStandard"/>
137
    
138

    
139

    
140
    <!-- http://purl.org/ao/annotatesResource -->
141

    
142
    <owl:ObjectProperty rdf:about="&ao;annotatesResource"/>
143
    
144

    
145

    
146
    <!-- http://purl.org/ao/context -->
147

    
148
    <owl:ObjectProperty rdf:about="&ao;context"/>
149
    
150

    
151

    
152
    <!-- http://purl.org/ao/hasTopic -->
153

    
154
    <owl:ObjectProperty rdf:about="&ao;hasTopic"/>
155
    
156

    
157

    
158
    <!-- http://purl.org/ao/onResource -->
159

    
160
    <owl:ObjectProperty rdf:about="&ao;onResource"/>
161
    
162

    
163

    
164
    <!-- http://purl.org/dc/terms/hasPart -->
165

    
166
    <owl:ObjectProperty rdf:about="&terms2;hasPart"/>
167
    
168

    
169

    
170
    <!-- http://purl.org/dc/terms/isPartOf -->
171

    
172
    <owl:ObjectProperty rdf:about="&terms2;isPartOf"/>
173
    
174

    
175

    
176
    <!-- http://purl.org/dc/terms/publisher -->
177

    
178
    <owl:ObjectProperty rdf:about="&terms2;publisher"/>
179
    
180

    
181

    
182
    <!-- http://purl.org/pav/createdBy -->
183

    
184
    <owl:ObjectProperty rdf:about="&pav;createdBy"/>
185
    
186

    
187

    
188
    <!-- http://purl.org/spar/cito/isDocumentedBy -->
189

    
190
    <owl:ObjectProperty rdf:about="&cito;isDocumentedBy"/>
191
    
192

    
193

    
194
    <!-- http://www.openarchives.org/ore/terms/aggregates -->
195

    
196
    <owl:ObjectProperty rdf:about="&terms;aggregates">
197
        <rdfs:label>Aggregates</rdfs:label>
198
        <rdfs:comment>Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject (the Aggregation). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example.</rdfs:comment>
199
        <rdfs:subPropertyOf rdf:resource="&terms2;hasPart"/>
200
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
201
        <rdfs:range rdf:resource="&terms;AggregatedResource"/>
202
        <rdfs:domain rdf:resource="&terms;Aggregation"/>
203
        <owl:inverseOf rdf:resource="&terms;isAggregatedBy"/>
204
    </owl:ObjectProperty>
205
    
206

    
207

    
208
    <!-- http://www.openarchives.org/ore/terms/describes -->
209

    
210
    <owl:ObjectProperty rdf:about="&terms;describes">
211
        <rdfs:label>Describes</rdfs:label>
212
        <rdfs:comment>This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation).</rdfs:comment>
213
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
214
        <rdfs:range rdf:resource="&terms;Aggregation"/>
215
        <rdfs:domain rdf:resource="&terms;ResourceMap"/>
216
        <owl:inverseOf rdf:resource="&terms;isDescribedBy"/>
217
    </owl:ObjectProperty>
218
    
219

    
220

    
221
    <!-- http://www.openarchives.org/ore/terms/isAggregatedBy -->
222

    
223
    <owl:ObjectProperty rdf:about="&terms;isAggregatedBy">
224
        <rdfs:label>Is Aggregated By</rdfs:label>
225
        <rdfs:comment>The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.</rdfs:comment>
226
        <rdfs:subPropertyOf rdf:resource="&terms2;isPartOf"/>
227
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
228
        <rdfs:domain rdf:resource="&terms;AggregatedResource"/>
229
        <rdfs:range rdf:resource="&terms;Aggregation"/>
230
    </owl:ObjectProperty>
231
    
232

    
233

    
234
    <!-- http://www.openarchives.org/ore/terms/isDescribedBy -->
235

    
236
    <owl:ObjectProperty rdf:about="&terms;isDescribedBy">
237
        <rdfs:label>Is Described By</rdfs:label>
238
        <rdfs:comment>The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes.</rdfs:comment>
239
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
240
        <rdfs:domain rdf:resource="&terms;Aggregation"/>
241
        <rdfs:range rdf:resource="&terms;ResourceMap"/>
242
    </owl:ObjectProperty>
243
    
244

    
245

    
246
    <!-- http://www.openarchives.org/ore/terms/lineage -->
247

    
248
    <owl:ObjectProperty rdf:about="&terms;lineage">
249
        <rdfs:label>Lineage</rdfs:label>
250
        <rdfs:comment>ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy&apos;s resource is aggregated.</rdfs:comment>
251
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
252
        <rdfs:range rdf:resource="&terms;Proxy"/>
253
        <rdfs:domain rdf:resource="&terms;Proxy"/>
254
    </owl:ObjectProperty>
255
    
256

    
257

    
258
    <!-- http://www.openarchives.org/ore/terms/proxyFor -->
259

    
260
    <owl:ObjectProperty rdf:about="&terms;proxyFor">
261
        <rdfs:label>Proxy For</rdfs:label>
262
        <rdfs:comment>Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource.</rdfs:comment>
263
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
264
        <rdfs:range rdf:resource="&terms;AggregatedResource"/>
265
        <rdfs:domain rdf:resource="&terms;Proxy"/>
266
    </owl:ObjectProperty>
267
    
268

    
269

    
270
    <!-- http://www.openarchives.org/ore/terms/proxyIn -->
271

    
272
    <owl:ObjectProperty rdf:about="&terms;proxyIn">
273
        <rdfs:label>Proxy In</rdfs:label>
274
        <rdfs:comment>Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation.</rdfs:comment>
275
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
276
        <rdfs:range rdf:resource="&terms;Aggregation"/>
277
        <rdfs:domain rdf:resource="&terms;Proxy"/>
278
    </owl:ObjectProperty>
279
    
280

    
281

    
282
    <!-- http://www.openarchives.org/ore/terms/similarTo -->
283

    
284
    <owl:ObjectProperty rdf:about="&terms;similarTo">
285
        <rdfs:label>Similar To</rdfs:label>
286
        <rdfs:comment>The subject of this relationship MUST be an Aggregation.  This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner.</rdfs:comment>
287
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
288
        <rdfs:domain rdf:resource="&terms;Aggregation"/>
289
    </owl:ObjectProperty>
290
    
291

    
292

    
293
    <!-- 
294
    ///////////////////////////////////////////////////////////////////////////////////////
295
    //
296
    // Data properties
297
    //
298
    ///////////////////////////////////////////////////////////////////////////////////////
299
     -->
300

    
301
    
302

    
303

    
304
    <!-- http://purl.org/ao/selectors/xpointer -->
305

    
306
    <owl:DatatypeProperty rdf:about="&ao;selectors/xpointer"/>
307
    
308

    
309

    
310
    <!-- http://purl.org/dc/terms/identifier -->
311

    
312
    <owl:DatatypeProperty rdf:about="&terms2;identifier"/>
313
    
314

    
315

    
316
    <!-- http://purl.org/dc/terms/title -->
317

    
318
    <owl:DatatypeProperty rdf:about="&terms2;title"/>
319
    
320

    
321

    
322
    <!-- http://purl.org/pav/createdOn -->
323

    
324
    <owl:DatatypeProperty rdf:about="&pav;createdOn"/>
325
    
326

    
327

    
328
    <!-- http://xmlns.com/foaf/0.1/name -->
329

    
330
    <owl:DatatypeProperty rdf:about="&foaf;name"/>
331
    
332

    
333

    
334
    <!-- 
335
    ///////////////////////////////////////////////////////////////////////////////////////
336
    //
337
    // Classes
338
    //
339
    ///////////////////////////////////////////////////////////////////////////////////////
340
     -->
341

    
342
    
343

    
344

    
345
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-characteristics.owl#Length -->
346

    
347
    <owl:Class rdf:about="&oboe-characteristics;Length"/>
348
    
349

    
350

    
351
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-characteristics.owl#Mass -->
352

    
353
    <owl:Class rdf:about="&oboe-characteristics;Mass"/>
354
    
355

    
356

    
357
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-characteristics.owl#Temperature -->
358

    
359
    <owl:Class rdf:about="&oboe-characteristics;Temperature"/>
360
    
361

    
362

    
363
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement -->
364

    
365
    <owl:Class rdf:about="&oboe-core;Measurement"/>
366
    
367

    
368

    
369
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Name -->
370

    
371
    <owl:Class rdf:about="&oboe-core;Name"/>
372
    
373

    
374

    
375
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#Celsius -->
376

    
377
    <owl:Class rdf:about="&oboe-standards;Celsius"/>
378
    
379

    
380

    
381
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#Gram -->
382

    
383
    <owl:Class rdf:about="&oboe-standards;Gram"/>
384
    
385

    
386

    
387
    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-standards.owl#Meter -->
388

    
389
    <owl:Class rdf:about="&oboe-standards;Meter"/>
390
    
391

    
392

    
393
    <!-- http://purl.org/ao/selectors/XPointerSelector -->
394

    
395
    <owl:Class rdf:about="&ao;selectors/XPointerSelector"/>
396
    
397

    
398

    
399
    <!-- http://purl.org/ao/types/Qualifier -->
400

    
401
    <owl:Class rdf:about="&ao;types/Qualifier"/>
402
    
403

    
404

    
405
    <!-- http://purl.org/dc/dcmitype/Collection -->
406

    
407
    <owl:Class rdf:about="&dcmitype;Collection"/>
408
    
409

    
410

    
411
    <!-- http://www.openarchives.org/ore/terms/AggregatedResource -->
412

    
413
    <owl:Class rdf:about="&terms;AggregatedResource">
414
        <rdfs:label>Aggregated Resource</rdfs:label>
415
        <rdfs:comment>A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation.</rdfs:comment>
416
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
417
    </owl:Class>
418
    
419

    
420

    
421
    <!-- http://www.openarchives.org/ore/terms/Aggregation -->
422

    
423
    <owl:Class rdf:about="&terms;Aggregation">
424
        <rdfs:label>Aggregation</rdfs:label>
425
        <rdfs:subClassOf rdf:resource="&dcmitype;Collection"/>
426
        <rdfs:comment>A set of related resources (Aggregated Resources), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map.</rdfs:comment>
427
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
428
    </owl:Class>
429
    
430

    
431

    
432
    <!-- http://www.openarchives.org/ore/terms/Proxy -->
433

    
434
    <owl:Class rdf:about="&terms;Proxy">
435
        <rdfs:label>Proxy</rdfs:label>
436
        <rdfs:comment>A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource.</rdfs:comment>
437
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
438
    </owl:Class>
439
    
440

    
441

    
442
    <!-- http://www.openarchives.org/ore/terms/ResourceMap -->
443

    
444
    <owl:Class rdf:about="&terms;ResourceMap">
445
        <rdfs:label>Resource Map</rdfs:label>
446
        <rdfs:subClassOf rdf:resource="&rdfg-1;Graph"/>
447
        <rdfs:comment>A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines.</rdfs:comment>
448
        <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
449
    </owl:Class>
450
    
451

    
452

    
453
    <!-- http://www.w3.org/2002/07/owl#Thing -->
454

    
455
    <owl:Class rdf:about="&owl;Thing"/>
456
    
457

    
458

    
459
    <!-- http://www.w3.org/2004/03/trix/rdfg-1/Graph -->
460

    
461
    <owl:Class rdf:about="&rdfg-1;Graph"/>
462
    
463

    
464

    
465
    <!-- http://xmlns.com/foaf/0.1/Person -->
466

    
467
    <owl:Class rdf:about="&foaf;Person"/>
468
    
469

    
470

    
471
    <!-- 
472
    ///////////////////////////////////////////////////////////////////////////////////////
473
    //
474
    // Individuals
475
    //
476
    ///////////////////////////////////////////////////////////////////////////////////////
477
     -->
478

    
479
    
480

    
481

    
482
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#BenjaminLeinfelder -->
483

    
484
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#BenjaminLeinfelder">
485
        <rdf:type rdf:resource="&foaf;Person"/>
486
        <foaf:name rdf:datatype="&rdfs;Literal">Benjamin Leinfelder</foaf:name>
487
    </owl:NamedIndividual>
488
    
489

    
490

    
491
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#MattJones -->
492

    
493
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#MattJones">
494
        <rdf:type rdf:resource="&foaf;Person"/>
495
        <foaf:name rdf:datatype="&rdfs;Literal">Matt B Jones</foaf:name>
496
    </owl:NamedIndividual>
497
    
498

    
499

    
500
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#ann.1.1 -->
501

    
502
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#ann.1.1">
503
        <rdf:type rdf:resource="&ao;types/Qualifier"/>
504
        <rdf:type>
505
            <owl:Restriction>
506
                <owl:onProperty rdf:resource="&ao;hasTopic"/>
507
                <owl:someValuesFrom rdf:resource="&oboe-characteristics;Mass"/>
508
            </owl:Restriction>
509
        </rdf:type>
510
        <rdf:type>
511
            <owl:Restriction>
512
                <owl:onProperty rdf:resource="&ao;hasTopic"/>
513
                <owl:someValuesFrom rdf:resource="&oboe-characteristics;Length"/>
514
            </owl:Restriction>
515
        </rdf:type>
516
        <rdf:type>
517
            <owl:Restriction>
518
                <owl:onProperty rdf:resource="&ao;hasTopic"/>
519
                <owl:someValuesFrom rdf:resource="&oboe-core;Name"/>
520
            </owl:Restriction>
521
        </rdf:type>
522
        <pav:createdOn rdf:datatype="&xsd;date">20131211</pav:createdOn>
523
        <pav:createdBy rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#BenjaminLeinfelder"/>
524
        <ao:annotatesResource rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
525
        <ao:context rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#height"/>
526
        <ao:context rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#patient"/>
527
        <ao:context rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#weight"/>
528
    </owl:NamedIndividual>
529
    
530

    
531

    
532
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#ann.2.1 -->
533

    
534
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#ann.2.1">
535
        <rdf:type rdf:resource="&ao;types/Qualifier"/>
536
        <pav:createdOn rdf:datatype="&xsd;date">20131213</pav:createdOn>
537
        <pav:createdBy rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#MattJones"/>
538
        <ao:annotatesResource rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
539
        <ao:context rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#temperature"/>
540
    </owl:NamedIndividual>
541
    
542

    
543

    
544
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#data.1.1 -->
545

    
546
    <owl:Thing rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#data.1.1">
547
        <rdf:type rdf:resource="&owl;NamedIndividual"/>
548
        <terms2:identifier rdf:datatype="&rdfs;Literal">doi:10.12345/data.1.1</terms2:identifier>
549
        <cito:isDocumentedBy rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
550
    </owl:Thing>
551
    
552

    
553

    
554
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1 -->
555

    
556
    <owl:Thing rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1">
557
        <rdf:type rdf:resource="&owl;NamedIndividual"/>
558
        <terms2:identifier rdf:datatype="&rdfs;Literal">urn:uuid:606a19dd-b531-4bf4-b5a5-6d06c3d39098</terms2:identifier>
559
    </owl:Thing>
560
    
561

    
562

    
563
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#height -->
564

    
565
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#height">
566
        <rdf:type rdf:resource="&oboe-core;Measurement"/>
567
        <rdf:type rdf:resource="&ao;selectors/XPointerSelector"/>
568
        <rdf:type>
569
            <owl:Restriction>
570
                <owl:onProperty rdf:resource="&oboe-core;usesStandard"/>
571
                <owl:allValuesFrom rdf:resource="&oboe-standards;Meter"/>
572
            </owl:Restriction>
573
        </rdf:type>
574
        <rdf:type>
575
            <owl:Restriction>
576
                <owl:onProperty rdf:resource="&oboe-core;ofCharacteristic"/>
577
                <owl:allValuesFrom rdf:resource="&oboe-characteristics;Length"/>
578
            </owl:Restriction>
579
        </rdf:type>
580
        <selectors:xpointer rdf:datatype="&rdfs;Literal">xpointer(/eml/dataset/1/attributeList/3)</selectors:xpointer>
581
        <ao:onResource rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
582
    </owl:NamedIndividual>
583
    
584

    
585

    
586
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#patient -->
587

    
588
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#patient">
589
        <rdf:type rdf:resource="&oboe-core;Measurement"/>
590
        <rdf:type rdf:resource="&ao;selectors/XPointerSelector"/>
591
        <rdf:type>
592
            <owl:Restriction>
593
                <owl:onProperty rdf:resource="&oboe-core;ofCharacteristic"/>
594
                <owl:allValuesFrom rdf:resource="&oboe-core;Name"/>
595
            </owl:Restriction>
596
        </rdf:type>
597
        <selectors:xpointer rdf:datatype="&rdfs;Literal">xpointer(/eml/dataset/1/attributeList/1)</selectors:xpointer>
598
        <ao:onResource rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
599
    </owl:NamedIndividual>
600
    
601

    
602

    
603
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#temperature -->
604

    
605
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#temperature">
606
        <rdf:type rdf:resource="&oboe-core;Measurement"/>
607
        <rdf:type rdf:resource="&ao;selectors/XPointerSelector"/>
608
        <rdf:type>
609
            <owl:Restriction>
610
                <owl:onProperty rdf:resource="&oboe-core;usesStandard"/>
611
                <owl:allValuesFrom rdf:resource="&oboe-standards;Celsius"/>
612
            </owl:Restriction>
613
        </rdf:type>
614
        <rdf:type>
615
            <owl:Restriction>
616
                <owl:onProperty rdf:resource="&oboe-core;ofCharacteristic"/>
617
                <owl:allValuesFrom rdf:resource="&oboe-characteristics;Temperature"/>
618
            </owl:Restriction>
619
        </rdf:type>
620
        <selectors:xpointer rdf:datatype="&rdfs;Literal">xpointer(/eml/dataset/1/attributeList/2)</selectors:xpointer>
621
        <ao:onResource rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
622
    </owl:NamedIndividual>
623
    
624

    
625

    
626
    <!-- file:///Users/leinfelder/ontologies/brl/brl.owl#weight -->
627

    
628
    <owl:NamedIndividual rdf:about="file:///Users/leinfelder/ontologies/brl/brl.owl#weight">
629
        <rdf:type rdf:resource="&oboe-core;Measurement"/>
630
        <rdf:type rdf:resource="&ao;selectors/XPointerSelector"/>
631
        <rdf:type>
632
            <owl:Restriction>
633
                <owl:onProperty rdf:resource="&oboe-core;usesStandard"/>
634
                <owl:allValuesFrom rdf:resource="&oboe-standards;Gram"/>
635
            </owl:Restriction>
636
        </rdf:type>
637
        <rdf:type>
638
            <owl:Restriction>
639
                <owl:onProperty rdf:resource="&oboe-core;ofCharacteristic"/>
640
                <owl:allValuesFrom rdf:resource="&oboe-characteristics;Mass"/>
641
            </owl:Restriction>
642
        </rdf:type>
643
        <selectors:xpointer rdf:datatype="&rdfs;Literal">xpointer(/eml/dataset/1/attributeList/2)</selectors:xpointer>
644
        <ao:onResource rdf:resource="file:///Users/leinfelder/ontologies/brl/brl.owl#eml.1.1"/>
645
    </owl:NamedIndividual>
646
    
647

    
648

    
649
    <!-- http://www.openarchives.org/ore/terms/ -->
650

    
651
    <owl:NamedIndividual rdf:about="http://www.openarchives.org/ore/terms/">
652
        <rdfs:label>The OAI ORE terms vocabulary</rdfs:label>
653
        <terms2:title>The OAI ORE terms vocabulary</terms2:title>
654
        <rdfs:comment>The set of terms provided by the OAI ORE initiative</rdfs:comment>
655
        <rdfs:seeAlso rdf:resource="http://www.openarchives.org/ore/toc"/>
656
        <terms2:publisher>
657
            <rdf:Description/>
658
        </terms2:publisher>
659
    </owl:NamedIndividual>
660
    <rdf:Description>
661
        <rdfs:label>The Open Archives Initiative ORE Project</rdfs:label>
662
    </rdf:Description>
663
</rdf:RDF>
664

    
665

    
666

    
667
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->
668

    
(2-2/10)