rdf-vocab 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +24 -200
- data/README.md +88 -33
- data/lib/{rdf-vocab → rdf}/vocab/acl.rb +19 -13
- data/lib/{rdf-vocab → rdf}/vocab/bibframe.rb +513 -510
- data/lib/rdf/vocab/cnt.rb +112 -0
- data/lib/{rdf-vocab → rdf}/vocab/crm.rb +799 -799
- data/lib/{rdf-vocab → rdf}/vocab/datacite.rb +53 -53
- data/lib/{rdf-vocab → rdf}/vocab/dwc.rb +459 -459
- data/lib/{rdf-vocab → rdf}/vocab/edm.rb +41 -41
- data/lib/rdf/vocab/extensions.rb +29 -0
- data/lib/{rdf-vocab → rdf}/vocab/fcrepo4.rb +38 -38
- data/lib/{rdf-vocab → rdf}/vocab/iana.rb +89 -166
- data/lib/{rdf-vocab → rdf}/vocab/identifiers.rb +58 -38
- data/lib/rdf/vocab/ldp.rb +218 -0
- data/lib/{rdf-vocab → rdf}/vocab/mads.rb +147 -147
- data/lib/{rdf-vocab → rdf}/vocab/marc_relators.rb +273 -269
- data/lib/{rdf-vocab → rdf}/vocab/mods.rb +178 -178
- data/lib/{rdf-vocab → rdf}/vocab/oa.rb +102 -102
- data/lib/{rdf-vocab → rdf}/vocab/ore.rb +32 -32
- data/lib/{rdf-vocab/vocab/premis/v1.rb → rdf/vocab/premis.rb} +147 -147
- data/lib/{rdf-vocab → rdf}/vocab/premis_event_type.rb +0 -0
- data/lib/rdf/vocab/version.rb +18 -0
- data/lib/rdf/vocab.rb +153 -0
- data/spec/spec_helper.rb +3 -84
- data/spec/vocab_spec.rb +64 -0
- metadata +109 -58
- data/.gitignore +0 -17
- data/.rspec +0 -2
- data/.travis.yml +0 -6
- data/CONTRIBUTING.md +0 -116
- data/CONTRIBUTORS.md +0 -6
- data/Gemfile +0 -4
- data/Rakefile +0 -8
- data/lib/rdf-vocab/config/vocab.yml +0 -109
- data/lib/rdf-vocab/tasks/vocab.rake +0 -44
- data/lib/rdf-vocab/version.rb +0 -5
- data/lib/rdf-vocab/vocab/fcrepo3.rb +0 -326
- data/lib/rdf-vocab/vocab/ldp.rb +0 -140
- data/lib/rdf-vocab/vocab/prov.rb +0 -1549
- data/lib/rdf-vocab.rb +0 -34
- data/rdf-vocab.gemspec +0 -26
- data/sources/dwcterms.rdf +0 -2679
- data/sources/iana-relation.rdf +0 -475
- data/sources/iana-relation.xsl +0 -65
- data/spec/fixtures/dcterms.rdf +0 -1077
- data/spec/unit/rdf_vocab_spec.rb +0 -27
@@ -8,8 +8,8 @@ module RDF::Vocab
|
|
8
8
|
term :AlternateResourceIdentifier,
|
9
9
|
comment: %(An identifier other than a DOI that is used as an alternative identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record, belonging to a particular scheme such as ISBN specified by an individual that is a member of the class datacite:ResourceIdentifierScheme. ).freeze,
|
10
10
|
label: "alternate resource identifier".freeze,
|
11
|
-
"owl:disjointWith" => %(
|
12
|
-
subClassOf: "
|
11
|
+
"owl:disjointWith" => %(datacite:PrimaryResourceIdentifier).freeze,
|
12
|
+
subClassOf: "datacite:ResourceIdentifier".freeze,
|
13
13
|
type: "owl:Class".freeze
|
14
14
|
term :DescriptionType,
|
15
15
|
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,
|
@@ -19,12 +19,12 @@ module RDF::Vocab
|
|
19
19
|
term :FunderIdentifier,
|
20
20
|
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,
|
21
21
|
label: "funder identifier".freeze,
|
22
|
-
subClassOf: "
|
22
|
+
subClassOf: "datacite:Identifier".freeze,
|
23
23
|
type: "owl:Class".freeze
|
24
24
|
term :FunderIdentifierScheme,
|
25
25
|
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,
|
26
26
|
label: "funder identifier scheme".freeze,
|
27
|
-
subClassOf: "
|
27
|
+
subClassOf: "datacite:IdentifierScheme".freeze,
|
28
28
|
type: "owl:Class".freeze
|
29
29
|
term :Identifier,
|
30
30
|
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,
|
@@ -38,32 +38,32 @@ module RDF::Vocab
|
|
38
38
|
term :PersonalIdentifier,
|
39
39
|
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,
|
40
40
|
label: "personal identifier".freeze,
|
41
|
-
subClassOf: "
|
41
|
+
subClassOf: "datacite:Identifier".freeze,
|
42
42
|
type: "owl:Class".freeze
|
43
43
|
term :PersonalIdentifierScheme,
|
44
44
|
comment: %(The identifier scheme used to identify a person. Individual schemes are defines as members of this class.).freeze,
|
45
45
|
label: "personal identifier scheme".freeze,
|
46
|
-
subClassOf: "
|
46
|
+
subClassOf: "datacite:IdentifierScheme".freeze,
|
47
47
|
type: "owl:Class".freeze
|
48
48
|
term :PrimaryResourceIdentifier,
|
49
49
|
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,
|
50
50
|
label: "primary resource identifier".freeze,
|
51
|
-
subClassOf: "
|
51
|
+
subClassOf: "datacite:ResourceIdentifier".freeze,
|
52
52
|
type: "owl:Class".freeze
|
53
53
|
term :RelatedResourceIdentifier,
|
54
54
|
comment: %(An identifier that is used to uniquely identifies a resource that is related to the primary resource that is the subject of the DataCite metadata record, belonging to a particular scheme such as PMID specified by an individual that is a member of the class datacite:ResourceIdentifierScheme.).freeze,
|
55
55
|
label: "related resource identifier".freeze,
|
56
|
-
subClassOf: "
|
56
|
+
subClassOf: "datacite:ResourceIdentifier".freeze,
|
57
57
|
type: "owl:Class".freeze
|
58
58
|
term :ResourceIdentifier,
|
59
59
|
comment: %(An identifier that is used to uniquely identifies a resource.).freeze,
|
60
60
|
label: "resource identifier".freeze,
|
61
|
-
subClassOf: "
|
61
|
+
subClassOf: "datacite:Identifier".freeze,
|
62
62
|
type: "owl:Class".freeze
|
63
63
|
term :ResourceIdentifierScheme,
|
64
64
|
comment: %(The identifier scheme used to identify a resource. Individual schemes are defines as members of this class. For DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier.).freeze,
|
65
65
|
label: "resource identifier scheme".freeze,
|
66
|
-
subClassOf: "
|
66
|
+
subClassOf: "datacite:IdentifierScheme".freeze,
|
67
67
|
type: "owl:Class".freeze
|
68
68
|
|
69
69
|
# Property definitions
|
@@ -98,13 +98,13 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
98
98
|
property :hasIdentifier,
|
99
99
|
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,
|
100
100
|
label: "has identifier".freeze,
|
101
|
-
range: "
|
101
|
+
range: "datacite:Identifier".freeze,
|
102
102
|
type: ["owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze]
|
103
103
|
property :usesIdentifierScheme,
|
104
104
|
comment: %(An object property permitting specification of the identifier scheme used to provide the identifier for an entity – either a funder, a person or a resource – defined as an individual of the class datacite:IdentifierScheme.).freeze,
|
105
|
-
domain: "
|
105
|
+
domain: "datacite:Identifier".freeze,
|
106
106
|
label: "uses identifier scheme".freeze,
|
107
|
-
range: "
|
107
|
+
range: "datacite:IdentifierScheme".freeze,
|
108
108
|
type: "owl:ObjectProperty".freeze
|
109
109
|
|
110
110
|
# Extra definitions
|
@@ -127,193 +127,193 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
127
127
|
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,
|
128
128
|
label: "abstract".freeze,
|
129
129
|
"rdfs:seeAlso" => %(http://purl.org/spar/fabio/Abstract).freeze,
|
130
|
-
type: ["owl:NamedIndividual".freeze, "
|
130
|
+
type: ["owl:NamedIndividual".freeze, "datacite:DescriptionType".freeze]
|
131
131
|
term :ark,
|
132
132
|
comment: %(Archival Resource Key.).freeze,
|
133
133
|
label: "ark".freeze,
|
134
134
|
"rdfs:isDefinedBy" => %(https://confluence.ucop.edu/display/Curation/ARK).freeze,
|
135
|
-
type: ["owl:NamedIndividual".freeze, "
|
135
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
136
136
|
term :arxiv,
|
137
137
|
comment: %(Identifier for ArXiv \(http://arxiv.org/\), a open access repository of preprints, having the format arXiv:1207.2147.).freeze,
|
138
138
|
label: "arxiv".freeze,
|
139
139
|
"rdfs:isDefinedBy" => %(http://arxiv.org/).freeze,
|
140
|
-
type: ["owl:NamedIndividual".freeze, "
|
140
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
141
141
|
term :dia,
|
142
142
|
comment: %(The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system.).freeze,
|
143
143
|
label: "dia".freeze,
|
144
144
|
"rdfs:isDefinedBy" => %(http://www.surf.nl/en/themas/openonderzoek/infrastructuur/Pages/digitalauthoridentifierdai.aspx).freeze,
|
145
|
-
type: ["owl:NamedIndividual".freeze, "
|
145
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
146
146
|
term :doi,
|
147
147
|
comment: %(Digital Object Identier.).freeze,
|
148
148
|
label: "doi".freeze,
|
149
149
|
"rdfs:isDefinedBy" => %(http://www.doi.org/).freeze,
|
150
|
-
type: ["owl:NamedIndividual".freeze, "
|
150
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
151
151
|
term :ean13,
|
152
152
|
comment: %(International Article Number).freeze,
|
153
153
|
label: "ean13".freeze,
|
154
154
|
"rdfs:isDefinedBy" => %(http://www.gs1.org/).freeze,
|
155
155
|
"rdfs:seeAlso" => %(http://en.wikipedia.org/wiki/EAN13).freeze,
|
156
|
-
type: ["owl:NamedIndividual".freeze, "
|
156
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
157
157
|
term :eissn,
|
158
158
|
comment: %(Electronic International Standard Serial Number).freeze,
|
159
159
|
label: "eissn".freeze,
|
160
160
|
"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
|
161
|
-
type: ["owl:NamedIndividual".freeze, "
|
161
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
162
162
|
term :fundref,
|
163
163
|
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,
|
164
164
|
label: "fundref".freeze,
|
165
165
|
"rdfs:isDefinedBy" => %(http://www.crossref.org/fundref/index.html).freeze,
|
166
|
-
type: ["owl:NamedIndividual".freeze, "
|
166
|
+
type: ["owl:NamedIndividual".freeze, "datacite:FunderIdentifierScheme".freeze]
|
167
167
|
term :handle,
|
168
168
|
comment: %(The Handle system).freeze,
|
169
169
|
label: "handle".freeze,
|
170
170
|
"rdfs:isDefinedBy" => %(http://www.handle.net/).freeze,
|
171
|
-
type: ["owl:NamedIndividual".freeze, "
|
171
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
172
172
|
term :infouri,
|
173
173
|
comment: %(Info URI scheme).freeze,
|
174
174
|
label: "infouri".freeze,
|
175
175
|
"rdfs:isDefinedBy" => %(http://info-uri.info/registry/docs/misc/faq.html).freeze,
|
176
|
-
type: ["owl:NamedIndividual".freeze, "
|
176
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
177
177
|
term :isbn,
|
178
178
|
comment: %(International Standard Book Number).freeze,
|
179
179
|
label: "isbn".freeze,
|
180
180
|
"rdfs:isDefinedBy" => %(http://www.isbn-international.org/).freeze,
|
181
|
-
type: ["owl:NamedIndividual".freeze, "
|
181
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
182
182
|
term :isni,
|
183
183
|
comment: %(International Standard Name Identifier scheme.).freeze,
|
184
184
|
label: "isni".freeze,
|
185
185
|
"rdfs:isDefinedBy" => %(http://www.isni.org/).freeze,
|
186
|
-
type: ["owl:NamedIndividual".freeze, "
|
186
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
187
187
|
term :issn,
|
188
188
|
comment: %(International Standard Serial Number).freeze,
|
189
189
|
label: "issn".freeze,
|
190
190
|
"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
|
191
|
-
type: ["owl:NamedIndividual".freeze, "
|
191
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
192
192
|
term :"issn-l",
|
193
193
|
comment: %(Linking International Standard Serial Number).freeze,
|
194
194
|
label: "issn-l".freeze,
|
195
195
|
"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
|
196
|
-
type: ["owl:NamedIndividual".freeze, "
|
196
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
197
197
|
term :istc,
|
198
198
|
comment: %(International Standard Text Code).freeze,
|
199
199
|
label: "istc".freeze,
|
200
200
|
"rdfs:isDefinedBy" => %(http://www.istc-international.org/html/).freeze,
|
201
|
-
type: ["owl:NamedIndividual".freeze, "
|
201
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
202
202
|
term :jst,
|
203
203
|
comment: %(Japanese Science and Technology Agency identifier scheme).freeze,
|
204
204
|
label: "jst".freeze,
|
205
|
-
type: ["owl:NamedIndividual".freeze, "
|
205
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
206
206
|
term :"local-funder-identifier-scheme",
|
207
207
|
comment: %(A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
|
208
208
|
label: "local funder identifier scheme".freeze,
|
209
|
-
type: ["owl:NamedIndividual".freeze, "
|
209
|
+
type: ["owl:NamedIndividual".freeze, "datacite:FunderIdentifierScheme".freeze]
|
210
210
|
term :"local-personal-identifier-scheme",
|
211
211
|
comment: %(A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
|
212
212
|
label: "local personal identifier scheme".freeze,
|
213
|
-
type: ["owl:NamedIndividual".freeze, "
|
213
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
214
214
|
term :"local-resource-identifier-scheme",
|
215
215
|
comment: %(A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
|
216
216
|
label: "local resource identifier scheme".freeze,
|
217
|
-
type: ["owl:NamedIndividual".freeze, "
|
217
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
218
218
|
term :lsid,
|
219
219
|
comment: %(Life Science Identifier).freeze,
|
220
220
|
label: "lsid".freeze,
|
221
221
|
"rdfs:isDefinedBy" => %(http://www.ibm.com/developerworks/opensource/library/os-lsidbp/).freeze,
|
222
|
-
type: ["owl:NamedIndividual".freeze, "
|
222
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
223
223
|
term :national_insurance_number,
|
224
224
|
comment: %(United Kingdom National Insurance Number scheme.).freeze,
|
225
225
|
label: "national insurance number".freeze,
|
226
|
-
type: ["owl:NamedIndividual".freeze, "
|
226
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
227
227
|
term :nihmsid,
|
228
228
|
comment: %(NIH Manuscript Submission Identifier).freeze,
|
229
229
|
label: "nihmsid".freeze,
|
230
230
|
"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,
|
231
|
-
type: ["owl:NamedIndividual".freeze, "
|
231
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
232
232
|
term :nii,
|
233
233
|
label: ["National Individual Identifier scheme".freeze, "nii".freeze],
|
234
|
-
type: ["owl:NamedIndividual".freeze, "
|
234
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
235
235
|
term :openid,
|
236
236
|
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,
|
237
237
|
label: "openid".freeze,
|
238
238
|
"rdfs:isDefinedBy" => %(http://openid.net/foundation/).freeze,
|
239
|
-
type: ["owl:NamedIndividual".freeze, "
|
239
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
240
240
|
term :orcid,
|
241
241
|
comment: %(Open Researcher and Contributor Identifier.).freeze,
|
242
242
|
label: "orcid".freeze,
|
243
243
|
"rdfs:isDefinedBy" => %(http://about.orcid.org/).freeze,
|
244
|
-
type: ["owl:NamedIndividual".freeze, "
|
244
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
245
245
|
term :other,
|
246
246
|
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,
|
247
247
|
label: "other".freeze,
|
248
|
-
type: ["owl:NamedIndividual".freeze, "
|
248
|
+
type: ["owl:NamedIndividual".freeze, "datacite:DescriptionType".freeze]
|
249
249
|
term :pii,
|
250
250
|
comment: %(Pulisher Item Identifier scheme.).freeze,
|
251
251
|
label: "pii".freeze,
|
252
252
|
"rdfs:seeAlso" => %(http://en.wikipedia.org/wiki/Publisher_Item_Identifier).freeze,
|
253
|
-
type: ["owl:NamedIndividual".freeze, "
|
253
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
254
254
|
term :pmcid,
|
255
255
|
comment: %(PubMed Central Identifier).freeze,
|
256
256
|
label: "pmcid".freeze,
|
257
257
|
"rdfs:isDefinedBy" => %(http://www.ncbi.nlm.nih.gov/pmc/).freeze,
|
258
|
-
type: ["owl:NamedIndividual".freeze, "
|
258
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
259
259
|
term :pmid,
|
260
260
|
comment: %(PubMed Identifier).freeze,
|
261
261
|
label: "pmid".freeze,
|
262
262
|
"rdfs:isDefinedBy" => %(http://www.ncbi.nlm.nih.gov/pubmed/).freeze,
|
263
|
-
type: ["owl:NamedIndividual".freeze, "
|
263
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
264
264
|
term :purl,
|
265
265
|
comment: %(Persistent Uniform Resource Locator).freeze,
|
266
266
|
label: "purl".freeze,
|
267
267
|
"rdfs:isDefinedBy" => %(http://purl.org/).freeze,
|
268
|
-
type: ["owl:NamedIndividual".freeze, "
|
268
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
269
269
|
term :researcherid,
|
270
270
|
comment: %(ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.).freeze,
|
271
271
|
label: "researcherid".freeze,
|
272
272
|
"rdfs:isDefinedBy" => %(http://www.researcherid.com/).freeze,
|
273
|
-
type: ["owl:NamedIndividual".freeze, "
|
273
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
274
274
|
term :"series-information",
|
275
275
|
comment: %(Used to charactierize a description of a resource that is part of a series.).freeze,
|
276
276
|
label: "series information".freeze,
|
277
277
|
"rdfs:seeAlso" => [%(http://purl.org/spar/fabio/BookSeries).freeze, %(http://purl.org/spar/fabio/Periodical).freeze],
|
278
|
-
type: ["owl:NamedIndividual".freeze, "
|
278
|
+
type: ["owl:NamedIndividual".freeze, "datacite:DescriptionType".freeze]
|
279
279
|
term :sici,
|
280
280
|
comment: %(Serial Item and Contribution Identifier).freeze,
|
281
281
|
label: "sici".freeze,
|
282
282
|
"rdfs:isDefinedBy" => %(http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier).freeze,
|
283
|
-
type: ["owl:NamedIndividual".freeze, "
|
283
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
284
284
|
term :"social-security-number",
|
285
285
|
comment: %(United States of America social security number scheme).freeze,
|
286
286
|
label: "social security number".freeze,
|
287
|
-
type: ["owl:NamedIndividual".freeze, "
|
287
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
288
288
|
term :"table-of-content",
|
289
289
|
comment: %(A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number.).freeze,
|
290
290
|
label: "table of content".freeze,
|
291
291
|
"rdfs:seeAlso" => %(http://purl.org/spar/doco/TableOfContents).freeze,
|
292
|
-
type: ["owl:NamedIndividual".freeze, "
|
292
|
+
type: ["owl:NamedIndividual".freeze, "datacite:DescriptionType".freeze]
|
293
293
|
term :upc,
|
294
294
|
comment: %(Universal Product Code).freeze,
|
295
295
|
label: "upc".freeze,
|
296
296
|
"rdfs:isDefinedBy" => %(http://en.wikipedia.org/wiki/Universal_Product_Code).freeze,
|
297
|
-
type: ["owl:NamedIndividual".freeze, "
|
297
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
298
298
|
term :uri,
|
299
299
|
comment: %(Uniform Resource Identifier).freeze,
|
300
300
|
label: "uri".freeze,
|
301
301
|
"rdfs:isDefinedBy" => %(http://tools.ietf.org/html/rfc3986).freeze,
|
302
|
-
type: ["owl:NamedIndividual".freeze, "
|
302
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
303
303
|
term :url,
|
304
304
|
comment: %(Uniform Resource Locator.).freeze,
|
305
305
|
label: "url".freeze,
|
306
306
|
"rdfs:isDefinedBy" => %(http://en.wikipedia.org/wiki/Uniform_resource_locator).freeze,
|
307
|
-
type: ["owl:NamedIndividual".freeze, "
|
307
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
308
308
|
term :urn,
|
309
309
|
comment: %(Uniform Resource Name.).freeze,
|
310
310
|
label: "urn".freeze,
|
311
311
|
"rdfs:isDefinedBy" => %(http://datatracker.ietf.org/wg/urn/charter/).freeze,
|
312
|
-
type: ["owl:NamedIndividual".freeze, "
|
312
|
+
type: ["owl:NamedIndividual".freeze, "datacite:ResourceIdentifierScheme".freeze]
|
313
313
|
term :viaf,
|
314
314
|
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,
|
315
315
|
label: "viaf".freeze,
|
316
316
|
"rdfs:isDefinedBy" => %(http://viaf.org/).freeze,
|
317
|
-
type: ["owl:NamedIndividual".freeze, "
|
317
|
+
type: ["owl:NamedIndividual".freeze, "datacite:PersonalIdentifierScheme".freeze]
|
318
318
|
end
|
319
319
|
end
|