rdf-vocab 3.1.9 → 3.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +48 -7
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1520 -2676
  8. data/lib/rdf/vocab/bibframe.rb +2437 -1843
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +217 -383
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +93 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +255 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +10516 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +9677 -18984
  66. data/lib/rdf/vocab/schemas.rb +9677 -18984
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +68 -21
@@ -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
- "dc11:identifier": "rscs".freeze,
19
- "dc:creator": "rightsstatements:irswg".freeze,
20
- "dc:title": "RightsStatements.org Standardized International Rights Statements".freeze,
21
- "owl:versionInfo": "1.0".freeze,
22
- type: "skos:ConceptScheme".freeze
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
- "dc11:identifier": "CNE".freeze,
25
- "dc:creator": "rightsstatements:irswg".freeze,
26
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "InC-EDU".freeze,
35
- "dc:creator": "rightsstatements:irswg".freeze,
36
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "cc:prohibits": "cc:CommercialUse".freeze,
44
- "dc11:identifier": "InC-NC".freeze,
45
- "dc:creator": "rightsstatements:irswg".freeze,
46
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "InC-OW-EU".freeze,
55
- "dc:creator": "rightsstatements:irswg".freeze,
56
- "dc:modified": "2010-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "InC-RUU".freeze,
65
- "dc:creator": "rightsstatements:irswg".freeze,
66
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "InC".freeze,
74
- "dc:creator": "rightsstatements:irswg".freeze,
75
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "NKC".freeze,
84
- "dc:creator": "rightsstatements:irswg".freeze,
85
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "NoC-CR".freeze,
93
- "dc:creator": "rightsstatements:irswg".freeze,
94
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "cc:prohibits": "cc:CommercialUse".freeze,
102
- "dc11:identifier": "NoC-NC".freeze,
103
- "dc:creator": "rightsstatements:irswg".freeze,
104
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "NoC-OKLR".freeze,
112
- "dc:creator": "rightsstatements:irswg".freeze,
113
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "NoC-US".freeze,
121
- "dc:creator": "rightsstatements:irswg".freeze,
122
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "dc11:identifier": "UND".freeze,
129
- "dc:creator": "rightsstatements:irswg".freeze,
130
- "dc:modified": "2019-04-18".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "owl:versionInfo": "1.0".freeze,
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
- "owl:versionInfo": "1.0".freeze,
149
- type: "skos:Collection".freeze
141
+ type: "http://www.w3.org/2004/02/skos/core#Collection".freeze
150
142
  term :irswg,
151
- "foaf:homepage": "http://rightsstatements.org/".freeze,
152
- "foaf:name": "RightsStatements.org Consortium".freeze,
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:Agent".freeze, "foaf:Group".freeze]
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,115 +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
- comment: %(ontology for the RSA public private keys ).freeze,
44
- "dc:contributor": term(
45
- "foaf:homepage": "http://ii.uwb.edu.pl/~dtomaszuk/card".freeze
10
+ comment: "ontology for the RSA public private keys ".freeze,
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:created": "2008-11-13".freeze,
48
- "foaf:maker": "http://bblfish.net/people/henry/card#me".freeze,
49
- "rdfs: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],
50
- type: "owl:Ontology".freeze,
51
- "vs:term_status": "unstable".freeze
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
- comment: %(
56
- The union of the public and private components of an RSAKey.
57
- Usually those pieces are not kept together
58
- ).freeze,
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,
59
24
  label: "RSA Key".freeze,
60
- subClassOf: "cert:Key".freeze,
61
- type: "owl:Class".freeze,
62
- "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
63
27
  term :RSAPrivateKey,
64
- comment: %(
65
- A Private Key in the RSA framework
66
- ).freeze,
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,
67
31
  label: "RSA Private Key".freeze,
68
- "rdfs:seeAlso": "http://en.wikipedia.org/wiki/RSA".freeze,
69
- subClassOf: ["cert:PrivateKey".freeze, "rsa:RSAKey".freeze],
70
- type: "owl:Class".freeze,
71
- "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
72
34
  term :RSAPublicKey,
73
- comment: %(
74
- The RSA public key. Padded message m are encrypted by applying the function
75
- modulus\(power\(m,exponent\),modulus\)
76
- ).freeze,
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,
77
38
  label: "RSA Public Key".freeze,
78
- "rdfs:seeAlso": "http://en.wikipedia.org/wiki/RSA".freeze,
79
- subClassOf: ["cert:PublicKey".freeze, "rsa:RSAKey".freeze],
80
- type: "owl:Class".freeze,
81
- "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
82
41
 
83
42
  # Property definitions
84
43
  property :modulus,
85
- comment: %(
86
- The modulus of an RSA public and private key.
87
- This is defined as n = p*q
88
- ).freeze,
89
- domain: "rsa:RSAKey".freeze,
44
+ comment: " \n The modulus of an RSA public and private key. \n This is defined as n = p*q\n ".freeze,
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,
90
47
  label: "modulus".freeze,
91
- range: ["xsd:base64Binary".freeze, "xsd:hexBinary".freeze],
92
- type: "owl:DatatypeProperty".freeze,
93
- "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
94
50
  property :private_exponent,
95
- comment: %(
96
- The exponent used to decrypt the message
97
- calculated as
98
- public_exponent*private_exponent = 1 modulo totient\(p*q\)
99
- The private exponent is often named 'd'
100
- ).freeze,
101
- domain: "rsa:RSAPrivateKey".freeze,
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,
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,
102
54
  label: "private".freeze,
103
- range: "xsd:nonNegativeInteger".freeze,
104
- type: "owl:DatatypeProperty".freeze,
105
- "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
106
57
  property :public_exponent,
107
- comment: %(
108
- The exponent used to encrypt the message. Number chosen between
109
- 1 and the totient\(p*q\). Often named 'e' .
110
- ).freeze,
111
- domain: "rsa:RSAPublicKey".freeze,
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,
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,
112
61
  label: "public_exponent".freeze,
113
- range: "xsd:nonNegativeInteger".freeze,
114
- type: "owl:DatatypeProperty".freeze,
115
- "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
116
64
  end
117
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:".freeze,
11
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
57
12
  label: "Channel".freeze,
58
- type: "rdfs:Class".freeze
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:".freeze,
16
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
62
17
  label: "Image".freeze,
63
- type: "rdfs:Class".freeze
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:".freeze,
21
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
67
22
  label: "Item".freeze,
68
- type: "rdfs:Class".freeze
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:".freeze,
26
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
72
27
  label: "Text Input".freeze,
73
- type: "rdfs:Class".freeze
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:".freeze,
33
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
79
34
  label: "Description".freeze,
80
- subPropertyOf: "dc11:description".freeze,
81
- type: "rdf:Property".freeze
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:".freeze,
39
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
85
40
  label: "Items".freeze,
86
- type: "rdf:Property".freeze
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:".freeze,
44
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
90
45
  label: "Link".freeze,
91
- subPropertyOf: "dc11:identifier".freeze,
92
- type: "rdf:Property".freeze
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:".freeze,
50
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
96
51
  label: "Name".freeze,
97
- type: "rdf:Property".freeze
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:".freeze,
55
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
101
56
  label: "Title".freeze,
102
- subPropertyOf: "dc11:title".freeze,
103
- type: "rdf:Property".freeze
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:".freeze,
61
+ isDefinedBy: "http://purl.org/rss/1.0/".freeze,
107
62
  label: "URL".freeze,
108
- subPropertyOf: "dc11:identifier".freeze,
109
- type: "rdf:Property".freeze
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