-
Notifications
You must be signed in to change notification settings - Fork 0
/
bia_mifa_models.shex
189 lines (153 loc) · 5 KB
/
bia_mifa_models.shex
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
BASE <https://w3id.org/BioImage-Archive/bia-mifa-models/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX linkml: <https://w3id.org/linkml/>
PREFIX schema1: <http://schema.org/>
PREFIX WIKIDATA_PROPERTY: <https://www.wikidata.org/prop/>
PREFIX pav: <http://purl.org/pav/>
linkml:String xsd:string
linkml:Integer xsd:integer
linkml:Boolean xsd:boolean
linkml:Float xsd:float
linkml:Double xsd:double
linkml:Decimal xsd:decimal
linkml:Time xsd:time
linkml:Date xsd:date
linkml:Datetime xsd:dateTime
linkml:DateOrDatetime linkml:DateOrDatetime
linkml:Uriorcurie IRI
linkml:Curie xsd:string
linkml:Uri IRI
linkml:Ncname xsd:string
linkml:Objectidentifier IRI
linkml:Nodeidentifier NONLITERAL
linkml:Jsonpointer xsd:string
linkml:Jsonpath xsd:string
linkml:Sparqlpath xsd:string
<Annotations> CLOSED {
( $<Annotations_tes> ( &<AuthorCollection_tes> ;
rdf:type [ <AuthorCollection> ] ? ;
&<FileLevelMetadataCollection_tes> ;
rdf:type [ <FileLevelMetadataCollection> ] ? ;
<annotation_overview> @linkml:String ;
<annotation_method> @linkml:String ;
<annotation_criteria> @linkml:String ? ;
<annotation_coverage> @linkml:String ? ;
<annotation_confidence_level> @linkml:String ? ;
<authors> @<Author> * ;
<file_metadata> @<FileLevelMetadata> *
) ;
rdf:type [ <Annotations> ] ?
)
}
<Author> CLOSED {
( $<Author_tes> ( &<OrganisationInfoCollection_tes> ;
rdf:type [ <OrganisationInfoCollection> ] ? ;
schema1:name @linkml:String ;
schema1:name @linkml:String ;
schema1:email @linkml:String ? ;
WIKIDATA_PROPERTY:P496 @linkml:Uriorcurie ? ;
schema1:roleName @linkml:String * ;
<organisation> @<OrganisationInfo> *
) ;
rdf:type [ <Author> ] ?
)
}
<AuthorCollection> {
( $<AuthorCollection_tes> <authors> @<Author> * ;
rdf:type [ <AuthorCollection> ] ?
)
}
<FileLevelMetadata> CLOSED {
( $<FileLevelMetadata_tes> ( <annotation_type> @<AnnotationType> + ;
<source_image_id> @linkml:String ;
<transformations> @linkml:String ? ;
<spatial_information> @linkml:String ? ;
pav:authoredOn @linkml:Datetime ?
) ;
rdf:type [ <FileLevelMetadata> ]
)
}
<FileLevelMetadataCollection> {
( $<FileLevelMetadataCollection_tes> <file_metadata> @<FileLevelMetadata> * ;
rdf:type [ <FileLevelMetadataCollection> ] ?
)
}
<GrantReference> CLOSED {
( $<GrantReference_tes> schema1:funder @linkml:String ;
rdf:type [ <GrantReference> ]
)
}
<GrantReferenceCollection> {
( $<GrantReferenceCollection_tes> <grants> @<GrantReference> * ;
rdf:type [ <GrantReferenceCollection> ] ?
)
}
<Links> {
( $<Links_tes> ( <link_url> @linkml:Uriorcurie + ;
<link_description> @linkml:String *
) ;
rdf:type [ <Links> ] ?
)
}
<OrganisationInfo> CLOSED {
( $<OrganisationInfo_tes> ( schema1:name @linkml:String ;
schema1:name @linkml:String ? ;
WIKIDATA_PROPERTY:P6782 @linkml:Uriorcurie ?
) ;
rdf:type [ <OrganisationInfo> ] ?
)
}
<OrganisationInfoCollection> {
( $<OrganisationInfoCollection_tes> <organisation> @<OrganisationInfo> * ;
rdf:type [ <OrganisationInfoCollection> ] ?
)
}
<Publications> CLOSED {
( $<Publications_tes> ( schema1:title @linkml:String ;
schema1:author @linkml:String ;
<publication_year> @linkml:String ? ;
WIKIDATA_PROPERTY:P698 @linkml:Uriorcurie ?
) ;
rdf:type [ <Publications> ]
)
}
<PublicationsCollection> {
( $<PublicationsCollection_tes> <publications> @<Publications> * ;
rdf:type [ <PublicationsCollection> ] ?
)
}
<Study> CLOSED {
( $<Study_tes> ( &<PublicationsCollection_tes> ;
rdf:type [ <PublicationsCollection> ] ? ;
&<AuthorCollection_tes> ;
rdf:type [ <AuthorCollection> ] ? ;
&<Links_tes> ;
rdf:type [ <Links> ] ? ;
&<GrantReferenceCollection_tes> ;
rdf:type [ <GrantReferenceCollection> ] ? ;
schema1:title @linkml:String ;
schema1:description @linkml:String ;
schema1:keywords @linkml:String + ;
schema1:license @<LicenseType> ;
<ai_models_trained> @linkml:Uriorcurie * ;
<acknowledgements> @linkml:String ? ;
<funding_statement> @linkml:String ;
<publications> @<Publications> * ;
<authors> @<Author> * ;
<link_url> @linkml:Uriorcurie + ;
<link_description> @linkml:String * ;
<grants> @<GrantReference> *
) ;
rdf:type [ <Study> ] ?
)
}
<Version> CLOSED {
( $<Version_tes> ( pav:version @linkml:String ;
pav:authoredOn @linkml:Datetime ;
<changes> @linkml:String ? ;
pav:previousVersion @linkml:Uriorcurie ?
) ;
rdf:type [ <Version> ] ?
)
}