-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfairMetricsOntology.ttl
174 lines (149 loc) · 5.37 KB
/
fairMetricsOntology.ttl
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
@prefix : <http://www.semanticweb.org/rajaram/ontologies/2018/7/untitled-ontology-226#> .
@prefix fm: <https://purl.org/fair-metrics/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
<https://purl.org/fair-metrics/terms/> a owl:Ontology .
#
#
# #################################################################
# #
# # Object Properties
# #
# #################################################################
#
#
# http://semanticscience.org/resource/SIO_000008
<http://semanticscience.org/resource/SIO_000008> a owl:ObjectProperty ;
rdfs:label "has attribute" .
#
# http://semanticscience.org/resource/SIO_000216
<http://semanticscience.org/resource/SIO_000216> a owl:ObjectProperty ;
rdfs:label "has measurement value" .
#
# http://semanticscience.org/resource/SIO_000300
<http://semanticscience.org/resource/SIO_000300> a owl:ObjectProperty ;
rdfs:label "has value" .
#
# http://semanticscience.org/resource/SIO_000332
<http://semanticscience.org/resource/SIO_000332> a owl:ObjectProperty ;
rdfs:label "is about" .
#
# https://purl.org/fair-metrics/terms/FM_000004
fm:FM_000004 a owl:ObjectProperty ;
rdfs:domain <http://www.ebi.ac.uk/swo/interface/SWO_9000054> ;
rdfs:range fm:FM_000006 ;
rdfs:label "is implementation of"@en .
#
# https://purl.org/fair-metrics/terms/FM_000008
fm:FM_000008 a owl:ObjectProperty ;
rdfs:subPropertyOf fm:FM_000014 ;
rdfs:range rdfs:Resource ;
rdfs:label "FAIR evaluation of resource"@en .
#
# https://purl.org/fair-metrics/terms/FM_000009
fm:FM_000009 a owl:ObjectProperty ;
rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000332> ;
rdfs:range rdfs:Resource ;
rdfs:label "is about FAIR metric"@en .
#
# https://purl.org/fair-metrics/terms/FM_000010
fm:FM_000010 a owl:ObjectProperty ;
rdfs:label "has metadata"@en .
#
# https://purl.org/fair-metrics/terms/FM_000011
fm:FM_000011 a owl:ObjectProperty ;
rdfs:domain fm:FM_000005 ;
rdfs:range fm:FM_000007 ;
rdfs:label "has component"@en .
#
# https://purl.org/fair-metrics/terms/FM_000012
fm:FM_000012 a owl:ObjectProperty ;
rdfs:domain fm:FM_000007 ;
rdfs:range fm:FM_000006 ;
rdfs:label "relates to compliance test"@en .
#
# https://purl.org/fair-metrics/terms/FM_000013
fm:FM_000013 a owl:ObjectProperty ;
rdfs:subPropertyOf fm:FM_000014 ;
rdfs:domain fm:FM_000005 ;
rdfs:range rdfs:Resource ;
rdfs:label "FAIR evaluation input of resource"@en .
#
# https://purl.org/fair-metrics/terms/FM_000014
fm:FM_000014 a owl:ObjectProperty ;
rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000332> ;
rdfs:label "is about resource"@en .
#
# https://purl.org/fair-metrics/terms/FM_000015
fm:FM_000015 a owl:ObjectProperty ;
rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000008> ;
rdfs:label "has measurement"@en .
#
#
#
# #################################################################
# #
# # Classes
# #
# #################################################################
#
#
# http://semanticscience.org/resource/SIO_000000
<http://semanticscience.org/resource/SIO_000000> a owl:Class ;
rdfs:comment "Every thing is an entity." ;
rdfs:label "entity" .
#
# http://semanticscience.org/resource/SIO_000070
<http://semanticscience.org/resource/SIO_000070> a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:comment "A measurement value is a quantitative description that reflects the magnitude of some attribute." ;
rdfs:label "measurement value" .
#
# http://semanticscience.org/resource/SIO_000614
<http://semanticscience.org/resource/SIO_000614> a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:comment "An attribute is a characteristic of some entity." ;
rdfs:label "Attribute" .
#
# http://www.ebi.ac.uk/swo/interface/SWO_9000054
<http://www.ebi.ac.uk/swo/interface/SWO_9000054> a owl:Class ;
rdfs:label "application programming interface" .
#
# http://www.w3.org/2000/01/rdf-schema#Resource
rdfs:Resource a owl:Class .
#
# https://purl.org/fair-metrics/terms/FM_000001
fm:FM_000001 a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:label "FAIR Evaluation"@en , "Metric"@en .
#
# https://purl.org/fair-metrics/terms/FM_000002
fm:FM_000002 a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000614> ;
rdfs:label "Metric Measurement"@en .
#
# https://purl.org/fair-metrics/terms/FM_000003
fm:FM_000003 a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:label "FAIR Evaluation"@en .
#
# https://purl.org/fair-metrics/terms/FM_000005
fm:FM_000005 a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:label "FAIR Evaluation Input"@en .
#
# https://purl.org/fair-metrics/terms/FM_000006
fm:FM_000006 a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:label "FAIR Compliance Test"@en .
#
# https://purl.org/fair-metrics/terms/FM_000007
fm:FM_000007 a owl:Class ;
rdfs:subClassOf <http://semanticscience.org/resource/SIO_000000> ;
rdfs:label "Evaluation Input Component"@en .
#
# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi