-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsemapv-properties.owl
197 lines (125 loc) · 12.2 KB
/
semapv-properties.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://w3id.org/semapv/vocab/semapv-properties.owl#"
xml:base="http://w3id.org/semapv/vocab/semapv-properties.owl"
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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:vocab="https://w3id.org/semapv/vocab/">
<owl:Ontology rdf:about="http://w3id.org/semapv/vocab/semapv-properties.owl">
<owl:versionIRI rdf:resource="http://w3id.org/semapv/vocab/releases/2023-03-02/semapv-properties.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
<!-- http://www.w3.org/2004/02/skos/core#broadMatch -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#broadMatch">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.w3.org/TR/skos-reference/</terms:source>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A match where the object is a broader concept than the subject.</skos:definition>
<skos:prefLabel rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.w3.org/TR/skos-reference/</terms:source>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.w3.org/TR/skos-reference/</terms:source>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.w3.org/TR/skos-reference/</terms:source>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A mapping (alignment) link between two concepts.</skos:definition>
<skos:prefLabel rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.w3.org/TR/skos-reference/</terms:source>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A match where the object is a narrower concept that the subject.</skos:definition>
<skos:prefLabel rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.w3.org/TR/skos-reference/</terms:source>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2004/02/skos/core#</rdfs:isDefinedBy>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</terms:source>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</terms:source>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</terms:source>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A match where the subject is considered analogous to the object in a different taxonomic grouping.</skos:definition>
<skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FBbt:00005074 (D. melanogaster “muscle cell”) and CL:0000187 (taxon-neutral “muscle cell”) are a cross-species exact match.</skos:example>
<skos:prefLabel rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</terms:source>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</terms:source>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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">
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3</terms:source>
<skos:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">non-isomorphic match</skos:prefLabel>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#mappingRelation"/>
</owl:AnnotationProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->