-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsemapv.owl
754 lines (474 loc) · 36.5 KB
/
semapv.owl
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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
<?xml version="1.0"?>
<rdf:RDF xmlns="http://w3id.org/semapv/vocab/semapv.owl#"
xml:base="http://w3id.org/semapv/vocab/semapv.owl"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dce="http://purl.org/dc/elements/1.1/"
xmlns:doi="https://doi.org/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:schema="http://schema.org/"
xmlns:semapv="https://w3id.org/semapv/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:semapv_voc="https://w3id.org/semapv/vocab/">
<owl:Ontology rdf:about="http://w3id.org/semapv/vocab/semapv.owl">
<owl:versionIRI rdf:resource="http://w3id.org/semapv/vocab/releases/2025-01-06/semapv.owl"/>
<dcterms:description>The Semantic Mapping Vocabulary provides and defines terms used for creating and maintaining semantic mappings, in particular mapping metadata.</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<dcterms:title>Semantic Mapping Vocabulary</dcterms:title>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/dc/terms/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://www.w3.org/2004/02/skos/core#altLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#altLabel"/>
<!-- http://www.w3.org/2004/02/skos/core#broadMatch -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#broadMatch">
<dcterms:source>https://www.w3.org/TR/skos-reference/</dcterms:source>
<rdfs:isDefinedBy>http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition>A match where the object is a broader concept than the subject.</skos:definition>
<skos:prefLabel>broad match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/semapv/vocab/nonIsomorphicMatch"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#closeMatch -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#closeMatch">
<dcterms:source>https://www.w3.org/TR/skos-reference/</dcterms:source>
<rdfs:isDefinedBy>http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition>A match where the subject and object are sufficiently similar that they can be used interchangeably in some information retrieval applications.</skos:definition>
<skos:prefLabel>close match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#mappingRelation"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#definition -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
<!-- http://www.w3.org/2004/02/skos/core#exactMatch -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#exactMatch">
<dcterms:source>https://www.w3.org/TR/skos-reference/</dcterms:source>
<rdfs:isDefinedBy>http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition>A match where the subject and object are sufficiently similar, with a high degree of confidence, that they can be used interchangeably across a wide range of information retrieval applications.</skos:definition>
<skos:prefLabel>exact match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#closeMatch"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/semapv/vocab/isomorphicMatch"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#example -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#example"/>
<!-- http://www.w3.org/2004/02/skos/core#mappingRelation -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#mappingRelation">
<dcterms:source>https://www.w3.org/TR/skos-reference/</dcterms:source>
<rdfs:isDefinedBy>http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition>A mapping (alignment) link between two concepts.</skos:definition>
<skos:prefLabel>mapping relation</skos:prefLabel>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#narrowMatch -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#narrowMatch">
<dcterms:source>https://www.w3.org/TR/skos-reference/</dcterms:source>
<rdfs:isDefinedBy>http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition>A match where the object is a narrower concept that the subject.</skos:definition>
<skos:prefLabel>narrow match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/semapv/vocab/nonIsomorphicMatch"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#prefLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
<!-- http://www.w3.org/2004/02/skos/core#relatedMatch -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#relatedMatch">
<dcterms:source>https://www.w3.org/TR/skos-reference/</dcterms:source>
<rdfs:isDefinedBy>http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition>A match where the subject and the object are inherently related, but where none is in any way more general than the other.</skos:definition>
<skos:prefLabel>related match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/semapv/vocab/nonIsomorphicMatch"/>
</owl:AnnotationProperty>
<!-- https://w3id.org/semapv/vocab/crossSpeciesBroadMatch -->
<owl:AnnotationProperty rdf:about="https://w3id.org/semapv/vocab/crossSpeciesBroadMatch">
<dcterms:source>https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</dcterms:source>
<skos:definition>A match where the subject is considered analogous to the subject in a different taxonomic grouping, but the object refers to a broader concept.</skos:definition>
<skos:example>FBbt:00007091 (D. melanogaster “subperineurial glial sheath”) and UBERON:0000202 (taxon-neutral “glial blood brain barrier”) are a cross-species broad match.</skos:example>
<skos:prefLabel>cross-species broad match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#broadMatch"/>
</owl:AnnotationProperty>
<!-- https://w3id.org/semapv/vocab/crossSpeciesCloseMatch -->
<owl:AnnotationProperty rdf:about="https://w3id.org/semapv/vocab/crossSpeciesCloseMatch">
<dcterms:source>https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</dcterms:source>
<skos:definition>A match where the subject and the object belong in different taxonomic groupings, but refer to concepts similar enough that they can be used interchangeably.</skos:definition>
<skos:prefLabel>cross-species close match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#closeMatch"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/semapv/vocab/nonIsomorphicMatch"/>
</owl:AnnotationProperty>
<!-- https://w3id.org/semapv/vocab/crossSpeciesExactMatch -->
<owl:AnnotationProperty rdf:about="https://w3id.org/semapv/vocab/crossSpeciesExactMatch">
<dcterms:source>https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</dcterms:source>
<skos:definition>A match where the subject is considered analogous to the object in a different taxonomic grouping.</skos:definition>
<skos:example>FBbt:00005074 (D. melanogaster “muscle cell”) and CL:0000187 (taxon-neutral “muscle cell”) are a cross-species exact match.</skos:example>
<skos:prefLabel>cross-species exact match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#relatedMatch"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/semapv/vocab/isomorphicMatch"/>
</owl:AnnotationProperty>
<!-- https://w3id.org/semapv/vocab/crossSpeciesNarrowMatch -->
<owl:AnnotationProperty rdf:about="https://w3id.org/semapv/vocab/crossSpeciesNarrowMatch">
<dcterms:source>https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</dcterms:source>
<skos:definition>A match where the subject is considered analogous to the subject in a different taxonomic grouping, but the object refers to a narrower concept.</skos:definition>
<skos:prefLabel>cross-species narrow match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#narrowMatch"/>
</owl:AnnotationProperty>
<!-- https://w3id.org/semapv/vocab/isomorphicMatch -->
<owl:AnnotationProperty rdf:about="https://w3id.org/semapv/vocab/isomorphicMatch">
<dcterms:source>https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</dcterms:source>
<skos:definition>A match where the subject is isomorphic to the object, i.e. considered of identical or similar form, shape, or structure.</skos:definition>
<skos:prefLabel>isomorphic match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#mappingRelation"/>
</owl:AnnotationProperty>
<!-- https://w3id.org/semapv/vocab/nonIsomorphicMatch -->
<owl:AnnotationProperty rdf:about="https://w3id.org/semapv/vocab/nonIsomorphicMatch">
<dcterms:source>https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</dcterms:source>
<skos:definition>A match where the subject cannot be considered isomorphic to the object, i.e. considered of identical or similar form, shape, or structure. The object corresponds to exactly one subject in the subject_source.</skos:definition>
<skos:prefLabel>non-isomorphic match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#mappingRelation"/>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://w3id.org/semapv/vocab/BackgroundKnowledgeBasedMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/BackgroundKnowledgeBasedMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<dcterms:source rdf:resource="https://doi.org/10.1016/j.websem.2018.04.001"/>
<skos:definition>A matching process that exploits background knowledge from external resources, commonly referred to as background knowledge resources. This approach is also known as indirect matching, BK-based matching or context-based matching.</skos:definition>
<skos:example>A match between a subject A and an object B was established because they appear equivalent under consideration of externally provided background knowledge.</skos:example>
<skos:prefLabel>background knowledge-based matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/BlankNormalisation -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/BlankNormalisation">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A normalization technique replacing all blank characters, such as space, tabulation, carriage return (or sequences of these) into a single blank character.</skos:definition>
<skos:example>The string 'ontology matching' (two spaces between 'ontology' and 'matching) becomes 'ontology matching' (one space).</skos:example>
<skos:prefLabel>blank normalisation</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/CardinalityFiltering -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/CardinalityFiltering">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MatchingPostProcessing"/>
<skos:prefLabel>cardinality filtering</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/CaseNormalization -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/CaseNormalization">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A normalization technique converting each alphabetic character in a string to their lower case counterpart.</skos:definition>
<skos:example>The string 'Ontology' is normalised to 'ontology' (lower case).</skos:example>
<skos:prefLabel>case normalization</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/CompositeMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/CompositeMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A matching process based on multiple, possibly intertwined, matching approaches.</skos:definition>
<skos:example>An ontology matching tool determines that a subject should be mapped to an object by employing a range of techniques, including lexical, semantic and structural.</skos:example>
<skos:prefLabel>composite matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/DiacriticsSuppression -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/DiacriticsSuppression">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A normalization technique replacing diactritic signs (e.g. accents, hats) with their most frequent replacements.</skos:definition>
<skos:example>The string 'Protégé' is normalised to 'Protege'.</skos:example>
<skos:prefLabel>diacritics suppression</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/DigitSuppression -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/DigitSuppression">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A normalization technique removing all numbers in a string. </skos:definition>
<skos:example>The string 'ontology1' becomes 'ontology'.</skos:example>
<skos:prefLabel>digit suppression</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/EditDistance -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/EditDistance">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>edit distance</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/HammingDistance -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/HammingDistance">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>hamming distance</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/InstanceBasedMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/InstanceBasedMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A matching process based on individual representations (or instances).</skos:definition>
<skos:example>A match between a subject A and an object B was established because they share the same instances.</skos:example>
<skos:prefLabel>instance-based matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LanguageBasedSimilarityMeasure -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LanguageBasedSimilarityMeasure">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/SimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>language-based similarity measure</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/Lemmatization -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/Lemmatization">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>The process of reducing the different forms of a word to one single form.</skos:definition>
<skos:prefLabel>lemmatization</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LevenshteinEditDistance -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LevenshteinEditDistance">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/EditDistance"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>levenshtein distance</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LexicalMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LexicalMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A matching process based on a lexical comparison between one or more syntactic features of the subject with one or more syntactic features of the object.</skos:definition>
<skos:example>The label of a subject entity matches to an exact synonym of an object entity.</skos:example>
<skos:prefLabel>lexical matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LexicalSimilarityThresholdMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LexicalSimilarityThresholdMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A lexical matching process based on a minimum threshold of a score from a comparison based on a lexical similarity algorithm.</skos:definition>
<skos:example>A match between a subject and an object was established because they had a Levenshtein score higher than 0.8.</skos:example>
<skos:prefLabel>lexical similarity threshold-based matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LinkStripping -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LinkStripping">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A normalization technique replacing specific links between words, such as apostrophes, dashes, underscore, etc into dashes or blanks.</skos:definition>
<skos:example>The string 'alzheimer's' becomes 'alzheimers'.</skos:example>
<skos:prefLabel>link stripping</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LogicalConsistencyFiltering -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LogicalConsistencyFiltering">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MatchingPostProcessing"/>
<skos:prefLabel>logical consistency filtering</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/LogicalReasoning -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/LogicalReasoning">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A matching process based on the inferences made by a logical reasoner.</skos:definition>
<skos:example>Two classes across ontologies are determined equivalent by an OWL reasoner such as ELK.</skos:example>
<skos:prefLabel>logical reasoning matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/ManualMappingCuration -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/ManualMappingCuration">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>An matching process that is performed by a human agent and is based on human judgement and domain knowledge.</skos:definition>
<skos:example>A human curator determines that a subject should be mapped to an object by virtue of their domain expertise.</skos:example>
<skos:prefLabel>manual mapping curation</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/Mapping -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/Mapping">
<skos:definition>A triple <s,p,o> comprising a subject entity s, an object entity o and a mapping predicate p.</skos:definition>
<skos:example>The subject entity NCI:C9305 is mapped to the object entity ICD10:C80.9 using the skos:relatedMatch mapping predicate.</skos:example>
<skos:prefLabel>mapping</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/MappingActivity -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/MappingActivity">
<skos:definition>A process that relates to the creation, confirmation, rejection or curation of a mapping.</skos:definition>
<skos:example>Matching is a mapping activity that results in the creating of a mapping; mapping review is an activity that results in the confirmation of a mapping.</skos:example>
<skos:prefLabel>mapping activity</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/MappingChaining -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/MappingChaining">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A matching process based on the traversing of multiple mappings.</skos:definition>
<skos:example>A match between a subject A and an object B was established because A was mapped to C, C was mapped to D and D was mapped to B.</skos:example>
<skos:prefLabel>mapping chaining-based matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/MappingInversion -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/MappingInversion">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<dcterms:source rdf:resource="https://mapping-commons.github.io/sssom/chaining_rules/"/>
<skos:altLabel>mapping flipping</skos:altLabel>
<skos:altLabel>mapping inversion</skos:altLabel>
<skos:altLabel>mapping inverting</skos:altLabel>
<skos:altLabel>semantic walk-backs</skos:altLabel>
<skos:definition>A matching process based on the inverting or flipping of the subject with the object of a mapping in accordance with the semantics of the mapping predicate.</skos:definition>
<skos:example>A broad match between a subject A and an object B using the skos:narrowMatch mapping relation was established because B was mapped to A using the skos:broadMatch mapping relation.</skos:example>
<skos:prefLabel>mapping inversion-based matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/MappingReview -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/MappingReview">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MappingActivity"/>
<skos:definition>A process that is concerned with determining if a mapping “candidate” (otherwise determined) is reasonable/correct.</skos:definition>
<skos:example>A match between a subject A and an object B was established elsewhere, and a human reviewer determined that the mapping is true (or false) based on an independent evaluation.</skos:example>
<skos:prefLabel>mapping review</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/Matching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/Matching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MappingActivity"/>
<skos:altLabel>matching operation</skos:altLabel>
<skos:altLabel>matching task</skos:altLabel>
<skos:definition>An process that results in a mapping between a subject and an object entity.</skos:definition>
<skos:example>The label of a subject entity matches to an exact synonym of an object entity.</skos:example>
<skos:prefLabel>matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/MatchingPostProcessing -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/MatchingPostProcessing">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MappingActivity"/>
<skos:definition>A process applied to a set of mappings, usually with the intention of changing it.</skos:definition>
<skos:prefLabel>matching process post-processing</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/MatchingPreprocessing -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/MatchingPreprocessing">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MappingActivity"/>
<skos:definition>A preliminary processing of inputs prior to performing matching.</skos:definition>
<skos:prefLabel>matching process pre-processing</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/Normalization -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/Normalization">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MatchingPreprocessing"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A family of preprocessing techniques for reducing strings to be compared to a common format.</skos:definition>
<skos:prefLabel>normalization</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/PunctuationElemination -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/PunctuationElemination">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A normalization technique removing all punctation characters from a string.</skos:definition>
<skos:example>The string 'e.g.' becomes 'eg'.</skos:example>
<skos:prefLabel>punctuation elimination</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/RegexRemoval -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/RegexRemoval">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<skos:definition>A preprocessing method transforming a string by matching a regular expression and then removing that match.</skos:definition>
<skos:example>The regex match “[ -]phenotype” is removed from the label field of the subject entity in the mapping.</skos:example>
<skos:prefLabel>regex removal</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/RegexReplacement -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/RegexReplacement">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<skos:definition>A preprocessing method transforming a string by matching a regular expression and then replacing that match with a specified substitution string.</skos:definition>
<skos:example>The regex match “[ -]phenotype” is replaced by “-disease” for the label field of the subject entity in the mapping.</skos:example>
<skos:prefLabel>regex replacement</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/SemanticSimilarityThresholdMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/SemanticSimilarityThresholdMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A matching process based on a minimum threshold of a score from a comparison based on a semantic similarity algorithm.</skos:definition>
<skos:example>A match between a subject and an object entity was established because they had a Jaccard score higher than 0.8 based on the set of (common) superclasses.</skos:example>
<skos:prefLabel>semantic similarity threshold-based matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/SimilarityMeasure -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/SimilarityMeasure">
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A technique for determining a score that characterises the similarity between two entities.</skos:definition>
<skos:prefLabel>similarity measure</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/StableMarriageFiltering -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/StableMarriageFiltering">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MatchingPostProcessing"/>
<skos:prefLabel>stable marriage filtering</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/Stemming -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/Stemming">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<skos:definition>The process of reducing a word to its word stem.</skos:definition>
<skos:prefLabel>stemming</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/StopWordRemoval -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/StopWordRemoval">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A preprocessing method transforming a string by removing a list of stop words.</skos:definition>
<skos:example>The stop-words “of, and, is, a” are removed from the label field of the subject entity in the mapping.</skos:example>
<skos:prefLabel>stop-word removal</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/SimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A similarity measure based on the comparison of strings.</skos:definition>
<skos:prefLabel>string-based similarity measure</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/StringEquality -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/StringEquality">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:definition>A string-based similarity measure which involves determining if two strings associated with mapping entities are equal.</skos:definition>
<skos:prefLabel>string equality</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/StructuralMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/StructuralMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<dcterms:source rdf:resource="https://doi.org/10.1016/j.websem.2009.11.002"/>
<rdfs:comment>Structural matching does not involve looking at "values" of properties.</rdfs:comment>
<skos:example>A match between a subject and an object was established because of the similarity of their structural features, e.g., the number of direct property of a class.</skos:example>
<skos:prefLabel>structural matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/SubstringSimilarity -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/SubstringSimilarity">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>substring similarity</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/SubstringTest -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/SubstringTest">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>substring test</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/TermExtraction -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/TermExtraction">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:altLabel>named entity recognition</skos:altLabel>
<skos:prefLabel>term extraction</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/ThresholdFiltering -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/ThresholdFiltering">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/MatchingPostProcessing"/>
<skos:prefLabel>threshold filtering</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/TokenBasedDistance -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/TokenBasedDistance">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>token-based distance</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/Tokenization -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/Tokenization">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Normalization"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>tokenization</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/UnspecifiedMatching -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/UnspecifiedMatching">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/Matching"/>
<skos:definition>A matching process based on an unspecified comparison.</skos:definition>
<skos:example>A mapping between a subject and an object was established, but it is no longer clear how or why.</skos:example>
<skos:prefLabel>unspecified matching process</skos:prefLabel>
</owl:Class>
<!-- https://w3id.org/semapv/vocab/nGramSimilarity -->
<owl:Class rdf:about="https://w3id.org/semapv/vocab/nGramSimilarity">
<rdfs:subClassOf rdf:resource="https://w3id.org/semapv/vocab/StringBasedSimilarityMeasure"/>
<dcterms:source rdf:resource="https://doi.org/10.1007/978-3-642-38721-0"/>
<skos:prefLabel>ngram similarity</skos:prefLabel>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->