rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
@@ -3,154 +3,146 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://rightsstatements.org/vocab/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://rightsstatements.org/vocab/>
|
8
|
-
# #
|
9
|
-
# class RightsStatements < RDF::StrictVocabulary
|
10
|
-
# # @return [RDF::Vocabulary::Term]
|
11
|
-
# attr_reader :irswg
|
12
|
-
#
|
13
|
-
# end
|
14
6
|
RightsStatements = Class.new(RDF::StrictVocabulary("http://rightsstatements.org/vocab/")) do
|
15
7
|
|
16
8
|
# Extra definitions
|
17
9
|
term :"1.0/",
|
18
|
-
"
|
19
|
-
"dc
|
20
|
-
"dc
|
21
|
-
"owl
|
22
|
-
type: "skos
|
10
|
+
"http://purl.org/dc/elements/1.1/identifier": "rscs".freeze,
|
11
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
12
|
+
"http://purl.org/dc/terms/title": "RightsStatements.org Standardized International Rights Statements".freeze,
|
13
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
14
|
+
type: "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze
|
23
15
|
term :"CNE/1.0/",
|
24
|
-
"
|
25
|
-
"dc
|
26
|
-
"dc
|
16
|
+
"http://purl.org/dc/elements/1.1/identifier": "CNE".freeze,
|
17
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
18
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
19
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
20
|
+
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://www.europeana.eu/rights/unknown/".freeze,
|
21
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
|
27
22
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
28
23
|
notation: "CNE".freeze,
|
29
|
-
|
30
|
-
"skos:closeMatch": "http://www.europeana.eu/rights/unknown/".freeze,
|
31
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
|
32
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
24
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
33
25
|
term :"InC-EDU/1.0/",
|
34
|
-
"
|
35
|
-
"dc
|
36
|
-
"dc
|
26
|
+
"http://purl.org/dc/elements/1.1/identifier": "InC-EDU".freeze,
|
27
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
28
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
29
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
30
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
37
31
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
38
32
|
notation: "InC-EDU".freeze,
|
39
|
-
|
40
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
41
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
33
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
42
34
|
term :"InC-NC/1.0/",
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"dc
|
46
|
-
"dc
|
35
|
+
"http://creativecommons.org/ns#prohibits": "http://creativecommons.org/ns#CommercialUse".freeze,
|
36
|
+
"http://purl.org/dc/elements/1.1/identifier": "InC-NC".freeze,
|
37
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
38
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
39
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
40
|
+
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://creativecommons.org/licenses/by-nc/4.0/".freeze,
|
41
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
47
42
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
48
43
|
notation: "InC-NC".freeze,
|
49
|
-
|
50
|
-
"skos:closeMatch": "http://creativecommons.org/licenses/by-nc/4.0/".freeze,
|
51
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
52
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
44
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
53
45
|
term :"InC-OW-EU/1.0/",
|
54
|
-
"
|
55
|
-
"dc
|
56
|
-
"dc
|
46
|
+
"http://purl.org/dc/elements/1.1/identifier": "InC-OW-EU".freeze,
|
47
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
48
|
+
"http://purl.org/dc/terms/modified": "2010-04-18".freeze,
|
49
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
50
|
+
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://www.europeana.eu/rights/orphan-work-eu/".freeze,
|
51
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
57
52
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
58
53
|
notation: "InC-OW-EU".freeze,
|
59
|
-
|
60
|
-
"skos:closeMatch": "http://www.europeana.eu/rights/orphan-work-eu/".freeze,
|
61
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
62
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
54
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
63
55
|
term :"InC-RUU/1.0/",
|
64
|
-
"
|
65
|
-
"dc
|
66
|
-
"dc
|
56
|
+
"http://purl.org/dc/elements/1.1/identifier": "InC-RUU".freeze,
|
57
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
58
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
59
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
60
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
67
61
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
68
62
|
notation: "InC-RUU".freeze,
|
69
|
-
|
70
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
71
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
63
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
72
64
|
term :"InC/1.0/",
|
73
|
-
"
|
74
|
-
"dc
|
75
|
-
"dc
|
65
|
+
"http://purl.org/dc/elements/1.1/identifier": "InC".freeze,
|
66
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
67
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
68
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
69
|
+
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://www.europeana.eu/rights/rr-f/".freeze,
|
70
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
76
71
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
77
72
|
notation: "InC".freeze,
|
78
|
-
|
79
|
-
"skos:closeMatch": "http://www.europeana.eu/rights/rr-f/".freeze,
|
80
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
81
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
73
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
82
74
|
term :"NKC/1.0/",
|
83
|
-
"
|
84
|
-
"dc
|
85
|
-
"dc
|
75
|
+
"http://purl.org/dc/elements/1.1/identifier": "NKC".freeze,
|
76
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
77
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
78
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
79
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
|
86
80
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
87
81
|
notation: "NKC".freeze,
|
88
|
-
|
89
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
|
90
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
82
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
91
83
|
term :"NoC-CR/1.0/",
|
92
|
-
"
|
93
|
-
"dc
|
94
|
-
"dc
|
84
|
+
"http://purl.org/dc/elements/1.1/identifier": "NoC-CR".freeze,
|
85
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
86
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
87
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
88
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
95
89
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
96
90
|
notation: "NoC-CR".freeze,
|
97
|
-
|
98
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
99
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
91
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
100
92
|
term :"NoC-NC/1.0/",
|
101
|
-
"
|
102
|
-
"
|
103
|
-
"dc
|
104
|
-
"dc
|
93
|
+
"http://creativecommons.org/ns#prohibits": "http://creativecommons.org/ns#CommercialUse".freeze,
|
94
|
+
"http://purl.org/dc/elements/1.1/identifier": "NoC-NC".freeze,
|
95
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
96
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
97
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
98
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
105
99
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
106
100
|
notation: "NoC-NC".freeze,
|
107
|
-
|
108
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
109
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
101
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
110
102
|
term :"NoC-OKLR/1.0/",
|
111
|
-
"
|
112
|
-
"dc
|
113
|
-
"dc
|
103
|
+
"http://purl.org/dc/elements/1.1/identifier": "NoC-OKLR".freeze,
|
104
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
105
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
106
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
107
|
+
"http://www.w3.org/2004/02/skos/core#relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
114
108
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
115
109
|
notation: "NoC-OKLR".freeze,
|
116
|
-
|
117
|
-
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
118
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
110
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
119
111
|
term :"NoC-US/1.0/",
|
120
|
-
"
|
121
|
-
"dc
|
122
|
-
"dc
|
112
|
+
"http://purl.org/dc/elements/1.1/identifier": "NoC-US".freeze,
|
113
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
114
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
115
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
123
116
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
124
117
|
notation: "NoC-US".freeze,
|
125
|
-
|
126
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
118
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
127
119
|
term :"UND/1.0/",
|
128
|
-
"
|
129
|
-
"dc
|
130
|
-
"dc
|
120
|
+
"http://purl.org/dc/elements/1.1/identifier": "UND".freeze,
|
121
|
+
"http://purl.org/dc/terms/creator": "http://rightsstatements.org/vocab/irswg".freeze,
|
122
|
+
"http://purl.org/dc/terms/modified": "2019-04-18".freeze,
|
123
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
131
124
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
132
125
|
notation: "UND".freeze,
|
133
|
-
|
134
|
-
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
126
|
+
type: ["http://purl.org/dc/terms/RightsStatement".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze]
|
135
127
|
term :"collection-ic/1.0/",
|
128
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
136
129
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
137
130
|
member: ["http://rightsstatements.org/vocab/InC-EDU/1.0/".freeze, "http://rightsstatements.org/vocab/InC-NC/1.0/".freeze, "http://rightsstatements.org/vocab/InC-OW-EU/1.0/".freeze, "http://rightsstatements.org/vocab/InC-RUU/1.0/".freeze, "http://rightsstatements.org/vocab/InC/1.0/".freeze],
|
138
|
-
|
139
|
-
type: "skos:Collection".freeze
|
131
|
+
type: "http://www.w3.org/2004/02/skos/core#Collection".freeze
|
140
132
|
term :"collection-nc/1.0/",
|
133
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
141
134
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
142
135
|
member: ["http://rightsstatements.org/vocab/NoC-CR/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-NC/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-OKLR/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-US/1.0/".freeze],
|
143
|
-
|
144
|
-
type: "skos:Collection".freeze
|
136
|
+
type: "http://www.w3.org/2004/02/skos/core#Collection".freeze
|
145
137
|
term :"collection-other/1.0/",
|
138
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0".freeze,
|
146
139
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
147
140
|
member: ["http://rightsstatements.org/vocab/CNE/1.0/".freeze, "http://rightsstatements.org/vocab/NKC/1.0/".freeze, "http://rightsstatements.org/vocab/UND/1.0/".freeze],
|
148
|
-
|
149
|
-
type: "skos:Collection".freeze
|
141
|
+
type: "http://www.w3.org/2004/02/skos/core#Collection".freeze
|
150
142
|
term :irswg,
|
151
|
-
"foaf
|
152
|
-
"foaf
|
143
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://rightsstatements.org/".freeze,
|
144
|
+
"http://xmlns.com/foaf/0.1/name": "RightsStatements.org Consortium".freeze,
|
153
145
|
prefLabel: "RightsStatements.org Consortium".freeze,
|
154
|
-
type: ["edm
|
146
|
+
type: ["http://www.europeana.eu/schemas/edm/Agent".freeze, "http://xmlns.com/foaf/0.1/Group".freeze]
|
155
147
|
end
|
156
148
|
end
|
data/lib/rdf/vocab/rsa.rb
CHANGED
@@ -3,96 +3,63 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/auth/rsa#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/ns/auth/rsa#>
|
8
|
-
# #
|
9
|
-
# # ontology for the RSA public private keys
|
10
|
-
# # @see http://www.w3.org/ns/auth/X509Uml.svg
|
11
|
-
# # @see http://lists.foaf-project.org/mailman/listinfo/foaf-protocols
|
12
|
-
# # @see http://en.wikipedia.org/wiki/RSA
|
13
|
-
# class RSA < RDF::StrictVocabulary
|
14
|
-
# # The union of the public and private components of an RSAKey. Usually those pieces are not kept together
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :RSAKey
|
17
|
-
#
|
18
|
-
# # A Private Key in the RSA framework
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :RSAPrivateKey
|
21
|
-
#
|
22
|
-
# # The RSA public key. Padded message m are encrypted by applying the function modulus(power(m,exponent),modulus)
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :RSAPublicKey
|
25
|
-
#
|
26
|
-
# # The modulus of an RSA public and private key. This is defined as n = p*q
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :modulus
|
29
|
-
#
|
30
|
-
# # The exponent used to decrypt the message calculated as public_exponent*private_exponent = 1 modulo totient(p*q) The private exponent is often named 'd'
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :private_exponent
|
33
|
-
#
|
34
|
-
# # The exponent used to encrypt the message. Number chosen between 1 and the totient(p*q). Often named 'e' .
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :public_exponent
|
37
|
-
#
|
38
|
-
# end
|
39
6
|
RSA = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/auth/rsa#")) do
|
40
7
|
|
41
8
|
# Ontology definition
|
42
9
|
ontology :"http://www.w3.org/ns/auth/rsa#",
|
43
10
|
comment: "ontology for the RSA public private keys ".freeze,
|
44
|
-
"dc
|
45
|
-
"foaf
|
11
|
+
"http://purl.org/dc/terms/contributor": term(
|
12
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://ii.uwb.edu.pl/~dtomaszuk/card".freeze
|
46
13
|
),
|
47
|
-
"dc
|
48
|
-
"
|
49
|
-
"
|
50
|
-
|
51
|
-
|
14
|
+
"http://purl.org/dc/terms/created": "2008-11-13".freeze,
|
15
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://en.wikipedia.org/wiki/RSA".freeze, "http://lists.foaf-project.org/mailman/listinfo/foaf-protocols".freeze, "http://www.w3.org/ns/auth/X509Uml.svg".freeze],
|
16
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
17
|
+
"http://xmlns.com/foaf/0.1/maker": "http://bblfish.net/people/henry/card#me".freeze,
|
18
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
52
19
|
|
53
20
|
# Class definitions
|
54
21
|
term :RSAKey,
|
55
22
|
comment: "\n The union of the public and private components of an RSAKey.\n Usually those pieces are not kept together\n ".freeze,
|
23
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
56
24
|
label: "RSA Key".freeze,
|
57
|
-
subClassOf: "cert
|
58
|
-
type: "owl
|
59
|
-
"vs:term_status": "unstable".freeze
|
25
|
+
subClassOf: "http://www.w3.org/ns/auth/cert#Key".freeze,
|
26
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
60
27
|
term :RSAPrivateKey,
|
61
28
|
comment: "\n A Private Key in the RSA framework \n ".freeze,
|
29
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/RSA".freeze,
|
30
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
62
31
|
label: "RSA Private Key".freeze,
|
63
|
-
|
64
|
-
|
65
|
-
type: "owl:Class".freeze,
|
66
|
-
"vs:term_status": "unstable".freeze
|
32
|
+
subClassOf: ["http://www.w3.org/ns/auth/cert#PrivateKey".freeze, "http://www.w3.org/ns/auth/rsa#RSAKey".freeze],
|
33
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
67
34
|
term :RSAPublicKey,
|
68
35
|
comment: "\n The RSA public key. Padded message m are encrypted by applying the function\n modulus(power(m,exponent),modulus)\n ".freeze,
|
36
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://en.wikipedia.org/wiki/RSA".freeze,
|
37
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
69
38
|
label: "RSA Public Key".freeze,
|
70
|
-
|
71
|
-
|
72
|
-
type: "owl:Class".freeze,
|
73
|
-
"vs:term_status": "unstable".freeze
|
39
|
+
subClassOf: ["http://www.w3.org/ns/auth/cert#PublicKey".freeze, "http://www.w3.org/ns/auth/rsa#RSAKey".freeze],
|
40
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
74
41
|
|
75
42
|
# Property definitions
|
76
43
|
property :modulus,
|
77
44
|
comment: " \n The modulus of an RSA public and private key. \n This is defined as n = p*q\n ".freeze,
|
78
|
-
domain: "rsa
|
45
|
+
domain: "http://www.w3.org/ns/auth/rsa#RSAKey".freeze,
|
46
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
79
47
|
label: "modulus".freeze,
|
80
|
-
range: ["
|
81
|
-
type: "owl
|
82
|
-
"vs:term_status": "unstable".freeze
|
48
|
+
range: ["http://www.w3.org/2001/XMLSchema#base64Binary".freeze, "http://www.w3.org/2001/XMLSchema#hexBinary".freeze],
|
49
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
83
50
|
property :private_exponent,
|
84
51
|
comment: "\n The exponent used to decrypt the message\n calculated as \n public_exponent*private_exponent = 1 modulo totient(p*q)\n The private exponent is often named 'd'\n ".freeze,
|
85
|
-
domain: "rsa
|
52
|
+
domain: "http://www.w3.org/ns/auth/rsa#RSAPrivateKey".freeze,
|
53
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
86
54
|
label: "private".freeze,
|
87
|
-
range: "
|
88
|
-
type: "owl
|
89
|
-
"vs:term_status": "unstable".freeze
|
55
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
|
56
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
90
57
|
property :public_exponent,
|
91
58
|
comment: "\n The exponent used to encrypt the message. Number chosen between\n 1 and the totient(p*q). Often named 'e' .\n ".freeze,
|
92
|
-
domain: "rsa
|
59
|
+
domain: "http://www.w3.org/ns/auth/rsa#RSAPublicKey".freeze,
|
60
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
93
61
|
label: "public_exponent".freeze,
|
94
|
-
range: "
|
95
|
-
type: "owl
|
96
|
-
"vs:term_status": "unstable".freeze
|
62
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
|
63
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
97
64
|
end
|
98
65
|
end
|
data/lib/rdf/vocab/rss.rb
CHANGED
@@ -3,109 +3,64 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/rss/1.0/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://purl.org/rss/1.0/>
|
8
|
-
# #
|
9
|
-
# class RSS < RDF::StrictVocabulary
|
10
|
-
# # An RSS information channel.
|
11
|
-
# # @return [RDF::Vocabulary::Term]
|
12
|
-
# attr_reader :channel
|
13
|
-
#
|
14
|
-
# # An RSS image.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :image
|
17
|
-
#
|
18
|
-
# # An RSS item.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :item
|
21
|
-
#
|
22
|
-
# # An RSS text input.
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :textinput
|
25
|
-
#
|
26
|
-
# # A short text description of the subject.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :description
|
29
|
-
#
|
30
|
-
# # Points to a list of rss:item elements that are members of the subject channel.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :items
|
33
|
-
#
|
34
|
-
# # The URL to which an HTML rendering of the subject will link.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :link
|
37
|
-
#
|
38
|
-
# # The text input field's (variable) name.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :name
|
41
|
-
#
|
42
|
-
# # A descriptive title for the channel.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :title
|
45
|
-
#
|
46
|
-
# # The URL of the image to used in the 'src' attribute of the channel's image tag when rendered as HTML.
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :url
|
49
|
-
#
|
50
|
-
# end
|
51
6
|
RSS = Class.new(RDF::StrictVocabulary("http://purl.org/rss/1.0/")) do
|
52
7
|
|
53
8
|
# Class definitions
|
54
9
|
term :channel,
|
55
10
|
comment: "An RSS information channel.".freeze,
|
56
|
-
isDefinedBy: "rss
|
11
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
57
12
|
label: "Channel".freeze,
|
58
|
-
type: "
|
13
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
59
14
|
term :image,
|
60
15
|
comment: "An RSS image.".freeze,
|
61
|
-
isDefinedBy: "rss
|
16
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
62
17
|
label: "Image".freeze,
|
63
|
-
type: "
|
18
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
64
19
|
term :item,
|
65
20
|
comment: "An RSS item.".freeze,
|
66
|
-
isDefinedBy: "rss
|
21
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
67
22
|
label: "Item".freeze,
|
68
|
-
type: "
|
23
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
69
24
|
term :textinput,
|
70
25
|
comment: "An RSS text input.".freeze,
|
71
|
-
isDefinedBy: "rss
|
26
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
72
27
|
label: "Text Input".freeze,
|
73
|
-
type: "
|
28
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
74
29
|
|
75
30
|
# Property definitions
|
76
31
|
property :description,
|
77
32
|
comment: "A short text description of the subject.".freeze,
|
78
|
-
isDefinedBy: "rss
|
33
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
79
34
|
label: "Description".freeze,
|
80
|
-
subPropertyOf: "
|
81
|
-
type: "rdf
|
35
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/description".freeze,
|
36
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
82
37
|
property :items,
|
83
38
|
comment: "Points to a list of rss:item elements that are members of the subject channel.".freeze,
|
84
|
-
isDefinedBy: "rss
|
39
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
85
40
|
label: "Items".freeze,
|
86
|
-
type: "rdf
|
41
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
87
42
|
property :link,
|
88
43
|
comment: "The URL to which an HTML rendering of the subject will link.".freeze,
|
89
|
-
isDefinedBy: "rss
|
44
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
90
45
|
label: "Link".freeze,
|
91
|
-
subPropertyOf: "
|
92
|
-
type: "rdf
|
46
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier".freeze,
|
47
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
93
48
|
property :name,
|
94
49
|
comment: "The text input field's (variable) name.".freeze,
|
95
|
-
isDefinedBy: "rss
|
50
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
96
51
|
label: "Name".freeze,
|
97
|
-
type: "rdf
|
52
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
98
53
|
property :title,
|
99
54
|
comment: "A descriptive title for the channel.".freeze,
|
100
|
-
isDefinedBy: "rss
|
55
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
101
56
|
label: "Title".freeze,
|
102
|
-
subPropertyOf: "
|
103
|
-
type: "rdf
|
57
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/title".freeze,
|
58
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
104
59
|
property :url,
|
105
60
|
comment: "The URL of the image to used in the 'src' attribute of the channel's image tag when rendered as HTML.".freeze,
|
106
|
-
isDefinedBy: "rss
|
61
|
+
isDefinedBy: "http://purl.org/rss/1.0/".freeze,
|
107
62
|
label: "URL".freeze,
|
108
|
-
subPropertyOf: "
|
109
|
-
type: "rdf
|
63
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier".freeze,
|
64
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
110
65
|
end
|
111
66
|
end
|