rdf-vocab 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
data/lib/rdf/vocab/cnt.rb CHANGED
@@ -3,121 +3,123 @@
3
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
+ # Vocabulary for <http://www.w3.org/2011/content#>
7
+ # @!visibility private
6
8
  CNT = Class.new(RDF::StrictVocabulary("http://www.w3.org/2011/content#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/2011/content#",
10
- comment: "Representing Content in RDF as defined by http://www.w3.org/TR/Content-in-RDF/".freeze,
11
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/WAI/intro/earl".freeze,
12
- "http://www.w3.org/2002/07/owl#imports": "http://purl.org/dc/terms/".freeze,
13
- "http://www.w3.org/2002/07/owl#versionInfo": "Working Draft 29 April 2011".freeze,
14
- isDefinedBy: "http://www.w3.org/TR/Content-in-RDF/".freeze,
15
- label: "Representing Content in RDF".freeze,
16
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ comment: {en: "Representing Content in RDF as defined by http://www.w3.org/TR/Content-in-RDF/"},
13
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/WAI/intro/earl",
14
+ "http://www.w3.org/2002/07/owl#imports": "http://purl.org/dc/terms/",
15
+ "http://www.w3.org/2002/07/owl#versionInfo": {en: "Working Draft 29 April 2011"},
16
+ isDefinedBy: "http://www.w3.org/TR/Content-in-RDF/",
17
+ label: {en: "Representing Content in RDF"},
18
+ type: "http://www.w3.org/2002/07/owl#Ontology"
17
19
 
18
20
  # Class definitions
19
21
  term :Content,
20
- comment: "The content.".freeze,
21
- label: "Content".freeze,
22
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
22
+ comment: {en: "The content."},
23
+ label: {en: "Content"},
24
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
23
25
  term :ContentAsBase64,
24
- comment: "The base64 encoded content (can be used for binary content).".freeze,
25
- label: "Base64 content".freeze,
26
- subClassOf: "http://www.w3.org/2011/content#Content".freeze,
27
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
26
+ comment: {en: "The base64 encoded content (can be used for binary content)."},
27
+ label: {en: "Base64 content"},
28
+ subClassOf: "http://www.w3.org/2011/content#Content",
29
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
28
30
  term :ContentAsText,
29
- comment: "The text content (can be used for text content).".freeze,
30
- label: "Text content".freeze,
31
- subClassOf: "http://www.w3.org/2011/content#Content".freeze,
32
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
31
+ comment: {en: "The text content (can be used for text content)."},
32
+ label: {en: "Text content"},
33
+ subClassOf: "http://www.w3.org/2011/content#Content",
34
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
33
35
  term :ContentAsXML,
34
- comment: "The XML content (can only be used for XML-wellformed content).".freeze,
35
- label: "XML content".freeze,
36
- subClassOf: "http://www.w3.org/2011/content#Content".freeze,
37
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
36
+ comment: {en: "The XML content (can only be used for XML-wellformed content)."},
37
+ label: {en: "XML content"},
38
+ subClassOf: "http://www.w3.org/2011/content#Content",
39
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
38
40
  term :DoctypeDecl,
39
- comment: "The document type declaration.".freeze,
40
- label: "Document type declaration".freeze,
41
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
41
+ comment: {en: "The document type declaration."},
42
+ label: {en: "Document type declaration"},
43
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
42
44
 
43
45
  # Property definitions
44
46
  property :bytes,
45
- comment: "The Base64 encoded byte sequence of the content.".freeze,
46
- domain: "http://www.w3.org/2011/content#ContentAsBase64".freeze,
47
- label: "Base64 encoded byte sequence".freeze,
48
- range: "http://www.w3.org/2001/XMLSchema#base64Binary".freeze,
49
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
47
+ comment: {en: "The Base64 encoded byte sequence of the content."},
48
+ domain: "http://www.w3.org/2011/content#ContentAsBase64",
49
+ label: {en: "Base64 encoded byte sequence"},
50
+ range: "http://www.w3.org/2001/XMLSchema#base64Binary",
51
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
50
52
  property :characterEncoding,
51
- comment: "The character encoding used to create a character sequence from a byte sequence or vice versa.".freeze,
52
- domain: "http://www.w3.org/2011/content#Content".freeze,
53
- label: "Character encoding".freeze,
54
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
55
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
53
+ comment: {en: "The character encoding used to create a character sequence from a byte sequence or vice versa."},
54
+ domain: "http://www.w3.org/2011/content#Content",
55
+ label: {en: "Character encoding"},
56
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
57
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
56
58
  property :chars,
57
- comment: "The character sequence of the text content.".freeze,
58
- domain: "http://www.w3.org/2011/content#ContentAsText".freeze,
59
- label: "Character sequence".freeze,
60
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
61
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
59
+ comment: {en: "The character sequence of the text content."},
60
+ domain: "http://www.w3.org/2011/content#ContentAsText",
61
+ label: {en: "Character sequence"},
62
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
63
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
62
64
  property :declaredEncoding,
63
- comment: "The character encoding declared in the XML declaration.".freeze,
64
- domain: "http://www.w3.org/2011/content#ContentAsXML".freeze,
65
- label: "XML character encoding".freeze,
66
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
67
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
65
+ comment: {en: "The character encoding declared in the XML declaration."},
66
+ domain: "http://www.w3.org/2011/content#ContentAsXML",
67
+ label: {en: "XML character encoding"},
68
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
69
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
68
70
  property :doctypeName,
69
- comment: "The document type name.".freeze,
70
- domain: "http://www.w3.org/2011/content#DoctypeDecl".freeze,
71
- label: "Document type name".freeze,
72
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
73
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
71
+ comment: {en: "The document type name."},
72
+ domain: "http://www.w3.org/2011/content#DoctypeDecl",
73
+ label: {en: "Document type name"},
74
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
75
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
74
76
  property :dtDecl,
75
- comment: "The document type declaration.".freeze,
76
- domain: "http://www.w3.org/2011/content#ContentAsXML".freeze,
77
- label: "Document type declaration".freeze,
78
- range: "http://www.w3.org/2011/content#DoctypeDecl".freeze,
79
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
77
+ comment: {en: "The document type declaration."},
78
+ domain: "http://www.w3.org/2011/content#ContentAsXML",
79
+ label: {en: "Document type declaration"},
80
+ range: "http://www.w3.org/2011/content#DoctypeDecl",
81
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
80
82
  property :internalSubset,
81
- comment: "The internal document type definition subset within the document type declarations.".freeze,
82
- domain: "http://www.w3.org/2011/content#DoctypeDecl".freeze,
83
- label: "Internal DTD subset".freeze,
84
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
85
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
83
+ comment: {en: "The internal document type definition subset within the document type declarations."},
84
+ domain: "http://www.w3.org/2011/content#DoctypeDecl",
85
+ label: {en: "Internal DTD subset"},
86
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
87
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
86
88
  property :leadingMisc,
87
- comment: "The XML content preceding the document type declaration.".freeze,
88
- domain: "http://www.w3.org/2011/content#ContentAsXML".freeze,
89
- label: "XML leading misc".freeze,
90
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral".freeze,
91
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
89
+ comment: {en: "The XML content preceding the document type declaration."},
90
+ domain: "http://www.w3.org/2011/content#ContentAsXML",
91
+ label: {en: "XML leading misc"},
92
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",
93
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
92
94
  property :publicId,
93
- comment: "The document type declarations's public identifier.".freeze,
94
- domain: "http://www.w3.org/2011/content#DoctypeDecl".freeze,
95
- label: "Public ID".freeze,
96
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
97
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
95
+ comment: {en: "The document type declarations's public identifier."},
96
+ domain: "http://www.w3.org/2011/content#DoctypeDecl",
97
+ label: {en: "Public ID"},
98
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
99
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
98
100
  property :rest,
99
- comment: "The XML content following the document type declaration.".freeze,
100
- domain: "http://www.w3.org/2011/content#ContentAsXML".freeze,
101
- label: "XML rest".freeze,
102
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral".freeze,
103
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
101
+ comment: {en: "The XML content following the document type declaration."},
102
+ domain: "http://www.w3.org/2011/content#ContentAsXML",
103
+ label: {en: "XML rest"},
104
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",
105
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
104
106
  property :standalone,
105
- comment: "The standalone declaration in the XML declaration.".freeze,
106
- domain: "http://www.w3.org/2011/content#ContentAsXML".freeze,
107
- label: "XML standalone document declaration".freeze,
108
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
109
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
107
+ comment: {en: "The standalone declaration in the XML declaration."},
108
+ domain: "http://www.w3.org/2011/content#ContentAsXML",
109
+ label: {en: "XML standalone document declaration"},
110
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
111
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
110
112
  property :systemId,
111
- comment: "The document type declarations's system identifier (typed: xsd:anyURI)".freeze,
112
- domain: "http://www.w3.org/2011/content#DoctypeDecl".freeze,
113
- label: "System ID".freeze,
114
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
115
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
113
+ comment: {en: "The document type declarations's system identifier (typed: xsd:anyURI)"},
114
+ domain: "http://www.w3.org/2011/content#DoctypeDecl",
115
+ label: {en: "System ID"},
116
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
117
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
116
118
  property :version,
117
- comment: "The XML version declared in the XML declaration.".freeze,
118
- domain: "http://www.w3.org/2011/content#ContentAsXML".freeze,
119
- label: "XML version".freeze,
120
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
121
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
119
+ comment: {en: "The XML version declared in the XML declaration."},
120
+ domain: "http://www.w3.org/2011/content#ContentAsXML",
121
+ label: {en: "XML version"},
122
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
123
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
122
124
  end
123
125
  end