rdf-vocab 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f077294fb369cb21bfc39bd4811da0dcf8009669
4
- data.tar.gz: f5c58836e099e8b48945fb58dd56d7e28ba16ad2
3
+ metadata.gz: cc82dc4d6220a7c387545c785f0cbeb316a44eae
4
+ data.tar.gz: fd44b4ee709bf8bcff4249686200b6b5556ef388
5
5
  SHA512:
6
- metadata.gz: da553613f7544af11e517d49fb9acc2d5b03f331dfa1c5d592a2123b5cfa9869af10715b9b1a8d36b83364d6c87c2b6d2bf0b4a27bbb0626c8c8e7f1f1b0973a
7
- data.tar.gz: 5d612681e713dc86fc5153240b70ce29e70cfe5b1a367e558aaf61f4c076c9ef136d5449d30ccb724ce85642bd32a3a914679a5a76d6c1ded25ad9b28e727a31
6
+ metadata.gz: cacaca5f5fbf1b79367d9837a6bf64ece2cefc9086b8c3afcefc8892a4a95029cbcbfd12a14a12da1d696dcd8861e5ac983a68dd580c90629441c004c56efa61
7
+ data.tar.gz: 9b94f2585c6605ec0a602c1fb4c143beb16c92b8a5c7e025d4e5aacc56a9f3a5e2e96b5d72eaa2fde11f2ceb9d9488e327db11f0337565b342a2a7a9ad00f1ff
data/lib/rdf/vocab.rb CHANGED
@@ -267,7 +267,18 @@ module RDF
267
267
  }
268
268
  },
269
269
  rss: {uri: "http://purl.org/rss/1.0/", source: "http://purl.org/rss/1.0/schema.rdf"},
270
- schema: {uri: "http://schema.org/", source: "https://raw.githubusercontent.com/schemaorg/schemaorg/sdo-makemake/data/releases/3.0/all-layers.nq"},
270
+ schema: {
271
+ uri: "http://schema.org/",
272
+ source: "http://schema.org/version/latest/all-layers.nq",
273
+ patch: %{
274
+ @prefix schema: <http://schema.org/> .
275
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
276
+ AddNew {
277
+ schema:treatment rdfs:subPropertyOf schema:availableService .
278
+ schema:preventiveProcedure rdfs:subPropertyOf schema:availableService .
279
+ } .
280
+ }
281
+ },
271
282
  sioc: {uri: "http://rdfs.org/sioc/ns#"},
272
283
  sioc_services: {
273
284
  uri: "http://rdfs.org/sioc/services#",
data/lib/rdf/vocab/cc.rb CHANGED
@@ -73,7 +73,7 @@ copyrightable work).freeze,
73
73
  property :license,
74
74
  domain: "cc:Work".freeze,
75
75
  label: "has\nlicense".freeze,
76
- :"owl:sameAs" => [],
76
+ :"owl:sameAs" => %(xhv:license).freeze,
77
77
  range: "cc:License".freeze,
78
78
  subPropertyOf: "dc:license".freeze,
79
79
  type: "rdf:Property".freeze
@@ -13,7 +13,7 @@ module RDF::Vocab
13
13
  term :AgentIdentifier,
14
14
  comment: %(An identifier that uniquely identities an individual agent, belonging to a particular identifier scheme specified by an individual within the class datacite:AgentIdentifierScheme \(or any of its subclasses\).).freeze,
15
15
  label: "agent identifier".freeze,
16
- :"owl:disjointWith" => [],
16
+ :"owl:disjointWith" => %(datacite:ResourceIdentifier).freeze,
17
17
  subClassOf: "datacite:Identifier".freeze,
18
18
  type: "owl:Class".freeze
19
19
  term :AgentIndetifierScheme,
@@ -28,19 +28,25 @@ module RDF::Vocab
28
28
  subClassOf: "datacite:ResourceIdentifier".freeze,
29
29
  type: "owl:Class".freeze
30
30
  term :DescriptionType,
31
- comment: %(This class permits classification of the type of description given to a resource described by the DataCite Metadata schema. Individual members of the class conform to the four values allowed in the DataCite controlled list, namely Abstract, SeriesInformation, TableOfContent, and Other.).freeze,
31
+ comment: %(This class permits classification of the type of description given to a resource described by the DataCite Metadata schema. Individual members of the class conform to the five values allowed in the DataCite controlled list, namely:
32
+
33
+ * abstract;
34
+ * methods;
35
+ * series-information;
36
+ * table-of-content;
37
+ * other.).freeze,
32
38
  label: "description type".freeze,
33
- subClassOf: "owl:Thing".freeze,
39
+ subClassOf: "skos:Concept".freeze,
34
40
  type: "owl:Class".freeze
35
41
  term :FunderIdentifier,
36
42
  comment: %(An identifier that uniquely identities a funding agency, belonging to a particular scheme such as FundRef specified by an individual within the class datacite:FunderIdentifierScheme.).freeze,
37
43
  label: "funder identifier".freeze,
38
- subClassOf: "datacite:Identifier".freeze,
44
+ subClassOf: "datacite:AgentIdentifier".freeze,
39
45
  type: "owl:Class".freeze
40
46
  term :FunderIdentifierScheme,
41
- comment: %(The identifier scheme used to identify a funding agency. Individual schemes are defines as members of this class. At present, the only individual of this class is datacite:FundRef.).freeze,
47
+ comment: %(The identifier scheme used to identify a funding agency. Individual schemes are defines as members of this class. At present, the only individual of this class is datacite:fundref.).freeze,
42
48
  label: "funder identifier scheme".freeze,
43
- subClassOf: "datacite:IdentifierScheme".freeze,
49
+ subClassOf: "datacite:AgentIndetifierScheme".freeze,
44
50
  type: "owl:Class".freeze
45
51
  term :Identifier,
46
52
  comment: %(An identifier that uniquely identities an entity – such as a funding agency, a person and a resource – belonging to a particular scheme such as those specified by individuals of the class datacite:IdentifierScheme.).freeze,
@@ -63,7 +69,7 @@ Neither a class for metadata documents nor a property linking a resource to its
63
69
 
64
70
  In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(not included in this ontology as well\) for defining the actual URL of a certain metadata scheme.).freeze,
65
71
  label: "metadata scheme".freeze,
66
- :"rdfs:seeAlso" => [],
72
+ :"rdfs:seeAlso" => [%(http://purl.org/spar/cito/citesAsMetadataDocument).freeze, %(http://purl.org/spar/fabio/MetadataDocument).freeze],
67
73
  type: "owl:Class".freeze
68
74
  term :OrganizationIdentifier,
69
75
  comment: %(An identifier that uniquely identities an individual organization, belonging to a particular identifier scheme such as ISNI specified by an individual within the class datacite:OrganizationIdentifierScheme.).freeze,
@@ -78,15 +84,15 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
78
84
  term :PersonalIdentifier,
79
85
  comment: %(An identifier that uniquely identities an individual person, belonging to a particular identifier scheme such as ORCID specified by an individual within the class datacite:PersonalIdentifierScheme.).freeze,
80
86
  label: "personal identifier".freeze,
81
- subClassOf: "datacite:Identifier".freeze,
87
+ subClassOf: "datacite:AgentIdentifier".freeze,
82
88
  type: "owl:Class".freeze
83
89
  term :PersonalIdentifierScheme,
84
90
  comment: %(The identifier scheme used to identify a person. Individual schemes are defines as members of this class.).freeze,
85
91
  label: "personal identifier scheme".freeze,
86
- subClassOf: "datacite:IdentifierScheme".freeze,
92
+ subClassOf: "datacite:AgentIndetifierScheme".freeze,
87
93
  type: "owl:Class".freeze
88
94
  term :PrimaryResourceIdentifier,
89
- comment: %(An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record. Within the DataCite metadata record, a Digital Object Identifier is the only permitted primary resource identifier scheme, specified by the individual datacite:DOI, that is a member of the class datacite:ResourceIdentifierScheme. ).freeze,
95
+ comment: %(An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record. Within the DataCite metadata record, a Digital Object Identifier is the only permitted primary resource identifier scheme, specified by the individual datacite:doi, that is a member of the class datacite:ResourceIdentifierScheme.).freeze,
90
96
  label: "primary resource identifier".freeze,
91
97
  subClassOf: "datacite:ResourceIdentifier".freeze,
92
98
  type: "owl:Class".freeze
@@ -114,26 +120,31 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
114
120
  property :hasDescriptionType,
115
121
  comment: %(An object property permitting specification of the type of description used to describe a resource, defined as an individual of the class datacite:DescriptionType from the DataCite controlled list of Abstract, SeriesInformation, TableOfContent and Other.).freeze,
116
122
  label: "has description type".freeze,
123
+ range: "datacite:DescriptionType".freeze,
124
+ subPropertyOf: "dc:type".freeze,
117
125
  type: "owl:ObjectProperty".freeze
118
126
  property :hasGeneralResourceType,
119
- comment: %(An object property permitting specification of the general type of a resource, defined from the DataCite controlled list of Collection, Dataset, Event, Film, Image, InteractiveResource, Model, PhysicalObject, Service, Software, Sound and Text.
127
+ comment: %(An object property permitting specification of the general type of a resource, defined from the DataCite controlled list, namely:
120
128
 
121
- All DataCite-required general resource type terms with the exception of Model are defined by classes in the Dublin Core Metadata Initiative Type Vocabulary \(http://purl.org/dc/dcmitype/\). One of the following should be used as the range for the object property datacite:hasGeneralResourceType:
122
- dcmitype:Collection
123
- dcmitype:Dataset
124
- dcmitype:Event
125
- dcmitype:MovingImage
126
- dcmitype:Image
127
- dcmitype:InteractiveResource
128
- fabio:Model
129
- dcmitype:PhysicalObject
130
- dcmitype:Service
131
- dcmitype:Software
132
- dcmitype:Sound
133
- dcmitype:StillImage
134
- dcmitype:Text
135
- ).freeze,
129
+ * dcmitype:MovingImage;
130
+ * dcmitype:Collection;
131
+ * dcmitype:Dataset;
132
+ * dcmitype:Event;
133
+ * dcmitype:dcmitype:StillImage;
134
+ * dcmitype:InteractiveResource;
135
+ * fabio:Model;
136
+ * dcmitype:PhysicalObject;
137
+ * dcmitype:Service;
138
+ * dcmitype:Software;
139
+ * dcmitype:Sound;
140
+ * dcmitype:Text;
141
+ * fabio:Workflow;
142
+ * frbr:Endeavour.
143
+
144
+ All the prefixes used here refer to external ontologies, i.e., DC Metadata Terms \(dcmitype: http://purl.org/dc/dcmitype/\), FaBiO \(fabio: http://purl.org/spar/fabio/\), and FRBR \(frbr: http://purl.org/vocab/frbr/core#\).).freeze,
136
145
  label: "has general resource type".freeze,
146
+ range: "skos:Concept".freeze,
147
+ subPropertyOf: "dc:type".freeze,
137
148
  type: "owl:ObjectProperty".freeze
138
149
  property :hasIdentifier,
139
150
  comment: %(An object property specifying a datacite:Identifier that provides a unique identifer for the entity \(either a funder, a person or a resource\).).freeze,
@@ -155,18 +166,18 @@ All DataCite-required general resource type terms with the exception of Model ar
155
166
  # Extra definitions
156
167
  term :"",
157
168
  comment: %(This ontology is available at http://purl.org/spar/datacite/, and uses the namespace prefix datacite.).freeze,
169
+ :"dc11:contributor" => [%(Amy J. Barton).freeze, %(Egbert Gramsbergen).freeze, %(Jan Ashton).freeze, %(Marie-Christine Jacquemot).freeze],
158
170
  :"dc11:creator" => [%(David Shotton).freeze, %(Silvio Peroni).freeze],
159
- :"dc11:date" => %(2014-05-21).freeze,
160
- :"dc11:description" => [%(The DataCite Ontology is an ontology written in OWL 2 DL to enable the metadata properties of the DataCite Metadata Kernel Specification version 2.2 \(http://test.datacite.org/schema/meta/kernel-2.2/index.html\) to be described in RDF. This version of the DataCite Ontology has been completely revised and significantly expanded to permit accurate mapping of this new version of the DataCite Metadata Kernel Specification to RDF. Documents introducing the mapping and additional examples are available at [1] and [2].
171
+ :"dc11:date" => %(2016-01-21).freeze,
172
+ :"dc11:description" => [%(The DataCite Ontology is an ontology written in OWL 2 DL to enable the metadata properties of the [DataCite Metadata Kernel Specification version 3.1]\(https://www.datacite.org/sites/default/files/document/DataCite-MetadataSchema_V31_Final_8-24-2015_0.pdf\) to be described in RDF.
161
173
 
162
- [1] - http://sempublishing.svn.sourceforge.net/viewvc/sempublishing/DataCite/DataCiteMetadata2.2_mapping_to_RDF_06-07-2012.docx
163
- [2] - http://sempublishing.svn.sourceforge.net/viewvc/sempublishing/DataCite/RDF_mapping-of-DataCitev2.2-XML_example.docx).freeze, %(https://svn.code.sf.net/p/sempublishing/code/DataCite/datacite.png).freeze],
164
- :"dc11:rights" => %(This work is distributed under a Creative Commons Attribution License \(http://creativecommons.org/licenses/by/3.0/\).).freeze,
174
+ This version of the DataCite Ontology has been completely revised and significantly expanded to permit accurate mapping of this new version of the DataCite Metadata Kernel Specification to RDF.).freeze, %(https://svn.code.sf.net/p/sempublishing/code/DataCite/datacite.png).freeze],
175
+ :"dc11:rights" => %(This work is distributed under a Creative Commons Attribution License \(http://creativecommons.org/licenses/by/4.0/\).).freeze,
165
176
  :"dc11:title" => %(The DataCite Ontology).freeze,
166
177
  label: "".freeze,
167
- :"owl:imports" => %(http://www.essepuntato.it/2010/06/literalreification).freeze,
168
- :"owl:priorVersion" => %(https://svn.code.sf.net/p/sempublishing/code/DataCite/2013-03-23-datacite-0_6_4.owl).freeze,
169
- :"owl:versionInfo" => %(0.6.4.1).freeze,
178
+ :"owl:imports" => [%(http://purl.org/co).freeze, %(http://www.essepuntato.it/2010/06/literalreification).freeze],
179
+ :"owl:priorVersion" => %(http://svn.code.sf.net/p/sempublishing/code/DataCite/2014-05-21-datacite-0_6_4_1.owl).freeze,
180
+ :"owl:versionInfo" => %(1.0).freeze,
170
181
  type: "owl:Ontology".freeze
171
182
  term :abstract,
172
183
  comment: %(A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents.).freeze,
@@ -175,13 +186,13 @@ All DataCite-required general resource type terms with the exception of Model ar
175
186
  type: ["datacite:DescriptionType".freeze, "owl:NamedIndividual".freeze]
176
187
  term :ark,
177
188
  comment: %(Archival Resource Key.).freeze,
189
+ :"http://purl.org/spar/fabio/hasURL" => %(https://confluence.ucop.edu/display/Curation/ARK).freeze,
178
190
  label: "ark".freeze,
179
- :"rdfs:isDefinedBy" => %(https://confluence.ucop.edu/display/Curation/ARK).freeze,
180
191
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
181
192
  term :arxiv,
182
193
  comment: %(Identifier for ArXiv \(http://arxiv.org/\), a open access repository of preprints, having the format arXiv:1207.2147.).freeze,
194
+ :"http://purl.org/spar/fabio/hasURL" => %(http://arxiv.org/).freeze,
183
195
  label: "arxiv".freeze,
184
- :"rdfs:isDefinedBy" => %(http://arxiv.org/).freeze,
185
196
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
186
197
  term :bibcode,
187
198
  comment: %(It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".).freeze,
@@ -189,59 +200,59 @@ All DataCite-required general resource type terms with the exception of Model ar
189
200
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
190
201
  term :dia,
191
202
  comment: %(The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system.).freeze,
203
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.surf.nl/en/themas/openonderzoek/infrastructuur/Pages/digitalauthoridentifierdai.aspx).freeze,
192
204
  label: "dia".freeze,
193
- :"rdfs:isDefinedBy" => %(http://www.surf.nl/en/themas/openonderzoek/infrastructuur/Pages/digitalauthoridentifierdai.aspx).freeze,
194
205
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
195
206
  term :doi,
196
207
  comment: %(Digital Object Identier.).freeze,
208
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.doi.org/).freeze,
197
209
  label: "doi".freeze,
198
- :"rdfs:isDefinedBy" => %(http://www.doi.org/).freeze,
199
210
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
200
211
  term :ean13,
201
212
  comment: %(International Article Number).freeze,
213
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.gs1.org/).freeze,
202
214
  label: "ean13".freeze,
203
- :"rdfs:isDefinedBy" => %(http://www.gs1.org/).freeze,
204
215
  :"rdfs:seeAlso" => %(http://en.wikipedia.org/wiki/EAN13).freeze,
205
216
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
206
217
  term :eissn,
207
218
  comment: %(Electronic International Standard Serial Number).freeze,
219
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.issn.org/).freeze,
208
220
  label: "eissn".freeze,
209
- :"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
210
221
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
211
222
  term :fundref,
212
223
  comment: %(FundRef is a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research. ).freeze,
224
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.crossref.org/fundref/index.html).freeze,
213
225
  label: "fundref".freeze,
214
- :"rdfs:isDefinedBy" => %(http://www.crossref.org/fundref/index.html).freeze,
215
226
  type: ["datacite:FunderIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
216
227
  term :handle,
217
228
  comment: %(The Handle system).freeze,
229
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.handle.net/).freeze,
218
230
  label: "handle".freeze,
219
- :"rdfs:isDefinedBy" => %(http://www.handle.net/).freeze,
220
231
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
221
232
  term :infouri,
222
233
  comment: %(Info URI scheme).freeze,
234
+ :"http://purl.org/spar/fabio/hasURL" => %(http://info-uri.info/registry/docs/misc/faq.html).freeze,
223
235
  label: "infouri".freeze,
224
- :"rdfs:isDefinedBy" => %(http://info-uri.info/registry/docs/misc/faq.html).freeze,
225
236
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
226
237
  term :isbn,
227
238
  comment: %(International Standard Book Number).freeze,
239
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.isbn-international.org/).freeze,
228
240
  label: "isbn".freeze,
229
- :"rdfs:isDefinedBy" => %(http://www.isbn-international.org/).freeze,
230
241
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
231
242
  term :isni,
232
243
  comment: %(International Standard Name Identifier scheme.).freeze,
244
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.isni.org/).freeze,
233
245
  label: "isni".freeze,
234
- :"rdfs:isDefinedBy" => %(http://www.isni.org/).freeze,
235
- type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
246
+ type: ["datacite:OrganizationIdentifierScheme".freeze, "datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
236
247
  term :issn,
237
248
  comment: %(International Standard Serial Number).freeze,
249
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.issn.org/).freeze,
238
250
  label: "issn".freeze,
239
- :"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
240
251
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
241
252
  term :istc,
242
253
  comment: %(International Standard Text Code).freeze,
254
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.istc-international.org/html/).freeze,
243
255
  label: "istc".freeze,
244
- :"rdfs:isDefinedBy" => %(http://www.istc-international.org/html/).freeze,
245
256
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
246
257
  term :jst,
247
258
  comment: %(Japanese Science and Technology Agency identifier scheme).freeze,
@@ -249,7 +260,7 @@ All DataCite-required general resource type terms with the exception of Model ar
249
260
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
250
261
  term :lissn,
251
262
  comment: %(Linking International Standard Serial Number).freeze,
252
- :"http://purl.org/spar/fabio/hasURL" => [],
263
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.issn.org/).freeze,
253
264
  label: "lissn".freeze,
254
265
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
255
266
  term :"local-funder-identifier-scheme",
@@ -270,8 +281,8 @@ All DataCite-required general resource type terms with the exception of Model ar
270
281
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
271
282
  term :lsid,
272
283
  comment: %(Life Science Identifier).freeze,
284
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.ibm.com/developerworks/opensource/library/os-lsidbp/).freeze,
273
285
  label: "lsid".freeze,
274
- :"rdfs:isDefinedBy" => %(http://www.ibm.com/developerworks/opensource/library/os-lsidbp/).freeze,
275
286
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
276
287
  term :methods,
277
288
  comment: %(A description in a research paper documenting the specialized methods used in the work described.).freeze,
@@ -283,21 +294,22 @@ All DataCite-required general resource type terms with the exception of Model ar
283
294
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
284
295
  term :nihmsid,
285
296
  comment: %(NIH Manuscript Submission Identifier).freeze,
297
+ :"http://purl.org/spar/fabio/hasURL" => %(http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/).freeze,
286
298
  label: "nihmsid".freeze,
287
- :"rdfs:isDefinedBy" => %(http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/).freeze,
288
299
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
289
300
  term :nii,
290
- label: ["National Individual Identifier scheme".freeze, "nii".freeze],
301
+ comment: %(National Individual Identifier scheme.).freeze,
302
+ label: "nii".freeze,
291
303
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
292
304
  term :openid,
293
305
  comment: %(OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services. ).freeze,
306
+ :"http://purl.org/spar/fabio/hasURL" => %(http://openid.net/foundation/).freeze,
294
307
  label: "openid".freeze,
295
- :"rdfs:isDefinedBy" => %(http://openid.net/foundation/).freeze,
296
308
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
297
309
  term :orcid,
298
310
  comment: %(Open Researcher and Contributor Identifier.).freeze,
311
+ :"http://purl.org/spar/fabio/hasURL" => %(http://orcid.org/).freeze,
299
312
  label: "orcid".freeze,
300
- :"rdfs:isDefinedBy" => %(http://about.orcid.org/).freeze,
301
313
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
302
314
  term :other,
303
315
  comment: %(A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content.).freeze,
@@ -310,23 +322,23 @@ All DataCite-required general resource type terms with the exception of Model ar
310
322
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
311
323
  term :pmcid,
312
324
  comment: %(PubMed Central Identifier).freeze,
325
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.ncbi.nlm.nih.gov/pmc/).freeze,
313
326
  label: "pmcid".freeze,
314
- :"rdfs:isDefinedBy" => %(http://www.ncbi.nlm.nih.gov/pmc/).freeze,
315
327
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
316
328
  term :pmid,
317
329
  comment: %(PubMed Identifier).freeze,
330
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.ncbi.nlm.nih.gov/pubmed/).freeze,
318
331
  label: "pmid".freeze,
319
- :"rdfs:isDefinedBy" => %(http://www.ncbi.nlm.nih.gov/pubmed/).freeze,
320
332
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
321
333
  term :purl,
322
334
  comment: %(Persistent Uniform Resource Locator).freeze,
335
+ :"http://purl.org/spar/fabio/hasURL" => %(http://purl.org/).freeze,
323
336
  label: "purl".freeze,
324
- :"rdfs:isDefinedBy" => %(http://purl.org/).freeze,
325
337
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
326
338
  term :researcherid,
327
339
  comment: %(ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.).freeze,
340
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.researcherid.com/).freeze,
328
341
  label: "researcherid".freeze,
329
- :"rdfs:isDefinedBy" => %(http://www.researcherid.com/).freeze,
330
342
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
331
343
  term :"series-information",
332
344
  comment: %(Used to charactierize a description of a resource that is part of a series.).freeze,
@@ -335,8 +347,8 @@ All DataCite-required general resource type terms with the exception of Model ar
335
347
  type: ["datacite:DescriptionType".freeze, "owl:NamedIndividual".freeze]
336
348
  term :sici,
337
349
  comment: %(Serial Item and Contribution Identifier).freeze,
350
+ :"http://purl.org/spar/fabio/hasURL" => %(http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier).freeze,
338
351
  label: "sici".freeze,
339
- :"rdfs:isDefinedBy" => %(http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier).freeze,
340
352
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
341
353
  term :"social-security-number",
342
354
  comment: %(United States of America social security number scheme).freeze,
@@ -344,7 +356,7 @@ All DataCite-required general resource type terms with the exception of Model ar
344
356
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
345
357
  term :spar,
346
358
  comment: %(The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes.).freeze,
347
- :"http://purl.org/spar/fabio/hasURL" => [],
359
+ :"http://purl.org/spar/fabio/hasURL" => %(http://www.sparontologies.net).freeze,
348
360
  label: "SPAR Ontologies".freeze,
349
361
  type: ["datacite:MetadataScheme".freeze, "owl:NamedIndividual".freeze]
350
362
  term :"table-of-content",
@@ -355,27 +367,25 @@ All DataCite-required general resource type terms with the exception of Model ar
355
367
  term :upc,
356
368
  comment: %(Universal Product Code).freeze,
357
369
  label: "upc".freeze,
358
- :"rdfs:isDefinedBy" => %(http://en.wikipedia.org/wiki/Universal_Product_Code).freeze,
359
370
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
360
371
  term :uri,
361
372
  comment: %(Uniform Resource Identifier).freeze,
373
+ :"http://purl.org/spar/fabio/hasURL" => %(http://tools.ietf.org/html/rfc3986).freeze,
362
374
  label: "uri".freeze,
363
- :"rdfs:isDefinedBy" => %(http://tools.ietf.org/html/rfc3986).freeze,
364
375
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
365
376
  term :url,
366
377
  comment: %(Uniform Resource Locator.).freeze,
367
378
  label: "url".freeze,
368
- :"rdfs:isDefinedBy" => %(http://en.wikipedia.org/wiki/Uniform_resource_locator).freeze,
369
379
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
370
380
  term :urn,
371
381
  comment: %(Uniform Resource Name.).freeze,
382
+ :"http://purl.org/spar/fabio/hasURL" => %(http://datatracker.ietf.org/wg/urn/charter/).freeze,
372
383
  label: "urn".freeze,
373
- :"rdfs:isDefinedBy" => %(http://datatracker.ietf.org/wg/urn/charter/).freeze,
374
384
  type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
375
385
  term :viaf,
376
386
  comment: %(The Virtual International Authority File is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center \(OCLC\). It contains information about many topics including personal names.).freeze,
387
+ :"http://purl.org/spar/fabio/hasURL" => %(http://viaf.org/).freeze,
377
388
  label: "viaf".freeze,
378
- :"rdfs:isDefinedBy" => %(http://viaf.org/).freeze,
379
389
  type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
380
390
  end
381
391
  end
@@ -13,52 +13,52 @@ module RDF::Vocab
13
13
  term :AnalysisUnit,
14
14
  comment: %(The process collecting data is focusing on the analysis of a particular type of subject. If, for example, the adult population of Finland is being studied, the AnalysisUnit would be individuals or persons.).freeze,
15
15
  label: "Analysis Unit".freeze,
16
- :"rdfs:isDefinedBy" => [],
16
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
17
17
  subClassOf: "skos:Concept".freeze,
18
18
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
19
19
  term :CategoryStatistics,
20
20
  comment: %(For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.).freeze,
21
21
  label: "Category statistics".freeze,
22
- :"rdfs:isDefinedBy" => [],
22
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
23
23
  subClassOf: "disco:DescriptiveStatistics".freeze,
24
24
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
25
25
  term :DataFile,
26
26
  comment: %(The class DataFile, which is also a dcterms:Dataset, represents all the data files containing the microdata datasets.).freeze,
27
27
  label: "Data file".freeze,
28
- :"rdfs:isDefinedBy" => [],
28
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
29
29
  subClassOf: ["dcat:Distribution".freeze, "dcmitype:Dataset".freeze],
30
30
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
31
31
  term :DescriptiveStatistics,
32
32
  comment: %(SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.).freeze,
33
33
  label: "Descriptive statistics".freeze,
34
- :"rdfs:isDefinedBy" => [],
34
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
35
35
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
36
36
  term :Instrument,
37
37
  comment: %(The data for the study are collected by an Instrument. The purpose of an Instrument, i.e. an interview, a questionnaire or another entity used as a means of data collection, is in the case of a survey to record the flow of a questionnaire, its use of questions, and additional component parts. A questionnaire contains a flow of questions.).freeze,
38
38
  label: "Instrument".freeze,
39
- :"rdfs:isDefinedBy" => [],
39
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
40
40
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
41
41
  term :LogicalDataSet,
42
42
  comment: %(Each study has a set of logical metadata associated with the processing of data, at the time of collection or later during cleaning, and re-coding. LogicalDataSet represents the microdata dataset.).freeze,
43
43
  label: "LogicalDataSet".freeze,
44
- :"rdfs:isDefinedBy" => [],
44
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
45
45
  subClassOf: ["dcat:Dataset".freeze, "skos:Concept".freeze],
46
46
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
47
47
  term :Mapping,
48
48
  comment: %(This class is for representing mappings betwenn DDI-RDF and DDI-XML. See Section 10 in the specification for more details and examples.).freeze,
49
49
  label: "Mapping".freeze,
50
- :"rdfs:isDefinedBy" => [],
50
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
51
51
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
52
52
  term :Question,
53
53
  comment: %(A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.).freeze,
54
54
  label: "Question".freeze,
55
- :"rdfs:isDefinedBy" => [],
55
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
56
56
  subClassOf: "skos:Concept".freeze,
57
57
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
58
58
  term :Questionnaire,
59
59
  comment: %(A questionnaire contains a flow of questions. Questionnaires must contain 1 to n questions using the object property question. Particular questions may be contained in 0 to n questionnaires.).freeze,
60
60
  label: "Questionnaire".freeze,
61
- :"rdfs:isDefinedBy" => [],
61
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
62
62
  subClassOf: "disco:Instrument".freeze,
63
63
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
64
64
  term :Representation,
@@ -67,35 +67,35 @@ module RDF::Vocab
67
67
  term :RepresentedVariable,
68
68
  comment: %(RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.).freeze,
69
69
  label: "Data element".freeze,
70
- :"rdfs:isDefinedBy" => [],
70
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
71
71
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
72
72
  term :Study,
73
73
  comment: %(A Study represents the process by which a data set was generated or collected.).freeze,
74
74
  label: "Study".freeze,
75
- :"rdfs:isDefinedBy" => [],
75
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
76
76
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
77
77
  term :StudyGroup,
78
78
  comment: %(In some cases, where data collection is cyclic or on-going, data sets may be released as a StudyGroup, where each cycle or wave of the data collection activity produces one or more data sets. This is typical for longitudinal studies, panel studies, and other types of series \(to use the DDI term\). In this case, a number of Study objects would be collected into a single StudyGroup.).freeze,
79
79
  label: "Study Group".freeze,
80
- :"rdfs:isDefinedBy" => [],
80
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
81
81
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
82
82
  term :SummaryStatistics,
83
83
  comment: %(For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.).freeze,
84
84
  label: "Summary statistics".freeze,
85
- :"rdfs:isDefinedBy" => [],
85
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
86
86
  subClassOf: "disco:DescriptiveStatistics".freeze,
87
87
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
88
88
  term :Universe,
89
89
  comment: %(A Universe is the total membership or population of a defined class of people, objects or events.).freeze,
90
90
  label: "Universe".freeze,
91
- :"rdfs:isDefinedBy" => [],
91
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
92
92
  subClassOf: "skos:Concept".freeze,
93
93
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
94
94
  term :Variable,
95
95
  comment: %(Variables provide a definition of the column in a rectangular data file. Variable is a characteristic of a unit being observed. A variable might be the answer of a question, have an administrative source, or be derived from other variables.).freeze,
96
96
  label: "Variable".freeze,
97
- :"owl:equivalentClass" => [],
98
- :"rdfs:isDefinedBy" => [],
97
+ :"owl:equivalentClass" => %(http://semanticscience.org/resource/SIO_000367).freeze,
98
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
99
99
  subClassOf: "skos:Concept".freeze,
100
100
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
101
101
 
@@ -105,100 +105,100 @@ module RDF::Vocab
105
105
  domain: "disco:LogicalDataSet".freeze,
106
106
  label: "aggregation".freeze,
107
107
  range: "http://purl.org/linked-data/cube#DataSet".freeze,
108
- :"rdfs:isDefinedBy" => [],
108
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
109
109
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
110
110
  property :analysisUnit,
111
111
  comment: %(This property links to the analysis unit of a Study, a StudyGroup, or a Variable.).freeze,
112
112
  label: "analysis unit".freeze,
113
113
  range: "disco:AnalysisUnit".freeze,
114
- :"rdfs:isDefinedBy" => [],
114
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
115
115
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
116
116
  property :basedOn,
117
117
  comment: %(This property points to the RepresentedVariable the Variable is based on.).freeze,
118
118
  domain: "disco:Variable".freeze,
119
119
  label: "based on".freeze,
120
120
  range: "disco:RepresentedVariable".freeze,
121
- :"rdfs:isDefinedBy" => [],
121
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
122
122
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
123
123
  property :caseQuantity,
124
124
  comment: %(This property is used for representing the case quantity of a DataFile.).freeze,
125
125
  domain: "disco:DataFile".freeze,
126
126
  label: "number of cases".freeze,
127
127
  range: "xsd:nonNegativeInteger".freeze,
128
- :"rdfs:isDefinedBy" => [],
128
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
129
129
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
130
130
  property :collectionMode,
131
131
  comment: %(This property points to the mode of collection of a Questionnaire which is a skos:Concept.).freeze,
132
132
  domain: "disco:Questionnaire".freeze,
133
133
  label: "collection mode".freeze,
134
134
  range: "skos:Concept".freeze,
135
- :"rdfs:isDefinedBy" => [],
135
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
136
136
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
137
137
  property :computationBase,
138
138
  comment: %(computationBase expresses if the cases - which are the basis of the computation of a statistics value - are valid, invalid or the total of both. The usage of computationBase for frequency differs from the usage for the percentage statistics and the summary statistics. A distinction regarding computationBase doesn’t apply to frequency as category statistic. Please find more details in Section 6.3 of the specification.).freeze,
139
139
  domain: "disco:CategoryStatistics".freeze,
140
140
  label: "computation base".freeze,
141
141
  range: "rdf:langString".freeze,
142
- :"rdfs:isDefinedBy" => [],
142
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
143
143
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
144
144
  property :concept,
145
145
  comment: %(This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question).freeze,
146
146
  label: "concept".freeze,
147
147
  range: "skos:Concept".freeze,
148
- :"rdfs:isDefinedBy" => [],
148
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
149
149
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
150
150
  property :context,
151
151
  comment: %(context specifies conditions which have to be fulfilled for particular mappings. Context information can be either a SPARQL query or an informal description as plain literal.).freeze,
152
152
  domain: "disco:Mapping".freeze,
153
153
  label: "context specifies conditions which have to be fulfilled for specific mappings".freeze,
154
154
  range: "rdf:langString".freeze,
155
- :"rdfs:isDefinedBy" => [],
155
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
156
156
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
157
157
  property :cumulativePercentage,
158
158
  comment: %(This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
159
159
  domain: "disco:CategoryStatistics".freeze,
160
160
  label: "cumulative percentage".freeze,
161
161
  range: "xsd:double".freeze,
162
- :"rdfs:isDefinedBy" => [],
162
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
163
163
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
164
164
  property :dataFile,
165
165
  comment: %(This property points to the DataFile of a Study or a LogicalDataSet.).freeze,
166
166
  label: "data file".freeze,
167
167
  range: "disco:DataFile".freeze,
168
- :"rdfs:isDefinedBy" => [],
168
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
169
169
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
170
170
  property :ddifile,
171
171
  comment: %(This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.).freeze,
172
172
  label: "DDI file".freeze,
173
173
  range: "foaf:Document".freeze,
174
- :"rdfs:isDefinedBy" => [],
174
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
175
175
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
176
176
  property :endDate,
177
177
  comment: %(Defines the end date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze,
178
178
  domain: "dc:PeriodOfTime".freeze,
179
179
  label: "end date".freeze,
180
180
  range: "xsd:date".freeze,
181
- :"rdfs:isDefinedBy" => [],
181
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
182
182
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
183
183
  property :externalDocumentation,
184
184
  comment: %(This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.).freeze,
185
185
  domain: "disco:Instrument".freeze,
186
186
  label: "external documentation".freeze,
187
187
  range: "foaf:Document".freeze,
188
- :"rdfs:isDefinedBy" => [],
188
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
189
189
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
190
190
  property :frequency,
191
191
  comment: %(This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
192
192
  domain: "disco:CategoryStatistics".freeze,
193
193
  label: "frequency".freeze,
194
194
  range: "xsd:nonNegativeInteger".freeze,
195
- :"rdfs:isDefinedBy" => [],
195
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
196
196
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
197
197
  property :fundedBy,
198
198
  comment: %(This property points from a Study or a StudyGroup to the funding foaf:Agent which is either a foaf:Person or a org:Organization.).freeze,
199
199
  label: "funded by".freeze,
200
200
  range: "foaf:Agent".freeze,
201
- :"rdfs:isDefinedBy" => [],
201
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
202
202
  subPropertyOf: "dc:contributor".freeze,
203
203
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
204
204
  property :inGroup,
@@ -206,164 +206,164 @@ module RDF::Vocab
206
206
  domain: "disco:Study".freeze,
207
207
  label: "in group".freeze,
208
208
  range: "disco:StudyGroup".freeze,
209
- :"rdfs:isDefinedBy" => [],
209
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
210
210
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
211
211
  property :inputVariable,
212
212
  comment: %(This property indicates the original Variable of an aggregated qb:DataSet. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze,
213
213
  domain: "http://purl.org/linked-data/cube#DataSet".freeze,
214
214
  label: "input variable".freeze,
215
215
  range: "disco:Variable".freeze,
216
- :"rdfs:isDefinedBy" => [],
216
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
217
217
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
218
218
  property :instrument,
219
219
  comment: %(This property indicates the Instrument of a Study or a LogicalDataSet.).freeze,
220
220
  label: "instrument".freeze,
221
221
  range: "disco:Instrument".freeze,
222
- :"rdfs:isDefinedBy" => [],
222
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
223
223
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
224
224
  property :isPublic,
225
225
  comment: %(This property is used as a flag indicating if the microdata dataset is publicly available. The value true indicates that the dataset can be accessed \(usually downloaded\) by anyone.).freeze,
226
226
  domain: "disco:LogicalDataSet".freeze,
227
227
  label: "is public".freeze,
228
228
  range: "xsd:boolean".freeze,
229
- :"rdfs:isDefinedBy" => [],
229
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
230
230
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
231
231
  property :isValid,
232
232
  comment: %(Indicates if the code \(represented by skos:Concept\) is valid or missing. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze,
233
233
  domain: "skos:Concept".freeze,
234
234
  label: "is valid".freeze,
235
235
  range: "xsd:boolean".freeze,
236
- :"rdfs:isDefinedBy" => [],
236
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
237
237
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
238
238
  property :kindOfData,
239
239
  comment: %(The general kind of data \(e.g. geospatial, register, survey\) collected in this study, given either as a skos:Concept, or as a blank node with attached free-text rdfs:label.).freeze,
240
240
  label: "kind of data".freeze,
241
241
  range: "skos:Concept".freeze,
242
- :"rdfs:isDefinedBy" => [],
242
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
243
243
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
244
244
  property :"mappingDDI-C",
245
245
  comment: %(Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.).freeze,
246
246
  domain: "disco:Mapping".freeze,
247
247
  label: "Mapping from and to DDI-C".freeze,
248
248
  range: "rdf:langString".freeze,
249
- :"rdfs:isDefinedBy" => [],
249
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
250
250
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
251
251
  property :"mappingDDI-L",
252
252
  comment: %(Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.).freeze,
253
253
  domain: "disco:Mapping".freeze,
254
254
  label: "Mapping from and to DDI-L".freeze,
255
255
  range: "rdf:langString".freeze,
256
- :"rdfs:isDefinedBy" => [],
256
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
257
257
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
258
258
  property :percentage,
259
259
  comment: %(This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
260
260
  domain: "disco:CategoryStatistics".freeze,
261
261
  label: "percentage".freeze,
262
262
  range: "xsd:double".freeze,
263
- :"rdfs:isDefinedBy" => [],
263
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
264
264
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
265
265
  property :product,
266
266
  comment: %(This property indicates the LogicalDataSets of a Study.).freeze,
267
267
  domain: "disco:Study".freeze,
268
268
  label: "product".freeze,
269
269
  range: "http://purl.org/linked-data/cube#LogicalDataSet".freeze,
270
- :"rdfs:isDefinedBy" => [],
270
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
271
271
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
272
272
  property :purpose,
273
273
  comment: %(The purpose of a Study of a StudyGroup.).freeze,
274
274
  label: "purpose".freeze,
275
275
  range: "rdf:langString".freeze,
276
- :"rdfs:isDefinedBy" => [],
276
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
277
277
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
278
278
  property :question,
279
279
  comment: %(This property indicates the Questions associated to Variables or contained in Questionnaires.).freeze,
280
280
  label: "question".freeze,
281
281
  range: "disco:Question".freeze,
282
- :"rdfs:isDefinedBy" => [],
282
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
283
283
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
284
284
  property :questionText,
285
285
  comment: %(This property contains the actual text of a question as string. See Section 8.2 for examples.).freeze,
286
286
  domain: "disco:Question".freeze,
287
287
  label: "question text".freeze,
288
288
  range: "rdf:langString".freeze,
289
- :"rdfs:isDefinedBy" => [],
289
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
290
290
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
291
291
  property :representation,
292
292
  comment: %(RepresentedVariables and Variables can have a Representation whose individuals are either of the class rdfs:Datatype \(to represent values\) or skos:ConceptScheme \(to represent code lists\).).freeze,
293
293
  label: "representation".freeze,
294
- :"rdfs:isDefinedBy" => [],
294
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
295
295
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
296
296
  property :responseDomain,
297
297
  comment: %(The response domain of questions. The response domain has to be an instance of the class Representation.).freeze,
298
298
  domain: "disco:Question".freeze,
299
299
  label: "responseDomain".freeze,
300
300
  range: "disco:Representation".freeze,
301
- :"rdfs:isDefinedBy" => [],
301
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
302
302
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
303
303
  property :startDate,
304
304
  comment: %(Defines the start date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze,
305
305
  domain: "dc:PeriodOfTime".freeze,
306
306
  label: "start date".freeze,
307
307
  range: "xsd:date".freeze,
308
- :"rdfs:isDefinedBy" => [],
308
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
309
309
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
310
310
  property :statisticsCategory,
311
311
  comment: %(This property points to the skos:Concept \(representing codes and categories\) of a specific CategoryStatistics individual.).freeze,
312
312
  domain: "disco:CategoryStatistics".freeze,
313
313
  label: "statistics category".freeze,
314
314
  range: "skos:Concept".freeze,
315
- :"rdfs:isDefinedBy" => [],
315
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
316
316
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
317
317
  property :statisticsDataFile,
318
318
  comment: %(This property indicates the DataFile of a specific DesciptiveStatistics individual. DescriptiveStatistics may have statisticsDataFile relations to 0 to n data files \(DataFile\) and data files \(DataFile\) may be in 0 to n statisticsDataFile relations to DescriptiveStatistics individuals.).freeze,
319
319
  domain: "disco:DescriptiveStatistics".freeze,
320
320
  label: "statistics data file".freeze,
321
321
  range: "disco:DataFile".freeze,
322
- :"rdfs:isDefinedBy" => [],
322
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
323
323
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
324
324
  property :statisticsVariable,
325
325
  comment: %(This property indicates the Variable of a specific SummaryStatistics individual. SummaryStatistics point to 0 to n variables \(Variable\) using the object property statisticsVariable.).freeze,
326
326
  domain: "disco:SummaryStatistics".freeze,
327
327
  label: "statistics variable".freeze,
328
328
  range: "disco:Variable".freeze,
329
- :"rdfs:isDefinedBy" => [],
329
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
330
330
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
331
331
  property :subtitle,
332
332
  comment: %(The sub-title of a Study of a StudyGroup.).freeze,
333
333
  label: "subtitle".freeze,
334
334
  range: "rdf:langString".freeze,
335
- :"rdfs:isDefinedBy" => [],
335
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
336
336
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
337
337
  property :summaryStatisticsType,
338
338
  comment: %(This property points to the summary statistics type of a Questionnaire which is a skos:Concept.).freeze,
339
339
  domain: "disco:SummaryStatistics".freeze,
340
340
  label: "summary statistics type".freeze,
341
341
  range: "skos:Concept".freeze,
342
- :"rdfs:isDefinedBy" => [],
342
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
343
343
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
344
344
  property :universe,
345
345
  comment: %(This property indicates the Universe\(s\) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.).freeze,
346
346
  label: "universe".freeze,
347
347
  range: "disco:Universe".freeze,
348
- :"rdfs:isDefinedBy" => [],
348
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
349
349
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
350
350
  property :variable,
351
351
  comment: %(This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.).freeze,
352
352
  label: "variable".freeze,
353
353
  range: "disco:Variable".freeze,
354
- :"rdfs:isDefinedBy" => [],
354
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
355
355
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
356
356
  property :variableQuantity,
357
357
  comment: %(This property can be used when \(1\) no variable level information is available and when \(2\) only a stub of the RDF is requested e.g when returning basic information on a study of file, no information on potentially hundreds or thousands of variables references or metadata has to be returned.).freeze,
358
358
  label: "variable quantity".freeze,
359
359
  range: "xsd:nonNegativeInteger".freeze,
360
- :"rdfs:isDefinedBy" => [],
360
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
361
361
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
362
362
  property :weightedBy,
363
363
  comment: %(SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.).freeze,
364
364
  label: "weighted by".freeze,
365
365
  range: "disco:Variable".freeze,
366
- :"rdfs:isDefinedBy" => [],
366
+ :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze,
367
367
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
368
368
  end
369
369
  end