rdf-vocab 2.0.0.beta1 → 2.0.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rdf/vocab/acl.rb +1 -1
- data/lib/rdf/vocab/bibframe.rb +1 -1
- data/lib/rdf/vocab/bibo.rb +1 -1
- data/lib/rdf/vocab/cc.rb +58 -11
- data/lib/rdf/vocab/cert.rb +2 -2
- data/lib/rdf/vocab/cnt.rb +1 -1
- data/lib/rdf/vocab/crm.rb +1 -1
- data/lib/rdf/vocab/datacite.rb +69 -12
- data/lib/rdf/vocab/dc.rb +1 -1
- data/lib/rdf/vocab/dc11.rb +1 -1
- data/lib/rdf/vocab/dcat.rb +1 -1
- data/lib/rdf/vocab/dcmitype.rb +1 -1
- data/lib/rdf/vocab/disco.rb +369 -0
- data/lib/rdf/vocab/doap.rb +1 -1
- data/lib/rdf/vocab/dwc.rb +1 -1
- data/lib/rdf/vocab/ebucore.rb +14 -14
- data/lib/rdf/vocab/edm.rb +1 -1
- data/lib/rdf/vocab/exif.rb +1 -1
- data/lib/rdf/vocab/fcrepo4.rb +1 -1
- data/lib/rdf/vocab/foaf.rb +1 -1
- data/lib/rdf/vocab/geo.rb +1 -1
- data/lib/rdf/vocab/geonames.rb +1 -1
- data/lib/rdf/vocab/gr.rb +1 -1
- data/lib/rdf/vocab/ht.rb +1 -1
- data/lib/rdf/vocab/hydra.rb +1 -1
- data/lib/rdf/vocab/iana.rb +1 -1
- data/lib/rdf/vocab/ical.rb +1 -1
- data/lib/rdf/vocab/identifiers.rb +1 -1
- data/lib/rdf/vocab/iiif.rb +1 -1
- data/lib/rdf/vocab/jsonld.rb +1 -1
- data/lib/rdf/vocab/ldp.rb +1 -1
- data/lib/rdf/vocab/lrmi.rb +1 -1
- data/lib/rdf/vocab/ma.rb +1 -1
- data/lib/rdf/vocab/mads.rb +1 -1
- data/lib/rdf/vocab/marc_relators.rb +1 -1
- data/lib/rdf/vocab/mo.rb +1 -1
- data/lib/rdf/vocab/mods.rb +1 -1
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +1 -1
- data/lib/rdf/vocab/og.rb +1 -1
- data/lib/rdf/vocab/ogc.rb +1 -1
- data/lib/rdf/vocab/ore.rb +1 -1
- data/lib/rdf/vocab/org.rb +1 -1
- data/lib/rdf/vocab/pplan.rb +1 -1
- data/lib/rdf/vocab/premis.rb +2 -2
- data/lib/rdf/vocab/premis_event_type.rb +1 -1
- data/lib/rdf/vocab/prov.rb +1 -1
- data/lib/rdf/vocab/ptr.rb +1 -1
- data/lib/rdf/vocab/rsa.rb +1 -1
- data/lib/rdf/vocab/rss.rb +1 -1
- data/lib/rdf/vocab/schema.rb +1 -1
- data/lib/rdf/vocab/sioc.rb +1 -1
- data/lib/rdf/vocab/sioc_services.rb +1 -1
- data/lib/rdf/vocab/skos.rb +1 -1
- data/lib/rdf/vocab/skosxl.rb +1 -1
- data/lib/rdf/vocab/v.rb +1 -1
- data/lib/rdf/vocab/vcard.rb +1 -1
- data/lib/rdf/vocab/vmd.rb +1 -1
- data/lib/rdf/vocab/void.rb +1 -1
- data/lib/rdf/vocab/vs.rb +1 -1
- data/lib/rdf/vocab/wdrs.rb +1 -1
- data/lib/rdf/vocab/wot.rb +1 -1
- data/lib/rdf/vocab/xhtml.rb +1 -1
- data/lib/rdf/vocab/xhv.rb +1 -1
- data/lib/rdf/vocab.rb +21 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aad949577d03dbb639b3a6cebd8d2f919c3919b
|
4
|
+
data.tar.gz: b1243ab4499bd42e7654bb6338867905b2bf57c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 611f80b5bb8ff0948c7cfe9298e61843d58a1d9565d970b2311f435ec3b3ec5988ab34ef5e700b4cd93e7cfcacc3f119ae6343d4381e5a4f0c20feb93f52f8da
|
7
|
+
data.tar.gz: 6739f53f9ffa792e3e31345891b92eb50a31e405102ba4a5349ca3d3953c46905dba942106d477eeb303c4693399e041a366f74b359922bd8bd4a8c4198dec7b
|
data/lib/rdf/vocab/acl.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/auth/acl#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/bibframe.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://bibframe.org/vocab/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/bibo.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/ontology/bibo/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/cc.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://creativecommons.org/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -11,22 +11,36 @@ module RDF::Vocab
|
|
11
11
|
|
12
12
|
# Class definitions
|
13
13
|
term :Jurisdiction,
|
14
|
+
comment: %(the legal jurisdiction
|
15
|
+
of a license).freeze,
|
14
16
|
label: "Jurisdiction".freeze,
|
15
17
|
type: "rdfs:Class".freeze
|
16
18
|
term :License,
|
19
|
+
comment: %(a set of
|
20
|
+
requests/permissions to users of a Work, e.g. a
|
21
|
+
copyright license, the public domain, information
|
22
|
+
for distributors).freeze,
|
17
23
|
label: "License".freeze,
|
18
24
|
subClassOf: "dc:LicenseDocument".freeze,
|
19
25
|
type: "rdfs:Class".freeze
|
20
26
|
term :Permission,
|
27
|
+
comment: %(an action that may or
|
28
|
+
may not be allowed or desired).freeze,
|
21
29
|
label: "Permission".freeze,
|
22
30
|
type: "rdfs:Class".freeze
|
23
31
|
term :Prohibition,
|
32
|
+
comment: %(something you may be
|
33
|
+
asked not to do).freeze,
|
24
34
|
label: "Prohibition".freeze,
|
25
35
|
type: "rdfs:Class".freeze
|
26
36
|
term :Requirement,
|
37
|
+
comment: %(an action that may or
|
38
|
+
may not be requested of you).freeze,
|
27
39
|
label: "Requirement".freeze,
|
28
40
|
type: "rdfs:Class".freeze
|
29
41
|
term :Work,
|
42
|
+
comment: %(a potentially
|
43
|
+
copyrightable work).freeze,
|
30
44
|
label: "Work".freeze,
|
31
45
|
type: "rdfs:Class".freeze
|
32
46
|
|
@@ -43,8 +57,8 @@ module RDF::Vocab
|
|
43
57
|
type: "rdf:Property".freeze
|
44
58
|
property :deprecatedOn,
|
45
59
|
domain: "cc:License".freeze,
|
46
|
-
label: "
|
47
|
-
range: "
|
60
|
+
label: "deprecated\non".freeze,
|
61
|
+
range: "http://www.w3.org/2001/XMLSchema-datatypes#date".freeze,
|
48
62
|
type: "rdf:Property".freeze
|
49
63
|
property :jurisdiction,
|
50
64
|
domain: "cc:License".freeze,
|
@@ -58,8 +72,8 @@ module RDF::Vocab
|
|
58
72
|
type: "rdf:Property".freeze
|
59
73
|
property :license,
|
60
74
|
domain: "cc:Work".freeze,
|
61
|
-
label: "
|
62
|
-
"owl:sameAs" =>
|
75
|
+
label: "has\nlicense".freeze,
|
76
|
+
:"owl:sameAs" => [],
|
63
77
|
range: "cc:License".freeze,
|
64
78
|
subPropertyOf: "dc:license".freeze,
|
65
79
|
type: "rdf:Property".freeze
|
@@ -93,40 +107,73 @@ module RDF::Vocab
|
|
93
107
|
|
94
108
|
# Extra definitions
|
95
109
|
term :Attribution,
|
110
|
+
comment: %(credit be given to
|
111
|
+
copyright holder and/or author).freeze,
|
96
112
|
label: "Attribution".freeze,
|
97
113
|
type: "cc:Requirement".freeze
|
98
114
|
term :CommercialUse,
|
99
|
-
|
115
|
+
comment: %(exercising rights for
|
116
|
+
commercial purposes).freeze,
|
117
|
+
label: "Commercial Use".freeze,
|
100
118
|
type: "cc:Prohibition".freeze
|
101
119
|
term :Copyleft,
|
120
|
+
comment: %(derivative and
|
121
|
+
combined works must be licensed under specified
|
122
|
+
terms, similar to those on the original
|
123
|
+
work).freeze,
|
102
124
|
label: "Copyleft".freeze,
|
103
125
|
type: "cc:Requirement".freeze
|
104
126
|
term :DerivativeWorks,
|
105
|
-
|
127
|
+
comment: %(distribution of
|
128
|
+
derivative works).freeze,
|
129
|
+
label: "Derivative Works".freeze,
|
106
130
|
type: "cc:Permission".freeze
|
107
131
|
term :Distribution,
|
132
|
+
comment: %(distribution, public
|
133
|
+
display, and publicly performance).freeze,
|
108
134
|
label: "Distribution".freeze,
|
109
135
|
type: "cc:Permission".freeze
|
110
136
|
term :HighIncomeNationUse,
|
111
|
-
|
137
|
+
comment: %(use in a
|
138
|
+
non-developing country).freeze,
|
139
|
+
label: "High Income Nation Use".freeze,
|
112
140
|
type: "cc:Prohibition".freeze
|
113
141
|
term :LesserCopyleft,
|
114
|
-
|
142
|
+
comment: %(derivative works must
|
143
|
+
be licensed under specified terms, with at least
|
144
|
+
the same conditions as the original work;
|
145
|
+
combinations with the work may be licensed under
|
146
|
+
different terms).freeze,
|
147
|
+
label: "Lesser Copyleft".freeze,
|
115
148
|
type: "cc:Requirement".freeze
|
116
149
|
term :Notice,
|
150
|
+
comment: %(copyright and license
|
151
|
+
notices be kept intact).freeze,
|
117
152
|
label: "Notice".freeze,
|
118
153
|
type: "cc:Requirement".freeze
|
119
154
|
term :Reproduction,
|
155
|
+
comment: %(making multiple
|
156
|
+
copies).freeze,
|
120
157
|
label: "Reproduction".freeze,
|
121
158
|
type: "cc:Permission".freeze
|
122
159
|
term :ShareAlike,
|
123
|
-
|
160
|
+
comment: %(derivative works be
|
161
|
+
licensed under the same terms or compatible terms
|
162
|
+
as the original work).freeze,
|
163
|
+
label: "Share Alike".freeze,
|
124
164
|
type: "cc:Requirement".freeze
|
125
165
|
term :Sharing,
|
166
|
+
comment: %(permits commercial
|
167
|
+
derivatives, but only non-commercial
|
168
|
+
distribution).freeze,
|
126
169
|
label: "Sharing".freeze,
|
127
170
|
type: "cc:Permission".freeze
|
128
171
|
term :SourceCode,
|
129
|
-
|
172
|
+
comment: %(source code \(the
|
173
|
+
preferred form for making modifications\) must be
|
174
|
+
provided when exercising some rights granted by
|
175
|
+
the license.).freeze,
|
176
|
+
label: "Source Code".freeze,
|
130
177
|
type: "cc:Requirement".freeze
|
131
178
|
end
|
132
179
|
end
|
data/lib/rdf/vocab/cert.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/auth/cert#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
|
-
# # Vocabulary for <http
|
7
|
+
# # Vocabulary for <http://www.w3.org/ns/auth/cert#>
|
8
8
|
# class CERT < RDF::StrictVocabulary
|
9
9
|
# end
|
10
10
|
class CERT < RDF::StrictVocabulary("http://www.w3.org/ns/auth/cert#")
|
data/lib/rdf/vocab/cnt.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2011/content#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/crm.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.cidoc-crm.org/cidoc-crm/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/datacite.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/spar/datacite/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -10,6 +10,17 @@ module RDF::Vocab
|
|
10
10
|
class DataCite < RDF::StrictVocabulary("http://purl.org/spar/datacite/")
|
11
11
|
|
12
12
|
# Class definitions
|
13
|
+
term :AgentIdentifier,
|
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
|
+
label: "agent identifier".freeze,
|
16
|
+
:"owl:disjointWith" => [],
|
17
|
+
subClassOf: "datacite:Identifier".freeze,
|
18
|
+
type: "owl:Class".freeze
|
19
|
+
term :AgentIndetifierScheme,
|
20
|
+
comment: %(The identifier scheme used to identify an agent. Individual schemes are defines as members of its sub-classes.).freeze,
|
21
|
+
label: "agent identifier scheme".freeze,
|
22
|
+
subClassOf: "datacite:IdentifierScheme".freeze,
|
23
|
+
type: "owl:Class".freeze
|
13
24
|
term :AlternateResourceIdentifier,
|
14
25
|
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,
|
15
26
|
label: "alternate resource identifier".freeze,
|
@@ -40,6 +51,30 @@ module RDF::Vocab
|
|
40
51
|
comment: %(The identifier scheme used to identify an entity such as a funding agency, a person or a resource. Individual schemes are defines as members of this class.).freeze,
|
41
52
|
label: "identifier scheme".freeze,
|
42
53
|
type: "owl:Class".freeze
|
54
|
+
term :MetadataScheme,
|
55
|
+
comment: %(The class that describe metadata schemes used for creating a metadata document referring to a certain resource.
|
56
|
+
|
57
|
+
Neither a class for metadata documents nor a property linking a resource to its metadata document are not explicitly defined in this ontology. However, we recommend to use the class fabio:MetadataDocument \(from http://purl.org/spar/fabio\) and cito:citesAsMetadataDocument \(from http://purl.org/spar/cito\) for providing such descriptions. An example of use of such entities is shown as follows:
|
58
|
+
|
59
|
+
:my-resource
|
60
|
+
cito:citesAsMetadataDocument :my-resource-metadata .
|
61
|
+
:my-resource-metadata a fabio:MetadataDocument ;
|
62
|
+
datacite:usesMetadataScheme datacite:spar .
|
63
|
+
|
64
|
+
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
|
+
label: "metadata scheme".freeze,
|
66
|
+
:"rdfs:seeAlso" => [],
|
67
|
+
type: "owl:Class".freeze
|
68
|
+
term :OrganizationIdentifier,
|
69
|
+
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,
|
70
|
+
label: "organization identifier".freeze,
|
71
|
+
subClassOf: "datacite:AgentIdentifier".freeze,
|
72
|
+
type: "owl:Class".freeze
|
73
|
+
term :OrganizationIdentifierScheme,
|
74
|
+
comment: %(The identifier scheme used to identify an organization. Individual schemes are defines as members of this class.).freeze,
|
75
|
+
label: "organization identifier scheme".freeze,
|
76
|
+
subClassOf: "datacite:AgentIndetifierScheme".freeze,
|
77
|
+
type: "owl:Class".freeze
|
43
78
|
term :PersonalIdentifier,
|
44
79
|
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,
|
45
80
|
label: "personal identifier".freeze,
|
@@ -55,11 +90,6 @@ module RDF::Vocab
|
|
55
90
|
label: "primary resource identifier".freeze,
|
56
91
|
subClassOf: "datacite:ResourceIdentifier".freeze,
|
57
92
|
type: "owl:Class".freeze
|
58
|
-
term :RelatedResourceIdentifier,
|
59
|
-
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,
|
60
|
-
label: "related resource identifier".freeze,
|
61
|
-
subClassOf: "datacite:ResourceIdentifier".freeze,
|
62
|
-
type: "owl:Class".freeze
|
63
93
|
term :ResourceIdentifier,
|
64
94
|
comment: %(An identifier that is used to uniquely identifies a resource.).freeze,
|
65
95
|
label: "resource identifier".freeze,
|
@@ -72,6 +102,11 @@ module RDF::Vocab
|
|
72
102
|
type: "owl:Class".freeze
|
73
103
|
|
74
104
|
# Property definitions
|
105
|
+
property :hasCreatorList,
|
106
|
+
comment: %(This property allows one to specify the list of the creators of a certain resource.).freeze,
|
107
|
+
label: "has creator list".freeze,
|
108
|
+
range: "http://purl.org/co/List".freeze,
|
109
|
+
type: "owl:ObjectProperty".freeze
|
75
110
|
property :hasDescription,
|
76
111
|
comment: %(An object property permitting specification of an entity used to describe a resource.).freeze,
|
77
112
|
label: "has description".freeze,
|
@@ -111,6 +146,11 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
111
146
|
label: "uses identifier scheme".freeze,
|
112
147
|
range: "datacite:IdentifierScheme".freeze,
|
113
148
|
type: "owl:ObjectProperty".freeze
|
149
|
+
property :usesMetadataScheme,
|
150
|
+
comment: %(The link between a metadata document and the scheme followed for creating metadata.).freeze,
|
151
|
+
label: "uses metadata scheme".freeze,
|
152
|
+
range: "datacite:MetadataScheme".freeze,
|
153
|
+
type: "owl:ObjectProperty".freeze
|
114
154
|
|
115
155
|
# Extra definitions
|
116
156
|
term :"",
|
@@ -143,6 +183,10 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
143
183
|
label: "arxiv".freeze,
|
144
184
|
:"rdfs:isDefinedBy" => %(http://arxiv.org/).freeze,
|
145
185
|
type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
186
|
+
term :bibcode,
|
187
|
+
comment: %(It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".).freeze,
|
188
|
+
label: "bibcode".freeze,
|
189
|
+
type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
146
190
|
term :dia,
|
147
191
|
comment: %(The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system.).freeze,
|
148
192
|
label: "dia".freeze,
|
@@ -194,11 +238,6 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
194
238
|
label: "issn".freeze,
|
195
239
|
:"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
|
196
240
|
type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
197
|
-
term :"issn-l",
|
198
|
-
comment: %(Linking International Standard Serial Number).freeze,
|
199
|
-
label: "issn-l".freeze,
|
200
|
-
:"rdfs:isDefinedBy" => %(http://www.issn.org/).freeze,
|
201
|
-
type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
202
241
|
term :istc,
|
203
242
|
comment: %(International Standard Text Code).freeze,
|
204
243
|
label: "istc".freeze,
|
@@ -208,10 +247,19 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
208
247
|
comment: %(Japanese Science and Technology Agency identifier scheme).freeze,
|
209
248
|
label: "jst".freeze,
|
210
249
|
type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
250
|
+
term :lissn,
|
251
|
+
comment: %(Linking International Standard Serial Number).freeze,
|
252
|
+
:"http://purl.org/spar/fabio/hasURL" => [],
|
253
|
+
label: "lissn".freeze,
|
254
|
+
type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
211
255
|
term :"local-funder-identifier-scheme",
|
212
256
|
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,
|
213
257
|
label: "local funder identifier scheme".freeze,
|
214
258
|
type: ["datacite:FunderIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
259
|
+
term :"local-organization-identifier-scheme",
|
260
|
+
comment: %(An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata.).freeze,
|
261
|
+
label: "local organization identifier scheme".freeze,
|
262
|
+
type: ["datacite:OrganizationIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
215
263
|
term :"local-personal-identifier-scheme",
|
216
264
|
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,
|
217
265
|
label: "local personal identifier scheme".freeze,
|
@@ -225,7 +273,11 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
225
273
|
label: "lsid".freeze,
|
226
274
|
:"rdfs:isDefinedBy" => %(http://www.ibm.com/developerworks/opensource/library/os-lsidbp/).freeze,
|
227
275
|
type: ["datacite:ResourceIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
228
|
-
term :
|
276
|
+
term :methods,
|
277
|
+
comment: %(A description in a research paper documenting the specialized methods used in the work described.).freeze,
|
278
|
+
label: ["http://purl.org/spar/deo/Methods".freeze, "methods".freeze],
|
279
|
+
type: ["datacite:DescriptionType".freeze, "owl:NamedIndividual".freeze]
|
280
|
+
term :"national-insurance-number",
|
229
281
|
comment: %(United Kingdom National Insurance Number scheme.).freeze,
|
230
282
|
label: "national insurance number".freeze,
|
231
283
|
type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
@@ -290,6 +342,11 @@ All DataCite-required general resource type terms with the exception of Model ar
|
|
290
342
|
comment: %(United States of America social security number scheme).freeze,
|
291
343
|
label: "social security number".freeze,
|
292
344
|
type: ["datacite:PersonalIdentifierScheme".freeze, "owl:NamedIndividual".freeze]
|
345
|
+
term :spar,
|
346
|
+
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" => [],
|
348
|
+
label: "SPAR Ontologies".freeze,
|
349
|
+
type: ["datacite:MetadataScheme".freeze, "owl:NamedIndividual".freeze]
|
293
350
|
term :"table-of-content",
|
294
351
|
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,
|
295
352
|
label: "table of content".freeze,
|
data/lib/rdf/vocab/dc.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/dc/terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/dc11.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/dc/elements/1.1/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/dcat.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/dcat#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/dcmitype.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/dc/dcmitype/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|