rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,112 +3,114 @@
3
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
+ # Vocabulary for <http://purl.org/dc/dcmitype/>
7
+ # @!visibility private
6
8
  DCMIType = Class.new(RDF::StrictVocabulary("http://purl.org/dc/dcmitype/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://purl.org/dc/dcmitype/",
10
- "http://purl.org/dc/terms/modified": "2012-06-14".freeze,
11
- "http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
12
- "http://purl.org/dc/terms/title": "DCMI Type Vocabulary".freeze
12
+ "http://purl.org/dc/terms/modified": "2012-06-14",
13
+ "http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI",
14
+ "http://purl.org/dc/terms/title": {en: "DCMI Type Vocabulary"}
13
15
 
14
16
  # Class definitions
15
17
  term :Collection,
16
- comment: "An aggregation of resources.".freeze,
17
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
18
- "http://purl.org/dc/terms/description": "A collection is described as a group; its parts may also be separately described.".freeze,
19
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
20
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
21
- label: "Collection".freeze,
22
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
18
+ comment: {en: "An aggregation of resources."},
19
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
20
+ "http://purl.org/dc/terms/description": {en: "A collection is described as a group; its parts may also be separately described."},
21
+ "http://purl.org/dc/terms/issued": "2000-07-11",
22
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
23
+ label: {en: "Collection"},
24
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
23
25
  term :Dataset,
24
- comment: "Data encoded in a defined structure.".freeze,
25
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
26
- "http://purl.org/dc/terms/description": "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.".freeze,
27
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
28
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
29
- label: "Dataset".freeze,
30
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
26
+ comment: {en: "Data encoded in a defined structure."},
27
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
28
+ "http://purl.org/dc/terms/description": {en: "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing."},
29
+ "http://purl.org/dc/terms/issued": "2000-07-11",
30
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
31
+ label: {en: "Dataset"},
32
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
31
33
  term :Event,
32
- comment: "A non-persistent, time-based occurrence.".freeze,
33
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
34
- "http://purl.org/dc/terms/description": "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.".freeze,
35
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
36
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
37
- label: "Event".freeze,
38
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
34
+ comment: {en: "A non-persistent, time-based occurrence."},
35
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
36
+ "http://purl.org/dc/terms/description": {en: "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration."},
37
+ "http://purl.org/dc/terms/issued": "2000-07-11",
38
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
39
+ label: {en: "Event"},
40
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
39
41
  term :Image,
40
- comment: "A visual representation other than text.".freeze,
41
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
42
- "http://purl.org/dc/terms/description": "Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations.".freeze,
43
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
44
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
45
- label: "Image".freeze,
46
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
42
+ comment: {en: "A visual representation other than text."},
43
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
44
+ "http://purl.org/dc/terms/description": {en: "Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations."},
45
+ "http://purl.org/dc/terms/issued": "2000-07-11",
46
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
47
+ label: {en: "Image"},
48
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
47
49
  term :InteractiveResource,
48
- comment: "A resource requiring interaction from the user to be understood, executed, or experienced.".freeze,
49
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
50
- "http://purl.org/dc/terms/description": "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.".freeze,
51
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
52
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
53
- label: "Interactive Resource".freeze,
54
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
50
+ comment: {en: "A resource requiring interaction from the user to be understood, executed, or experienced."},
51
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
52
+ "http://purl.org/dc/terms/description": {en: "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments."},
53
+ "http://purl.org/dc/terms/issued": "2000-07-11",
54
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
55
+ label: {en: "Interactive Resource"},
56
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
55
57
  term :MovingImage,
56
- comment: "A series of visual representations imparting an impression of motion when shown in succession.".freeze,
57
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
58
- "http://purl.org/dc/terms/description": "Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.".freeze,
59
- "http://purl.org/dc/terms/issued": "2003-11-18".freeze,
60
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
61
- label: "Moving Image".freeze,
62
- subClassOf: "http://purl.org/dc/dcmitype/Image".freeze,
63
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
58
+ comment: {en: "A series of visual representations imparting an impression of motion when shown in succession."},
59
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
60
+ "http://purl.org/dc/terms/description": {en: "Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image."},
61
+ "http://purl.org/dc/terms/issued": "2003-11-18",
62
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
63
+ label: {en: "Moving Image"},
64
+ subClassOf: "http://purl.org/dc/dcmitype/Image",
65
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
64
66
  term :PhysicalObject,
65
- comment: "An inanimate, three-dimensional object or substance.".freeze,
66
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
67
- "http://purl.org/dc/terms/description": "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.".freeze,
68
- "http://purl.org/dc/terms/issued": "2002-07-13".freeze,
69
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
70
- label: "Physical Object".freeze,
71
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
67
+ comment: {en: "An inanimate, three-dimensional object or substance."},
68
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
69
+ "http://purl.org/dc/terms/description": {en: "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types."},
70
+ "http://purl.org/dc/terms/issued": "2002-07-13",
71
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
72
+ label: {en: "Physical Object"},
73
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
72
74
  term :Service,
73
- comment: "A system that provides one or more functions.".freeze,
74
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
75
- "http://purl.org/dc/terms/description": "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.".freeze,
76
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
77
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
78
- label: "Service".freeze,
79
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
75
+ comment: {en: "A system that provides one or more functions."},
76
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
77
+ "http://purl.org/dc/terms/description": {en: "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server."},
78
+ "http://purl.org/dc/terms/issued": "2000-07-11",
79
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
80
+ label: {en: "Service"},
81
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
80
82
  term :Software,
81
- comment: "A computer program in source or compiled form.".freeze,
82
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
83
- "http://purl.org/dc/terms/description": "Examples include a C source file, MS-Windows .exe executable, or Perl script.".freeze,
84
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
85
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
86
- label: "Software".freeze,
87
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
83
+ comment: {en: "A computer program in source or compiled form."},
84
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
85
+ "http://purl.org/dc/terms/description": {en: "Examples include a C source file, MS-Windows .exe executable, or Perl script."},
86
+ "http://purl.org/dc/terms/issued": "2000-07-11",
87
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
88
+ label: {en: "Software"},
89
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
88
90
  term :Sound,
89
- comment: "A resource primarily intended to be heard.".freeze,
90
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
91
- "http://purl.org/dc/terms/description": "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.".freeze,
92
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
93
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
94
- label: "Sound".freeze,
95
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
91
+ comment: {en: "A resource primarily intended to be heard."},
92
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
93
+ "http://purl.org/dc/terms/description": {en: "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds."},
94
+ "http://purl.org/dc/terms/issued": "2000-07-11",
95
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
96
+ label: {en: "Sound"},
97
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
96
98
  term :StillImage,
97
- comment: "A static visual representation.".freeze,
98
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
99
- "http://purl.org/dc/terms/description": "Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.".freeze,
100
- "http://purl.org/dc/terms/issued": "2003-11-18".freeze,
101
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
102
- label: "Still Image".freeze,
103
- subClassOf: "http://purl.org/dc/dcmitype/Image".freeze,
104
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
99
+ comment: {en: "A static visual representation."},
100
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
101
+ "http://purl.org/dc/terms/description": {en: "Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image."},
102
+ "http://purl.org/dc/terms/issued": "2003-11-18",
103
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
104
+ label: {en: "Still Image"},
105
+ subClassOf: "http://purl.org/dc/dcmitype/Image",
106
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
105
107
  term :Text,
106
- comment: "A resource consisting primarily of words for reading.".freeze,
107
- "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
108
- "http://purl.org/dc/terms/description": "Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.".freeze,
109
- "http://purl.org/dc/terms/issued": "2000-07-11".freeze,
110
- isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
111
- label: "Text".freeze,
112
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
108
+ comment: {en: "A resource consisting primarily of words for reading."},
109
+ "http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType",
110
+ "http://purl.org/dc/terms/description": {en: "Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text."},
111
+ "http://purl.org/dc/terms/issued": "2000-07-11",
112
+ isDefinedBy: "http://purl.org/dc/dcmitype/",
113
+ label: {en: "Text"},
114
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
113
115
  end
114
116
  end