rdf 1.99.1 → 2.0.0.beta1

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 (81) hide show
  1. checksums.yaml +4 -4
  2. data/{README → README.md} +9 -44
  3. data/VERSION +1 -1
  4. data/bin/rdf +1 -1
  5. data/lib/rdf.rb +40 -49
  6. data/lib/rdf/changeset.rb +161 -0
  7. data/lib/rdf/cli.rb +195 -33
  8. data/lib/rdf/cli/vocab-loader.rb +13 -3
  9. data/lib/rdf/format.rb +44 -26
  10. data/lib/rdf/mixin/enumerable.rb +133 -97
  11. data/lib/rdf/mixin/enumerator.rb +8 -0
  12. data/lib/rdf/mixin/indexable.rb +1 -1
  13. data/lib/rdf/mixin/mutable.rb +101 -22
  14. data/lib/rdf/mixin/queryable.rb +21 -32
  15. data/lib/rdf/mixin/transactable.rb +94 -0
  16. data/lib/rdf/mixin/writable.rb +12 -3
  17. data/lib/rdf/model/dataset.rb +48 -0
  18. data/lib/rdf/model/graph.rb +73 -43
  19. data/lib/rdf/model/list.rb +61 -33
  20. data/lib/rdf/model/literal.rb +20 -19
  21. data/lib/rdf/model/literal/double.rb +20 -4
  22. data/lib/rdf/model/literal/numeric.rb +15 -13
  23. data/lib/rdf/model/node.rb +15 -16
  24. data/lib/rdf/model/statement.rb +1 -43
  25. data/lib/rdf/model/term.rb +10 -8
  26. data/lib/rdf/model/uri.rb +35 -34
  27. data/lib/rdf/model/value.rb +1 -1
  28. data/lib/rdf/nquads.rb +2 -11
  29. data/lib/rdf/ntriples.rb +1 -1
  30. data/lib/rdf/ntriples/reader.rb +33 -46
  31. data/lib/rdf/ntriples/writer.rb +42 -5
  32. data/lib/rdf/query.rb +6 -40
  33. data/lib/rdf/query/pattern.rb +4 -17
  34. data/lib/rdf/query/solutions.rb +6 -6
  35. data/lib/rdf/reader.rb +65 -14
  36. data/lib/rdf/repository.rb +365 -229
  37. data/lib/rdf/transaction.rb +211 -84
  38. data/lib/rdf/util.rb +1 -0
  39. data/lib/rdf/util/cache.rb +5 -5
  40. data/lib/rdf/util/file.rb +12 -9
  41. data/lib/rdf/util/logger.rb +272 -0
  42. data/lib/rdf/version.rb +2 -2
  43. data/lib/rdf/vocab/owl.rb +82 -77
  44. data/lib/rdf/vocab/rdfs.rb +22 -17
  45. data/lib/rdf/vocab/xsd.rb +5 -0
  46. data/lib/rdf/vocabulary.rb +50 -56
  47. data/lib/rdf/writer.rb +104 -52
  48. metadata +45 -90
  49. data/lib/rdf/mixin/inferable.rb +0 -5
  50. data/lib/rdf/vocab/cc.rb +0 -128
  51. data/lib/rdf/vocab/cert.rb +0 -245
  52. data/lib/rdf/vocab/dc.rb +0 -948
  53. data/lib/rdf/vocab/dc11.rb +0 -167
  54. data/lib/rdf/vocab/dcat.rb +0 -214
  55. data/lib/rdf/vocab/doap.rb +0 -337
  56. data/lib/rdf/vocab/exif.rb +0 -941
  57. data/lib/rdf/vocab/foaf.rb +0 -614
  58. data/lib/rdf/vocab/geo.rb +0 -157
  59. data/lib/rdf/vocab/gr.rb +0 -1501
  60. data/lib/rdf/vocab/ht.rb +0 -236
  61. data/lib/rdf/vocab/ical.rb +0 -528
  62. data/lib/rdf/vocab/ma.rb +0 -513
  63. data/lib/rdf/vocab/mo.rb +0 -2412
  64. data/lib/rdf/vocab/og.rb +0 -222
  65. data/lib/rdf/vocab/ogc.rb +0 -58
  66. data/lib/rdf/vocab/prov.rb +0 -1550
  67. data/lib/rdf/vocab/rsa.rb +0 -72
  68. data/lib/rdf/vocab/rss.rb +0 -66
  69. data/lib/rdf/vocab/schema.rb +0 -10569
  70. data/lib/rdf/vocab/sioc.rb +0 -669
  71. data/lib/rdf/vocab/skos.rb +0 -238
  72. data/lib/rdf/vocab/skosxl.rb +0 -57
  73. data/lib/rdf/vocab/v.rb +0 -383
  74. data/lib/rdf/vocab/vcard.rb +0 -841
  75. data/lib/rdf/vocab/vmd.rb +0 -383
  76. data/lib/rdf/vocab/void.rb +0 -186
  77. data/lib/rdf/vocab/vs.rb +0 -28
  78. data/lib/rdf/vocab/wdrs.rb +0 -134
  79. data/lib/rdf/vocab/wot.rb +0 -167
  80. data/lib/rdf/vocab/xhtml.rb +0 -8
  81. data/lib/rdf/vocab/xhv.rb +0 -505
@@ -1,222 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- # This file generated automatically using vocab-fetch from http://ogp.me/ns#
3
- require 'rdf'
4
- module RDF
5
- # @deprecated Please use `RDF::Vocab::OG` from the rdf-vocab gem instead
6
- class OG < RDF::StrictVocabulary("http://ogp.me/ns#")
7
-
8
- # Property definitions
9
- property :audio,
10
- comment: %(A relevant audio URL for your object.).freeze,
11
- label: "audio".freeze,
12
- range: "ogc:url".freeze,
13
- "rdfs:isDefinedBy" => %(og:).freeze,
14
- type: "rdf:Property".freeze
15
- property :"audio:album",
16
- comment: %([DEPRECATED] An album to which some audio belongs.).freeze,
17
- label: "audio album".freeze,
18
- "rdfs:isDefinedBy" => %(og:).freeze,
19
- type: "rdf:Property".freeze
20
- property :"audio:artist",
21
- comment: %([DEPRECATED] An artist of some audio.).freeze,
22
- label: "audio artist".freeze,
23
- "rdfs:isDefinedBy" => %(og:).freeze,
24
- type: "rdf:Property".freeze
25
- property :"audio:secure_url",
26
- comment: %(A relevant, secure audio URL for your object.).freeze,
27
- label: "audio secure URL".freeze,
28
- range: "ogc:url".freeze,
29
- "rdfs:isDefinedBy" => %(og:).freeze,
30
- type: "rdf:Property".freeze
31
- property :"audio:title",
32
- comment: %([DEPRECATED] A title for some audio.).freeze,
33
- label: "audio title".freeze,
34
- "rdfs:isDefinedBy" => %(og:).freeze,
35
- type: "rdf:Property".freeze
36
- property :"audio:type",
37
- comment: %(The mime type of an audio file e.g., "application/mp3").freeze,
38
- label: "audio type".freeze,
39
- range: "ogc:mime_type_str".freeze,
40
- "rdfs:isDefinedBy" => %(og:).freeze,
41
- type: "rdf:Property".freeze
42
- property :"country-name",
43
- comment: %([DEPRECATED] The country name of the resource e.g., "USA").freeze,
44
- label: "country name".freeze,
45
- "rdfs:isDefinedBy" => %(og:).freeze,
46
- "rdfs:seeAlso" => %(vcard:country-name).freeze,
47
- type: "rdf:Property".freeze
48
- property :description,
49
- comment: %(A one to two sentence description of your object.).freeze,
50
- label: "description".freeze,
51
- range: "ogc:string".freeze,
52
- "rdfs:isDefinedBy" => %(og:).freeze,
53
- subPropertyOf: "rdfs:comment".freeze,
54
- type: "rdf:Property".freeze
55
- property :determiner,
56
- comment: %(The word to precede the object's title in a sentence \(e.g., "the" in "the statue of liberty"\). Valid values are "a", "an", "the", "", and "auto".).freeze,
57
- label: "determiner".freeze,
58
- range: "ogc:determiner_str".freeze,
59
- "rdfs:isDefinedBy" => %(og:).freeze,
60
- type: "rdf:Property".freeze
61
- property :email,
62
- comment: %([DEPRECATED] Email of the contact for your object.).freeze,
63
- label: "email".freeze,
64
- "rdfs:isDefinedBy" => %(og:).freeze,
65
- "rdfs:seeAlso" => %(foaf:mbox).freeze,
66
- type: "rdf:Property".freeze
67
- property :fax_number,
68
- comment: %([DEPRECATED] Fax number of the contact for your object.).freeze,
69
- label: "fax number".freeze,
70
- "rdfs:isDefinedBy" => %(og:).freeze,
71
- "rdfs:seeAlso" => %(foaf:phone).freeze,
72
- type: "rdf:Property".freeze
73
- property :image,
74
- comment: %(An image URL which should represent your object within the graph.).freeze,
75
- label: "image".freeze,
76
- range: "ogc:url".freeze,
77
- "rdfs:isDefinedBy" => %(og:).freeze,
78
- "rdfs:seeAlso" => %(foaf:depiction).freeze,
79
- type: "rdf:Property".freeze
80
- property :"image:height",
81
- comment: %(The height of an image.).freeze,
82
- label: "image height".freeze,
83
- range: "ogc:integer_str".freeze,
84
- "rdfs:isDefinedBy" => %(og:).freeze,
85
- type: "rdf:Property".freeze
86
- property :"image:secure_url",
87
- comment: %(A secure image URL which should represent your object within the graph.).freeze,
88
- label: "image secure url".freeze,
89
- range: "ogc:url".freeze,
90
- "rdfs:isDefinedBy" => %(og:).freeze,
91
- "rdfs:seeAlso" => %(foaf:depiction).freeze,
92
- type: "rdf:Property".freeze
93
- property :"image:type",
94
- comment: %(The mime type of an image.).freeze,
95
- label: "image type".freeze,
96
- range: "ogc:mime_type_str".freeze,
97
- "rdfs:isDefinedBy" => %(og:).freeze,
98
- type: "rdf:Property".freeze
99
- property :"image:width",
100
- comment: %(The width of an image.).freeze,
101
- label: "image width".freeze,
102
- range: "ogc:integer_str".freeze,
103
- "rdfs:isDefinedBy" => %(og:).freeze,
104
- type: "rdf:Property".freeze
105
- property :isbn,
106
- comment: %([DEPRECATED] International Standard Book Number for you object.).freeze,
107
- label: ["isbn".freeze, "International Standard Book Number".freeze],
108
- "rdfs:isDefinedBy" => %(og:).freeze,
109
- "rdfs:seeAlso" => %(http://purl.org/ontology/bibo/isbn).freeze,
110
- type: "rdf:Property".freeze
111
- property :latitude,
112
- comment: %([DEPRECATED] The latitude of the resource e.g., the latitude of a company.).freeze,
113
- label: "latitude".freeze,
114
- "rdfs:isDefinedBy" => %(og:).freeze,
115
- "rdfs:seeAlso" => %(geo:lat).freeze,
116
- type: "rdf:Property".freeze
117
- property :locale,
118
- comment: %(A Unix locale in which this markup is rendered.).freeze,
119
- label: "locale".freeze,
120
- range: "ogc:string".freeze,
121
- "rdfs:isDefinedBy" => %(og:).freeze,
122
- type: "rdf:Property".freeze
123
- property :locality,
124
- comment: %([DEPRECATED] The locality of the resource e.g, "Palo Alto").freeze,
125
- label: "locality".freeze,
126
- "rdfs:isDefinedBy" => %(og:).freeze,
127
- "rdfs:seeAlso" => %(vcard:locality).freeze,
128
- type: "rdf:Property".freeze
129
- property :longitude,
130
- comment: %([DEPRECATED] The longitude of the resource e.g., the longitude of a company.).freeze,
131
- label: "longitude".freeze,
132
- "rdfs:isDefinedBy" => %(og:).freeze,
133
- "rdfs:seeAlso" => %(geo:long).freeze,
134
- type: "rdf:Property".freeze
135
- property :phone_number,
136
- comment: %([DEPRECATED] Phone number of the contact for your object.).freeze,
137
- label: "phone number".freeze,
138
- "rdfs:isDefinedBy" => %(og:).freeze,
139
- "rdfs:seeAlso" => %(foaf:phone).freeze,
140
- type: "rdf:Property".freeze
141
- property :"postal-code",
142
- comment: %([DEPRECATED] The postal code of the resource e.g., "94304").freeze,
143
- label: "postal code".freeze,
144
- "rdfs:isDefinedBy" => %(og:).freeze,
145
- "rdfs:seeAlso" => %(vcard:postal-code).freeze,
146
- type: "rdf:Property".freeze
147
- property :region,
148
- comment: %([DEPRECATED] The region of the resource e.g., "CA").freeze,
149
- label: "region".freeze,
150
- "rdfs:isDefinedBy" => %(og:).freeze,
151
- "rdfs:seeAlso" => %(vcard:region).freeze,
152
- type: "rdf:Property".freeze
153
- property :site_name,
154
- comment: %(If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., "IMDb".).freeze,
155
- label: "site name".freeze,
156
- range: "ogc:string".freeze,
157
- "rdfs:isDefinedBy" => %(og:).freeze,
158
- type: "rdf:Property".freeze
159
- property :"street-address",
160
- comment: %([DEPRECATED] The street address of the resource e.g., "1601 S California Ave".).freeze,
161
- label: "street address".freeze,
162
- "rdfs:isDefinedBy" => %(og:).freeze,
163
- "rdfs:seeAlso" => %(vcard:street-address).freeze,
164
- type: "rdf:Property".freeze
165
- property :title,
166
- comment: %(The title of the object as it should appear within the graph, e.g., "The Rock".).freeze,
167
- label: "title".freeze,
168
- range: "ogc:string".freeze,
169
- "rdfs:isDefinedBy" => %(og:).freeze,
170
- subPropertyOf: "rdfs:label".freeze,
171
- type: "rdf:Property".freeze
172
- property :type,
173
- comment: %(The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required.).freeze,
174
- label: "type".freeze,
175
- range: "ogc:string".freeze,
176
- "rdfs:isDefinedBy" => %(og:).freeze,
177
- "rdfs:seeAlso" => %(rdf:type).freeze,
178
- type: "rdf:Property".freeze
179
- property :upc,
180
- comment: %([DEPRECATED] Universal Product Code for your object.).freeze,
181
- label: ["upc".freeze, "universal product code".freeze],
182
- "rdfs:seeAlso" => %(gr:hasEAN_UCC-13).freeze,
183
- type: "rdf:Property".freeze
184
- property :url,
185
- comment: %(The canonical URL of your object that will be used as its permanent ID in the graph, e.g., "http://www.imdb.com/title/tt0117500/".).freeze,
186
- label: "url".freeze,
187
- range: "ogc:url".freeze,
188
- "rdfs:isDefinedBy" => %(og:).freeze,
189
- "rdfs:seeAlso" => [%(dc11:identifier).freeze, %(foaf:homepage).freeze],
190
- type: "rdf:Property".freeze
191
- property :video,
192
- comment: %(A relevant video URL for your object.).freeze,
193
- label: "video".freeze,
194
- range: "ogc:url".freeze,
195
- "rdfs:isDefinedBy" => %(og:).freeze,
196
- type: "rdf:Property".freeze
197
- property :"video:height",
198
- comment: %(The height of a video.).freeze,
199
- label: "video height".freeze,
200
- range: "ogc:integer_str".freeze,
201
- "rdfs:isDefinedBy" => %(og:).freeze,
202
- type: "rdf:Property".freeze
203
- property :"video:secure_url",
204
- comment: %(A relevant, secure video URL for your object.).freeze,
205
- label: "video secure URL".freeze,
206
- range: "ogc:url".freeze,
207
- "rdfs:isDefinedBy" => %(og:).freeze,
208
- type: "rdf:Property".freeze
209
- property :"video:type",
210
- comment: %(The mime type of a video e.g., "application/x-shockwave-flash").freeze,
211
- label: "video type".freeze,
212
- range: "ogc:mime_type_str".freeze,
213
- "rdfs:isDefinedBy" => %(og:).freeze,
214
- type: "rdf:Property".freeze
215
- property :"video:width",
216
- comment: %(The width of a video.).freeze,
217
- label: "video width".freeze,
218
- range: "ogc:integer_str".freeze,
219
- "rdfs:isDefinedBy" => %(og:).freeze,
220
- type: "rdf:Property".freeze
221
- end
222
- end
@@ -1,58 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- # This file generated automatically using vocab-fetch from http://ogp.me/ns
3
- require 'rdf'
4
- module RDF
5
- # @deprecated Please use `RDF::Vocab::OGC` from the rdf-vocab gem instead
6
- class OGC < RDF::StrictVocabulary("http://ogp.me/ns/class#")
7
-
8
- # Datatype definitions
9
- term :boolean_str,
10
- comment: %(A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".).freeze,
11
- label: "boolean string".freeze,
12
- "rdfs:isDefinedBy" => %(ogc:).freeze,
13
- subClassOf: "xsd:string".freeze,
14
- type: "rdfs:Datatype".freeze
15
- term :date_time_str,
16
- comment: %(A string representation of a temporal value composed of a date \(year, month, day\) and an optional time component \(hours, minutes\). The lexical space is defined by ISO 8601.).freeze,
17
- label: "date/time string".freeze,
18
- "rdfs:isDefinedBy" => %(ogc:).freeze,
19
- subClassOf: "xsd:string".freeze,
20
- type: "rdfs:Datatype".freeze
21
- term :determiner_str,
22
- comment: %(The lexical space: "", "the", "a", "an", and "auto".).freeze,
23
- label: "determiner".freeze,
24
- "rdfs:isDefinedBy" => %(ogc:).freeze,
25
- subClassOf: "xsd:string".freeze,
26
- type: "rdfs:Datatype".freeze
27
- term :float_str,
28
- comment: %(A string representation of a 64-bit signed floating point number. Example lexical values include "1.234", "-1.234", "1.2e3", "-1.2e3", and "7E-10".).freeze,
29
- label: "float string".freeze,
30
- "rdfs:isDefinedBy" => %(ogc:).freeze,
31
- subClassOf: "xsd:string".freeze,
32
- type: "rdfs:Datatype".freeze
33
- term :integer_str,
34
- comment: %(A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".).freeze,
35
- label: "integer string".freeze,
36
- "rdfs:isDefinedBy" => %(ogc:).freeze,
37
- subClassOf: "xsd:string".freeze,
38
- type: "rdfs:Datatype".freeze
39
- term :mime_type_str,
40
- comment: %(Valid mime type strings \(e.g., "application/mp3"\).).freeze,
41
- label: "mime type string".freeze,
42
- "rdfs:isDefinedBy" => %(og:).freeze,
43
- subClassOf: "xsd:string".freeze,
44
- type: "rdfs:Datatype".freeze
45
- term :string,
46
- comment: %(A string of Unicode characters.).freeze,
47
- label: "Unicode string".freeze,
48
- "rdfs:isDefinedBy" => %(ogc:).freeze,
49
- subClassOf: "xsd:string".freeze,
50
- type: "rdfs:Datatype".freeze
51
- term :url,
52
- comment: %(A string of Unicode characters forming a valid URL having the http or https scheme.).freeze,
53
- label: "URL".freeze,
54
- "rdfs:isDefinedBy" => %(ogc:).freeze,
55
- subClassOf: "ogc:string".freeze,
56
- type: "rdfs:Datatype".freeze
57
- end
58
- end
@@ -1,1550 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- # This file generated automatically using vocab-fetch from http://www.w3.org/ns/prov#
3
- require 'rdf'
4
- module RDF
5
- # @deprecated Please use `RDF::Vocab::PROV` from the rdf-vocab gem instead
6
- class PROV < RDF::StrictVocabulary("http://www.w3.org/ns/prov#")
7
-
8
- # Class definitions
9
- term :Accept,
10
- label: "Accept".freeze,
11
- "prov:definition" => %(Activity that identifies the acceptance of a resource \(e.g., an article in a conference\)).freeze,
12
- subClassOf: "prov:Activity".freeze,
13
- type: "owl:Class".freeze
14
- term :Activity,
15
- label: "Activity".freeze,
16
- "owl:disjointWith" => %(prov:Entity).freeze,
17
- "prov:category" => %(starting-point).freeze,
18
- "prov:component" => %(entities-activities).freeze,
19
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
20
- "prov:definition" => %(An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.).freeze,
21
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity).freeze,
22
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity).freeze,
23
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
24
- type: "owl:Class".freeze
25
- term :ActivityInfluence,
26
- comment: [%(ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.).freeze, %(It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.).freeze],
27
- label: "ActivityInfluence".freeze,
28
- "owl:disjointWith" => %(prov:EntityInfluence).freeze,
29
- "prov:category" => %(qualified).freeze,
30
- "prov:editorsDefinition" => %(ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.).freeze,
31
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
32
- "rdfs:seeAlso" => %(prov:activity).freeze,
33
- subClassOf: "prov:Influence".freeze,
34
- type: "owl:Class".freeze
35
- term :Agent,
36
- label: "Agent".freeze,
37
- "owl:disjointWith" => %(prov:InstantaneousEvent).freeze,
38
- "prov:category" => %(starting-point).freeze,
39
- "prov:component" => %(agents-responsibility).freeze,
40
- "prov:definition" => %(An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. ).freeze,
41
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze,
42
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent).freeze,
43
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
44
- type: "owl:Class".freeze
45
- term :AgentInfluence,
46
- comment: [%(AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.).freeze, %(It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.).freeze],
47
- label: "AgentInfluence".freeze,
48
- "prov:category" => %(qualified).freeze,
49
- "prov:editorsDefinition" => %(AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.).freeze,
50
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
51
- "rdfs:seeAlso" => %(prov:agent).freeze,
52
- subClassOf: "prov:Influence".freeze,
53
- type: "owl:Class".freeze
54
- term :Association,
55
- comment: %(An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].).freeze,
56
- label: "Association".freeze,
57
- "prov:category" => %(qualified).freeze,
58
- "prov:component" => %(agents-responsibility).freeze,
59
- "prov:definition" => %(An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.).freeze,
60
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association).freeze,
61
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association).freeze,
62
- "prov:unqualifiedForm" => %(prov:wasAssociatedWith).freeze,
63
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
64
- subClassOf: "prov:AgentInfluence".freeze,
65
- type: "owl:Class".freeze
66
- term :Attribution,
67
- comment: %(An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].).freeze,
68
- label: "Attribution".freeze,
69
- "prov:category" => %(qualified).freeze,
70
- "prov:component" => %(agents-responsibility).freeze,
71
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
72
- "prov:definition" => %(Attribution is the ascribing of an entity to an agent.
73
-
74
- When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.).freeze,
75
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution).freeze,
76
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution).freeze,
77
- "prov:unqualifiedForm" => %(prov:wasAttributedTo).freeze,
78
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
79
- subClassOf: "prov:AgentInfluence".freeze,
80
- type: "owl:Class".freeze
81
- term :Bundle,
82
- comment: %(Note that there are kinds of bundles \(e.g. handwritten letters, audio recordings, etc.\) that are not expressed in PROV-O, but can be still be described by PROV-O.).freeze,
83
- label: "Bundle".freeze,
84
- "prov:category" => %(expanded).freeze,
85
- "prov:definition" => %(A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.).freeze,
86
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity).freeze,
87
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration).freeze,
88
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
89
- subClassOf: "prov:Entity".freeze,
90
- type: "owl:Class".freeze
91
- term :Collection,
92
- label: "Collection".freeze,
93
- "prov:category" => %(expanded).freeze,
94
- "prov:component" => %(collections).freeze,
95
- "prov:definition" => %(A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.).freeze,
96
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection).freeze,
97
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
98
- subClassOf: "prov:Entity".freeze,
99
- type: "owl:Class".freeze
100
- term :Communication,
101
- comment: %(An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].).freeze,
102
- label: "Communication".freeze,
103
- "prov:category" => %(qualified).freeze,
104
- "prov:component" => %(entities-activities).freeze,
105
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
106
- "prov:definition" => %(Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.).freeze,
107
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication).freeze,
108
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy).freeze,
109
- "prov:unqualifiedForm" => %(prov:wasInformedBy).freeze,
110
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
111
- subClassOf: "prov:ActivityInfluence".freeze,
112
- type: "owl:Class".freeze
113
- term :Contribute,
114
- label: "Contribute\n".freeze,
115
- "prov:definition" => %(Activity that identifies any contribution of an agent to a resource. ).freeze,
116
- subClassOf: "prov:Activity".freeze,
117
- type: "owl:Class".freeze
118
- term :Contributor,
119
- label: "Contributor".freeze,
120
- "prov:definition" => %(Role with the function of having responsibility for making contributions to a resource. The Agent assigned to this role is associated with a Modify or Create Activities).freeze,
121
- subClassOf: "prov:Role".freeze,
122
- type: "owl:Class".freeze
123
- term :Copyright,
124
- label: "Copyright".freeze,
125
- "prov:definition" => %(Activity that identifies the Copyrighting activity associated to a resource.).freeze,
126
- subClassOf: "prov:Activity".freeze,
127
- type: "owl:Class".freeze
128
- term :Create,
129
- label: "Create".freeze,
130
- "prov:definition" => %(Activity that identifies the creation of a resource).freeze,
131
- subClassOf: "prov:Contribute".freeze,
132
- type: "owl:Class".freeze
133
- term :Creator,
134
- label: "Creator".freeze,
135
- "prov:definition" => %(Role with the function of creating a resource. The Agent assigned to this role is associated with a Create Activity).freeze,
136
- subClassOf: "prov:Contributor".freeze,
137
- type: "owl:Class".freeze
138
- term :Delegation,
139
- comment: %(An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].).freeze,
140
- label: "Delegation".freeze,
141
- "prov:category" => %(qualified).freeze,
142
- "prov:component" => %(agents-responsibility).freeze,
143
- "prov:definition" => %(Delegation is the assignment of authority and responsibility to an agent \(by itself or by another agent\) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.
144
-
145
- For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.).freeze,
146
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation).freeze,
147
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation).freeze,
148
- "prov:unqualifiedForm" => %(prov:actedOnBehalfOf).freeze,
149
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
150
- subClassOf: "prov:AgentInfluence".freeze,
151
- type: "owl:Class".freeze
152
- term :Derivation,
153
- comment: [%(An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].).freeze, %(The more specific forms of prov:Derivation \(i.e., prov:Revision, prov:Quotation, prov:PrimarySource\) should be asserted if they apply.).freeze],
154
- label: "Derivation".freeze,
155
- "prov:category" => %(qualified).freeze,
156
- "prov:component" => %(derivations).freeze,
157
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
158
- "prov:definition" => %(A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.).freeze,
159
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation).freeze,
160
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation).freeze,
161
- "prov:unqualifiedForm" => %(prov:wasDerivedFrom).freeze,
162
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
163
- subClassOf: "prov:EntityInfluence".freeze,
164
- type: "owl:Class".freeze
165
- term :Dictionary,
166
- comment: [%(This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.).freeze, %(A given dictionary forms a given structure for its members. A different structure \(obtained either by insertion or removal of members\) constitutes a different dictionary.).freeze],
167
- label: "Dictionary".freeze,
168
- "prov:category" => %(collections).freeze,
169
- "prov:component" => %(collections).freeze,
170
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
171
- "prov:definition" => %(A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary.).freeze,
172
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition).freeze,
173
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary).freeze,
174
- "rdfs:isDefinedBy" => %(prov:).freeze,
175
- type: "owl:Class".freeze
176
- term :DirectQueryService,
177
- comment: %(Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.).freeze,
178
- label: "ProvenanceService".freeze,
179
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery).freeze,
180
- "prov:category" => %(access-and-query).freeze,
181
- "rdfs:isDefinedBy" => %(prov:).freeze,
182
- subClassOf: "prov:SoftwareAgent".freeze,
183
- type: "owl:Class".freeze
184
- term :EmptyCollection,
185
- label: "EmptyCollection".freeze,
186
- "prov:category" => %(expanded).freeze,
187
- "prov:component" => %(collections).freeze,
188
- "prov:definition" => %(An empty collection is a collection without members.).freeze,
189
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
190
- subClassOf: "prov:Collection".freeze,
191
- type: ["owl:Class".freeze, "owl:NamedIndividual".freeze]
192
- term :EmptyDictionary,
193
- label: "Empty Dictionary".freeze,
194
- "prov:category" => %(collections).freeze,
195
- "prov:component" => %(collections).freeze,
196
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
197
- "prov:definition" => %(An empty dictionary \(i.e. has no members\).).freeze,
198
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition).freeze,
199
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary).freeze,
200
- "rdfs:isDefinedBy" => %(prov:).freeze,
201
- subClassOf: ["prov:EmptyCollection".freeze, "prov:Dictionary".freeze],
202
- type: "owl:Class".freeze
203
- term :End,
204
- comment: %(An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].).freeze,
205
- label: "End".freeze,
206
- "prov:category" => %(qualified).freeze,
207
- "prov:component" => %(entities-activities).freeze,
208
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
209
- "prov:definition" => %(End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.).freeze,
210
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End).freeze,
211
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End).freeze,
212
- "prov:unqualifiedForm" => %(prov:wasEndedBy).freeze,
213
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
214
- subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
215
- type: "owl:Class".freeze
216
- term :Entity,
217
- label: "Entity".freeze,
218
- "owl:disjointWith" => %(prov:InstantaneousEvent).freeze,
219
- "prov:category" => %(starting-point).freeze,
220
- "prov:component" => %(entities-activities).freeze,
221
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
222
- "prov:definition" => %(An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. ).freeze,
223
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity).freeze,
224
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity).freeze,
225
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
226
- type: "owl:Class".freeze
227
- term :EntityInfluence,
228
- comment: [%(EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.).freeze, %(It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.).freeze],
229
- label: "EntityInfluence".freeze,
230
- "prov:category" => %(qualified).freeze,
231
- "prov:editorsDefinition" => %(EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. ).freeze,
232
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
233
- "rdfs:seeAlso" => %(prov:entity).freeze,
234
- subClassOf: "prov:Influence".freeze,
235
- type: "owl:Class".freeze
236
- term :Generation,
237
- comment: %(An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].).freeze,
238
- label: "Generation".freeze,
239
- "prov:category" => %(qualified).freeze,
240
- "prov:component" => %(entities-activities).freeze,
241
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
242
- "prov:definition" => %(Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.).freeze,
243
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation).freeze,
244
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation).freeze,
245
- "prov:unqualifiedForm" => %(prov:wasGeneratedBy).freeze,
246
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
247
- subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
248
- type: "owl:Class".freeze
249
- term :Influence,
250
- comment: [%(An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations \(Communication, Delegation, End, etc.\) should be used when applicable.).freeze, %(Because prov:Influence is a broad relation, its most specific subclasses \(e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.\) should be used when applicable.).freeze],
251
- label: "Influence".freeze,
252
- "prov:category" => %(qualified).freeze,
253
- "prov:component" => %(derivations).freeze,
254
- "prov:definition" => %(Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation.).freeze,
255
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence).freeze,
256
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence).freeze,
257
- "prov:unqualifiedForm" => %(prov:wasInfluencedBy).freeze,
258
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
259
- type: "owl:Class".freeze
260
- term :Insertion,
261
- label: "Insertion".freeze,
262
- "prov:category" => %(collections).freeze,
263
- "prov:component" => %(collections).freeze,
264
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
265
- "prov:definition" => %(Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs.).freeze,
266
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
267
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
268
- "prov:unqualifiedForm" => %(prov:derivedByInsertionFrom).freeze,
269
- "rdfs:isDefinedBy" => %(prov:).freeze,
270
- subClassOf: "prov:Derivation".freeze,
271
- type: "owl:Class".freeze
272
- term :InstantaneousEvent,
273
- comment: %(An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.).freeze,
274
- label: "InstantaneousEvent".freeze,
275
- "prov:category" => %(qualified).freeze,
276
- "prov:component" => %(entities-activities).freeze,
277
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event).freeze,
278
- "prov:definition" => %(The PROV data model is implicitly based on a notion of instantaneous events \(or just events\), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.).freeze,
279
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
280
- type: "owl:Class".freeze
281
- term :Invalidation,
282
- comment: %(An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].).freeze,
283
- label: "Invalidation".freeze,
284
- "prov:category" => %(qualified).freeze,
285
- "prov:component" => %(entities-activities).freeze,
286
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
287
- "prov:definition" => %(Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use \(or further invalidation\) after invalidation. Any generation or usage of an entity precedes its invalidation.).freeze,
288
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation).freeze,
289
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation).freeze,
290
- "prov:unqualifiedForm" => %(prov:wasInvalidatedBy).freeze,
291
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
292
- subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
293
- type: "owl:Class".freeze
294
- term :KeyEntityPair,
295
- label: "Key-Entity Pair".freeze,
296
- "prov:category" => %(collections).freeze,
297
- "prov:component" => %(collections).freeze,
298
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
299
- "prov:definition" => %(A key-entity pair. Part of a prov:Dictionary through prov:hadDictionaryMember. The key is any RDF Literal, the value is a prov:Entity.).freeze,
300
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
301
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
302
- "rdfs:isDefinedBy" => %(prov:).freeze,
303
- type: "owl:Class".freeze
304
- term :Location,
305
- label: "Location".freeze,
306
- "prov:category" => %(expanded).freeze,
307
- "prov:definition" => %(A location can be an identifiable geographic place \(ISO 19112\), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.).freeze,
308
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location).freeze,
309
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute).freeze,
310
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
311
- "rdfs:seeAlso" => %(prov:atLocation).freeze,
312
- type: "owl:Class".freeze
313
- term :Modify,
314
- label: "Modify".freeze,
315
- "prov:definition" => %(Activity that identifies the modification of a resource. ).freeze,
316
- subClassOf: "prov:Activity".freeze,
317
- type: "owl:Class".freeze
318
- term :Organization,
319
- label: "Organization".freeze,
320
- "prov:category" => %(expanded).freeze,
321
- "prov:component" => %(agents-responsibility).freeze,
322
- "prov:definition" => %(An organization is a social or legal institution such as a company, society, etc.).freeze,
323
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze,
324
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze,
325
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
326
- subClassOf: "prov:Agent".freeze,
327
- type: "owl:Class".freeze
328
- term :Person,
329
- label: "Person".freeze,
330
- "prov:category" => %(expanded).freeze,
331
- "prov:component" => %(agents-responsibility).freeze,
332
- "prov:definition" => %(Person agents are people.).freeze,
333
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze,
334
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze,
335
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
336
- subClassOf: "prov:Agent".freeze,
337
- type: "owl:Class".freeze
338
- term :Plan,
339
- comment: %(There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.).freeze,
340
- label: "Plan".freeze,
341
- "prov:category" => [%(expanded).freeze, %(qualified).freeze],
342
- "prov:component" => %(agents-responsibility).freeze,
343
- "prov:definition" => %(A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.).freeze,
344
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association).freeze,
345
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association).freeze,
346
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
347
- subClassOf: "prov:Entity".freeze,
348
- type: "owl:Class".freeze
349
- term :PrimarySource,
350
- comment: %(An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .).freeze,
351
- label: "PrimarySource".freeze,
352
- "prov:category" => %(qualified).freeze,
353
- "prov:component" => %(derivations).freeze,
354
- "prov:definition" => %(A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
355
-
356
- Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
357
-
358
- A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application's domain.).freeze,
359
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source).freeze,
360
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source).freeze,
361
- "prov:unqualifiedForm" => %(prov:hadPrimarySource).freeze,
362
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
363
- subClassOf: "prov:Derivation".freeze,
364
- type: "owl:Class".freeze
365
- term :Publish,
366
- label: "Publish".freeze,
367
- "prov:definition" => %(Activity that identifies the publication of a resource).freeze,
368
- subClassOf: "prov:Activity".freeze,
369
- type: "owl:Class".freeze
370
- term :Publisher,
371
- label: "Publisher".freeze,
372
- "prov:definition" => %(Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity).freeze,
373
- subClassOf: "prov:Role".freeze,
374
- type: "owl:Class".freeze
375
- term :Quotation,
376
- comment: %(An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].).freeze,
377
- label: "Quotation".freeze,
378
- "prov:category" => %(qualified).freeze,
379
- "prov:component" => %(derivations).freeze,
380
- "prov:definition" => %(A quotation is the repeat of \(some or all of\) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.).freeze,
381
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation).freeze,
382
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation).freeze,
383
- "prov:unqualifiedForm" => %(prov:wasQuotedFrom).freeze,
384
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
385
- subClassOf: "prov:Derivation".freeze,
386
- type: "owl:Class".freeze
387
- term :Removal,
388
- label: "Removal".freeze,
389
- "prov:category" => %(collections).freeze,
390
- "prov:component" => %(collections).freeze,
391
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
392
- "prov:definition" => %(Removal is a derivation that transforms a dictionary into another, by removing one or more key-entity pairs.).freeze,
393
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
394
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
395
- "prov:unqualifiedForm" => %(prov:derivedByRemovalFrom).freeze,
396
- "rdfs:isDefinedBy" => %(prov:).freeze,
397
- subClassOf: "prov:Derivation".freeze,
398
- type: "owl:Class".freeze
399
- term :Replace,
400
- label: "Replace".freeze,
401
- "prov:definition" => %(Activity that identifies the replacement of a resource.).freeze,
402
- subClassOf: "prov:Activity".freeze,
403
- type: "owl:Class".freeze
404
- term :Revision,
405
- comment: %(An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].).freeze,
406
- label: "Revision".freeze,
407
- "prov:category" => %(qualified).freeze,
408
- "prov:component" => %(derivations).freeze,
409
- "prov:definition" => %(A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.).freeze,
410
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision).freeze,
411
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision).freeze,
412
- "prov:unqualifiedForm" => %(prov:wasRevisionOf).freeze,
413
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
414
- subClassOf: "prov:Derivation".freeze,
415
- type: "owl:Class".freeze
416
- term :RightsAssignment,
417
- label: "RightsAssignment".freeze,
418
- "prov:definition" => %(Activity that identifies the rights assignment of a resource.).freeze,
419
- subClassOf: "prov:Activity".freeze,
420
- type: "owl:Class".freeze
421
- term :RightsHolder,
422
- label: "RightsHolder".freeze,
423
- "prov:definition" => %(Role with the function of owning or managing rights over a resource. The Agent assigned to this role is associated with a RightsAssignment Activity).freeze,
424
- subClassOf: "prov:Role".freeze,
425
- type: "owl:Class".freeze
426
- term :Role,
427
- label: "Role".freeze,
428
- "prov:category" => %(qualified).freeze,
429
- "prov:component" => %(agents-responsibility).freeze,
430
- "prov:definition" => %(A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.).freeze,
431
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role).freeze,
432
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute).freeze,
433
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
434
- "rdfs:seeAlso" => %(prov:hadRole).freeze,
435
- type: "owl:Class".freeze
436
- term :ServiceDescription,
437
- comment: %(Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.).freeze,
438
- label: "ServiceDescription".freeze,
439
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery).freeze,
440
- "prov:category" => %(access-and-query).freeze,
441
- "rdfs:isDefinedBy" => %(prov:).freeze,
442
- subClassOf: "prov:SoftwareAgent".freeze,
443
- type: "owl:Class".freeze
444
- term :SoftwareAgent,
445
- label: "SoftwareAgent".freeze,
446
- "prov:category" => %(expanded).freeze,
447
- "prov:component" => %(agents-responsibility).freeze,
448
- "prov:definition" => %(A software agent is running software.).freeze,
449
- "prov:dm" => [%(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent).freeze],
450
- "prov:n" => [%(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types).freeze],
451
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
452
- subClassOf: ["prov:Agent".freeze, "owl:Thing".freeze],
453
- type: "owl:Class".freeze
454
- term :Start,
455
- comment: %(An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .).freeze,
456
- label: "Start".freeze,
457
- "prov:category" => %(qualified).freeze,
458
- "prov:component" => %(entities-activities).freeze,
459
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
460
- "prov:definition" => %(Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger.).freeze,
461
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start).freeze,
462
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start).freeze,
463
- "prov:unqualifiedForm" => %(prov:wasStartedBy).freeze,
464
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
465
- subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
466
- type: "owl:Class".freeze
467
- term :Submit,
468
- label: "Submit".freeze,
469
- "prov:definition" => %(Activity that identifies the issuance \(e.g., publication\) of a resource. ).freeze,
470
- subClassOf: "prov:Activity".freeze,
471
- type: "owl:Class".freeze
472
- term :Usage,
473
- comment: %(An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].).freeze,
474
- label: "Usage".freeze,
475
- "prov:category" => %(qualified).freeze,
476
- "prov:component" => %(entities-activities).freeze,
477
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
478
- "prov:definition" => %(Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.).freeze,
479
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage).freeze,
480
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage).freeze,
481
- "prov:unqualifiedForm" => %(prov:used).freeze,
482
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
483
- subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
484
- type: "owl:Class".freeze
485
-
486
- # Property definitions
487
- property :actedOnBehalfOf,
488
- comment: %(An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. ).freeze,
489
- domain: "prov:Agent".freeze,
490
- label: "actedOnBehalfOf".freeze,
491
- "prov:category" => %(starting-point).freeze,
492
- "prov:component" => %(agents-responsibility).freeze,
493
- "prov:inverse" => %(hadDelegate).freeze,
494
- "prov:qualifiedForm" => [%(prov:Delegation).freeze, %(prov:qualifiedDelegation).freeze],
495
- range: "prov:Agent".freeze,
496
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
497
- subPropertyOf: "prov:wasInfluencedBy".freeze,
498
- type: "owl:ObjectProperty".freeze
499
- property :activity,
500
- domain: "prov:ActivityInfluence".freeze,
501
- label: "activity".freeze,
502
- "prov:category" => %(qualified).freeze,
503
- "prov:editorialNote" => %(This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.).freeze,
504
- "prov:editorsDefinition" => %(The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.).freeze,
505
- "prov:inverse" => %(activityOfInfluence).freeze,
506
- range: "prov:Activity".freeze,
507
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
508
- subPropertyOf: "prov:influencer".freeze,
509
- type: "owl:ObjectProperty".freeze
510
- property :agent,
511
- domain: "prov:AgentInfluence".freeze,
512
- label: "agent".freeze,
513
- "prov:category" => %(qualified).freeze,
514
- "prov:editorialNote" => %(This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.).freeze,
515
- "prov:editorsDefinition" => %(The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.).freeze,
516
- "prov:inverse" => %(agentOfInfluence).freeze,
517
- range: "prov:Agent".freeze,
518
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
519
- subPropertyOf: "prov:influencer".freeze,
520
- type: "owl:ObjectProperty".freeze
521
- property :alternateOf,
522
- domain: "prov:Entity".freeze,
523
- label: "alternateOf".freeze,
524
- "owl:inverseOf" => %(prov:alternateOf).freeze,
525
- "prov:category" => %(expanded).freeze,
526
- "prov:component" => %(alternate).freeze,
527
- "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
528
- "prov:definition" => %(Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.).freeze,
529
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate).freeze,
530
- "prov:inverse" => %(alternateOf).freeze,
531
- "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate).freeze,
532
- range: "prov:Entity".freeze,
533
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
534
- "rdfs:seeAlso" => %(prov:specializationOf).freeze,
535
- type: "owl:ObjectProperty".freeze
536
- property :aq,
537
- label: "aq".freeze,
538
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
539
- subPropertyOf: "rdfs:seeAlso".freeze,
540
- type: "owl:AnnotationProperty".freeze
541
- property :asInBundle,
542
- comment: %(prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.
543
-
544
- When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.).freeze,
545
- domain: "prov:Entity".freeze,
546
- label: "asInBundle".freeze,
547
- "prov:inverse" => %(contextOf).freeze,
548
- "prov:sharesDefinitionWith" => %(prov:mentionOf).freeze,
549
- range: "prov:Bundle".freeze,
550
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-links#).freeze,
551
- type: "owl:ObjectProperty".freeze
552
- property :atLocation,
553
- comment: [%(The Location of any resource.).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
554
- label: "atLocation".freeze,
555
- "prov:category" => %(expanded).freeze,
556
- "prov:editorialNote" => [%(The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.).freeze, %(This property is not functional because the many values could be at a variety of granularies \(In this building, in this room, in that chair\).).freeze],
557
- "prov:inverse" => %(locationOf).freeze,
558
- "prov:sharesDefinitionWith" => %(prov:Location).freeze,
559
- range: "prov:Location".freeze,
560
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
561
- type: "owl:ObjectProperty".freeze
562
- property :atTime,
563
- comment: %(The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.).freeze,
564
- domain: "prov:InstantaneousEvent".freeze,
565
- label: "atTime".freeze,
566
- "prov:category" => %(qualified).freeze,
567
- "prov:component" => %(entities-activities).freeze,
568
- "prov:sharesDefinitionWith" => %(prov:InstantaneousEvent).freeze,
569
- "prov:unqualifiedForm" => [%(prov:endedAtTime).freeze, %(prov:generatedAtTime).freeze, %(prov:invalidatedAtTime).freeze, %(prov:startedAtTime).freeze],
570
- range: "xsd:dateTime".freeze,
571
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
572
- type: "owl:DatatypeProperty".freeze
573
- property :category,
574
- comment: %(Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. ).freeze,
575
- label: "category".freeze,
576
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
577
- type: "owl:AnnotationProperty".freeze
578
- property :component,
579
- comment: %(Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.).freeze,
580
- label: "component".freeze,
581
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
582
- type: "owl:AnnotationProperty".freeze
583
- property :constraints,
584
- comment: %(A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.).freeze,
585
- label: "constraints".freeze,
586
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
587
- subPropertyOf: "rdfs:seeAlso".freeze,
588
- type: "owl:AnnotationProperty".freeze
589
- property :definition,
590
- comment: %(A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.).freeze,
591
- label: "definition".freeze,
592
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
593
- type: "owl:AnnotationProperty".freeze
594
- property :derivedByInsertionFrom,
595
- domain: "prov:Dictionary".freeze,
596
- label: "derivedByInsertionFrom".freeze,
597
- "prov:category" => %(collections).freeze,
598
- "prov:component" => %(collections).freeze,
599
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
600
- "prov:definition" => %(The dictionary was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-entity pairs.).freeze,
601
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
602
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
603
- range: "prov:Dictionary".freeze,
604
- "rdfs:isDefinedBy" => %(prov:).freeze,
605
- subPropertyOf: "prov:wasDerivedFrom".freeze,
606
- type: "owl:ObjectProperty".freeze
607
- property :derivedByRemovalFrom,
608
- domain: "prov:Dictionary".freeze,
609
- label: "derivedByRemovalFrom".freeze,
610
- "prov:category" => %(collections).freeze,
611
- "prov:component" => %(collections).freeze,
612
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
613
- "prov:definition" => %(The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed key-entity pairs.).freeze,
614
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
615
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
616
- range: "prov:Dictionary".freeze,
617
- "rdfs:isDefinedBy" => %(prov:).freeze,
618
- subPropertyOf: "prov:wasDerivedFrom".freeze,
619
- type: "owl:ObjectProperty".freeze
620
- property :describesService,
621
- comment: %(relates a generic provenance query service resource \(type prov:ServiceDescription\) to a specific query service description \(e.g. a prov:DirectQueryService or a sd:Service\).).freeze,
622
- label: "describesService".freeze,
623
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/rovenance-query-service-description).freeze,
624
- "prov:category" => %(access-and-query).freeze,
625
- "prov:inverse" => %(serviceDescribedBy).freeze,
626
- "rdfs:isDefinedBy" => %(prov:).freeze,
627
- type: "owl:ObjectProperty".freeze
628
- property :dictionary,
629
- domain: ["prov:Insertion".freeze, "prov:Removal".freeze],
630
- label: "dictionary".freeze,
631
- "prov:category" => %(collections).freeze,
632
- "prov:component" => %(collections).freeze,
633
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
634
- "prov:definition" => %(The property used by a prov:Insertion and prov:Removal to cite the prov:Dictionary that was prov:derivedByInsertionFrom or prov:derivedByRemovalFrom another dictionary.).freeze,
635
- "prov:dm" => [%(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze, %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze],
636
- "prov:n" => [%(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze, %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze],
637
- range: "prov:Dictionary".freeze,
638
- "rdfs:isDefinedBy" => %(prov:).freeze,
639
- subPropertyOf: "prov:entity".freeze,
640
- type: "owl:ObjectProperty".freeze
641
- property :dm,
642
- comment: %(A reference to the principal section of the PROV-DM document that describes this concept.).freeze,
643
- label: "dm".freeze,
644
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
645
- subPropertyOf: "rdfs:seeAlso".freeze,
646
- type: "owl:AnnotationProperty".freeze
647
- property :editorialNote,
648
- comment: %(A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.).freeze,
649
- label: "editorialNote".freeze,
650
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
651
- type: "owl:AnnotationProperty".freeze
652
- property :editorsDefinition,
653
- comment: %(When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.).freeze,
654
- label: "editorsDefinition".freeze,
655
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
656
- subPropertyOf: "prov:definition".freeze,
657
- type: "owl:AnnotationProperty".freeze
658
- property :endedAtTime,
659
- comment: %(The time at which an activity ended. See also prov:startedAtTime.).freeze,
660
- domain: "prov:Activity".freeze,
661
- label: "endedAtTime".freeze,
662
- "prov:category" => %(starting-point).freeze,
663
- "prov:component" => %(entities-activities).freeze,
664
- "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedEnd o prov:atTime\) rdfs:subPropertyOf prov:endedAtTime.).freeze,
665
- "prov:qualifiedForm" => [%(prov:End).freeze, %(prov:atTime).freeze],
666
- range: "xsd:dateTime".freeze,
667
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
668
- type: "owl:DatatypeProperty".freeze
669
- property :entity,
670
- domain: "prov:EntityInfluence".freeze,
671
- label: "entity".freeze,
672
- "prov:category" => %(qualified).freeze,
673
- "prov:editorialNote" => %(This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.).freeze,
674
- "prov:editorsDefinition" => %(The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.).freeze,
675
- "prov:inverse" => %(entityOfInfluence).freeze,
676
- range: "prov:Entity".freeze,
677
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
678
- subPropertyOf: "prov:influencer".freeze,
679
- type: "owl:ObjectProperty".freeze
680
- property :generated,
681
- domain: "prov:Activity".freeze,
682
- label: "generated".freeze,
683
- "owl:inverseOf" => %(prov:wasGeneratedBy).freeze,
684
- "prov:category" => %(expanded).freeze,
685
- "prov:component" => %(entities-activities).freeze,
686
- "prov:editorialNote" => %(prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.).freeze,
687
- "prov:inverse" => %(wasGeneratedBy).freeze,
688
- "prov:sharesDefinitionWith" => %(prov:Generation).freeze,
689
- range: "prov:Entity".freeze,
690
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
691
- subPropertyOf: "prov:influenced".freeze,
692
- type: "owl:ObjectProperty".freeze
693
- property :generatedAtTime,
694
- comment: %(The time at which an entity was completely created and is available for use.).freeze,
695
- domain: "prov:Entity".freeze,
696
- label: "generatedAtTime".freeze,
697
- "prov:category" => %(expanded).freeze,
698
- "prov:component" => %(entities-activities).freeze,
699
- "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedGeneration o prov:atTime\) rdfs:subPropertyOf prov:generatedAtTime.).freeze,
700
- "prov:qualifiedForm" => [%(prov:Generation).freeze, %(prov:atTime).freeze],
701
- range: "xsd:dateTime".freeze,
702
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
703
- type: "owl:DatatypeProperty".freeze
704
- property :hadActivity,
705
- comment: [%(The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence \(use prov:activity instead\).).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
706
- domain: "prov:Influence".freeze,
707
- label: "hadActivity".freeze,
708
- "prov:category" => %(qualified).freeze,
709
- "prov:component" => %(derivations).freeze,
710
- "prov:editorialNote" => %(The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.).freeze,
711
- "prov:inverse" => %(wasActivityOfInfluence).freeze,
712
- "prov:sharesDefinitionWith" => %(prov:Activity).freeze,
713
- range: "prov:Activity".freeze,
714
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
715
- type: "owl:ObjectProperty".freeze
716
- property :hadDictionaryMember,
717
- domain: "prov:Dictionary".freeze,
718
- label: "hadDictionaryMember".freeze,
719
- "prov:category" => %(collections).freeze,
720
- "prov:component" => %(collections).freeze,
721
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
722
- "prov:definition" => %(Describes the key-entity pair that was member of a prov:Dictionary. A dictionary can have multiple members.).freeze,
723
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
724
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
725
- range: "prov:KeyEntityPair".freeze,
726
- "rdfs:isDefinedBy" => %(prov:).freeze,
727
- type: "owl:ObjectProperty".freeze
728
- property :hadGeneration,
729
- comment: %(The _optional_ Generation involved in an Entity's Derivation.).freeze,
730
- domain: "prov:Derivation".freeze,
731
- label: "hadGeneration".freeze,
732
- "prov:category" => %(qualified).freeze,
733
- "prov:component" => %(derivations).freeze,
734
- "prov:inverse" => %(generatedAsDerivation).freeze,
735
- "prov:sharesDefinitionWith" => %(prov:Generation).freeze,
736
- range: "prov:Generation".freeze,
737
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
738
- type: "owl:ObjectProperty".freeze
739
- property :hadMember,
740
- domain: "prov:Collection".freeze,
741
- label: "hadMember".freeze,
742
- "prov:category" => %(expanded).freeze,
743
- "prov:component" => %(expanded).freeze,
744
- "prov:inverse" => %(wasMemberOf).freeze,
745
- "prov:sharesDefinitionWith" => %(prov:Collection).freeze,
746
- range: "prov:Entity".freeze,
747
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
748
- subPropertyOf: "prov:wasInfluencedBy".freeze,
749
- type: "owl:ObjectProperty".freeze
750
- property :hadPlan,
751
- comment: %(The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.).freeze,
752
- domain: "prov:Association".freeze,
753
- label: "hadPlan".freeze,
754
- "prov:category" => %(qualified).freeze,
755
- "prov:component" => %(agents-responsibility).freeze,
756
- "prov:inverse" => %(wasPlanOf).freeze,
757
- "prov:sharesDefinitionWith" => %(prov:Plan).freeze,
758
- range: "prov:Plan".freeze,
759
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
760
- type: "owl:ObjectProperty".freeze
761
- property :hadPrimarySource,
762
- domain: "prov:Entity".freeze,
763
- label: "hadPrimarySource".freeze,
764
- "prov:category" => %(expanded).freeze,
765
- "prov:component" => %(derivations).freeze,
766
- "prov:inverse" => %(wasPrimarySourceOf).freeze,
767
- "prov:qualifiedForm" => [%(prov:PrimarySource).freeze, %(prov:qualifiedPrimarySource).freeze],
768
- range: "prov:Entity".freeze,
769
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
770
- subPropertyOf: "prov:wasDerivedFrom".freeze,
771
- type: "owl:ObjectProperty".freeze
772
- property :hadRole,
773
- comment: [%(The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
774
- domain: "prov:Influence".freeze,
775
- label: "hadRole".freeze,
776
- "prov:category" => %(qualified).freeze,
777
- "prov:component" => %(agents-responsibility).freeze,
778
- "prov:editorsDefinition" => %(prov:hadRole references the Role \(i.e. the function of an entity with respect to an activity\), in the context of an instantaneous usage, generation, association, start, and end.).freeze,
779
- "prov:inverse" => %(wasRoleIn).freeze,
780
- "prov:sharesDefinitionWith" => %(prov:Role).freeze,
781
- range: "prov:Role".freeze,
782
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
783
- type: "owl:ObjectProperty".freeze
784
- property :hadUsage,
785
- comment: %(The _optional_ Usage involved in an Entity's Derivation.).freeze,
786
- domain: "prov:Derivation".freeze,
787
- label: "hadUsage".freeze,
788
- "prov:category" => %(qualified).freeze,
789
- "prov:component" => %(derivations).freeze,
790
- "prov:inverse" => %(wasUsedInDerivation).freeze,
791
- "prov:sharesDefinitionWith" => %(prov:Usage).freeze,
792
- range: "prov:Usage".freeze,
793
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
794
- type: "owl:ObjectProperty".freeze
795
- property :has_anchor,
796
- comment: %(Indicates anchor URI for a potentially dynamic resource instance.).freeze,
797
- label: "has_anchor".freeze,
798
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html).freeze,
799
- "prov:category" => %(access-and-query).freeze,
800
- "prov:inverse" => %(anchorOf).freeze,
801
- "rdfs:isDefinedBy" => %(prov:).freeze,
802
- type: "owl:ObjectProperty".freeze
803
- property :has_provenance,
804
- comment: %(Indicates a provenance-URI for a resource; the resource identified by this property presents a provenance record about its subject or anchor resource.).freeze,
805
- label: "has_provenance".freeze,
806
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html).freeze,
807
- "prov:category" => %(access-and-query).freeze,
808
- "prov:inverse" => %(provenanceOf).freeze,
809
- "rdfs:isDefinedBy" => %(prov:).freeze,
810
- type: "owl:ObjectProperty".freeze
811
- property :has_query_service,
812
- comment: %(Indicates a provenance query service that can access provenance related to its subject or anchor resource.).freeze,
813
- label: "hasProvenanceService".freeze,
814
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/).freeze,
815
- "prov:category" => %(access-and-query).freeze,
816
- "prov:inverse" => %(provenanceQueryServiceOf).freeze,
817
- "rdfs:isDefinedBy" => %(prov:).freeze,
818
- type: "owl:ObjectProperty".freeze
819
- property :influenced,
820
- label: "influenced".freeze,
821
- "owl:inverseOf" => %(prov:wasInfluencedBy).freeze,
822
- "prov:category" => %(expanded).freeze,
823
- "prov:component" => %(agents-responsibility).freeze,
824
- "prov:inverse" => %(wasInfluencedBy).freeze,
825
- "prov:sharesDefinitionWith" => %(prov:Influence).freeze,
826
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
827
- type: "owl:ObjectProperty".freeze
828
- property :influencer,
829
- comment: %(Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy \(e.g. prov:used, prov:wasGeneratedBy\). prov:influencer is used much like rdf:object is used.).freeze,
830
- domain: "prov:Influence".freeze,
831
- label: "influencer".freeze,
832
- "prov:category" => %(qualified).freeze,
833
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence).freeze,
834
- "prov:editorialNote" => %(This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple.).freeze,
835
- "prov:editorsDefinition" => %(This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource \(Entity, Agent, or Activity\) whose influence is being qualified.).freeze,
836
- "prov:inverse" => %(hadInfluence).freeze,
837
- range: "owl:Thing".freeze,
838
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
839
- type: "owl:ObjectProperty".freeze
840
- property :insertedKeyEntityPair,
841
- domain: "prov:Insertion".freeze,
842
- label: "insertedKeyEntityPair".freeze,
843
- "prov:category" => %(collections).freeze,
844
- "prov:component" => %(collections).freeze,
845
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
846
- "prov:definition" => %(An object property to refer to the prov:KeyEntityPair inserted into a prov:Dictionary.).freeze,
847
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
848
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
849
- range: "prov:KeyEntityPair".freeze,
850
- "rdfs:isDefinedBy" => %(prov:).freeze,
851
- type: "owl:ObjectProperty".freeze
852
- property :invalidated,
853
- domain: "prov:Activity".freeze,
854
- label: "invalidated".freeze,
855
- "owl:inverseOf" => %(prov:wasInvalidatedBy).freeze,
856
- "prov:category" => %(expanded).freeze,
857
- "prov:component" => %(entities-activities).freeze,
858
- "prov:editorialNote" => %(prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.).freeze,
859
- "prov:inverse" => %(wasInvalidatedBy).freeze,
860
- "prov:sharesDefinitionWith" => %(prov:Invalidation).freeze,
861
- range: "prov:Entity".freeze,
862
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
863
- subPropertyOf: "prov:influenced".freeze,
864
- type: "owl:ObjectProperty".freeze
865
- property :invalidatedAtTime,
866
- comment: %(The time at which an entity was invalidated \(i.e., no longer usable\).).freeze,
867
- domain: "prov:Entity".freeze,
868
- label: "invalidatedAtTime".freeze,
869
- "prov:category" => %(expanded).freeze,
870
- "prov:component" => %(entities-activities).freeze,
871
- "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedInvalidation o prov:atTime\) rdfs:subPropertyOf prov:invalidatedAtTime.).freeze,
872
- "prov:qualifiedForm" => [%(prov:Invalidation).freeze, %(prov:atTime).freeze],
873
- range: "xsd:dateTime".freeze,
874
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
875
- type: "owl:DatatypeProperty".freeze
876
- property :inverse,
877
- comment: %(PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.).freeze,
878
- label: "inverse".freeze,
879
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
880
- "rdfs:seeAlso" => %(http://www.w3.org/TR/prov-o/#names-of-inverse-properties).freeze,
881
- type: "owl:AnnotationProperty".freeze
882
- property :mentionOf,
883
- comment: %(prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.
884
-
885
- prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.).freeze,
886
- domain: "prov:Entity".freeze,
887
- label: "mentionOf".freeze,
888
- "prov:inverse" => %(hadMention).freeze,
889
- range: "prov:Entity".freeze,
890
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-links#).freeze,
891
- subPropertyOf: "prov:specializationOf".freeze,
892
- type: "owl:ObjectProperty".freeze
893
- property :n,
894
- comment: [%(A reference to the principal section of the PROV-DM document that describes this concept.).freeze, %(A reference to the principal section of the PROV-M document that describes this concept.).freeze],
895
- label: "n".freeze,
896
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
897
- subPropertyOf: "rdfs:seeAlso".freeze,
898
- type: "owl:AnnotationProperty".freeze
899
- property :order,
900
- comment: %(The position that this OWL term should be listed within documentation. The scope of the documentation \(e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.\) is unspecified.).freeze,
901
- label: "order".freeze,
902
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
903
- type: "owl:AnnotationProperty".freeze
904
- property :pairEntity,
905
- domain: "prov:KeyEntityPair".freeze,
906
- label: "pairKey".freeze,
907
- "prov:category" => %(collections).freeze,
908
- "prov:component" => %(collections).freeze,
909
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
910
- "prov:definition" => %(The value of a KeyEntityPair.).freeze,
911
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
912
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
913
- range: "prov:Entity".freeze,
914
- "rdfs:isDefinedBy" => %(prov:).freeze,
915
- type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
916
- property :pairKey,
917
- domain: "prov:KeyEntityPair".freeze,
918
- label: "pairKey".freeze,
919
- "prov:category" => %(collections).freeze,
920
- "prov:component" => %(collections).freeze,
921
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
922
- "prov:definition" => %(The key of a KeyEntityPair, which is an element of a prov:Dictionary.).freeze,
923
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
924
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
925
- range: "rdfs:Literal".freeze,
926
- "rdfs:isDefinedBy" => %(prov:).freeze,
927
- type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
928
- property :pingback,
929
- comment: %(Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.).freeze,
930
- label: "provenance pingback".freeze,
931
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-pingback).freeze,
932
- "prov:category" => %(access-and-query).freeze,
933
- "rdfs:isDefinedBy" => %(prov:).freeze,
934
- type: "owl:ObjectProperty".freeze
935
- property :provenanceUriTemplate,
936
- comment: %(Relates a provenance service to a URI template string for constructing provenance-URIs.).freeze,
937
- label: "provenanceUriTemplate".freeze,
938
- "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/).freeze,
939
- "prov:category" => %(access-and-query).freeze,
940
- "rdfs:isDefinedBy" => %(prov:).freeze,
941
- type: "owl:DatatypeProperty".freeze
942
- property :qualifiedAssociation,
943
- comment: %(If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ].).freeze,
944
- domain: "prov:Activity".freeze,
945
- label: "qualifiedAssociation".freeze,
946
- "prov:category" => %(qualified).freeze,
947
- "prov:component" => %(agents-responsibility).freeze,
948
- "prov:inverse" => %(qualifiedAssociationOf).freeze,
949
- "prov:sharesDefinitionWith" => %(prov:Association).freeze,
950
- "prov:unqualifiedForm" => %(prov:wasAssociatedWith).freeze,
951
- range: "prov:Association".freeze,
952
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
953
- subPropertyOf: "prov:qualifiedInfluence".freeze,
954
- type: "owl:ObjectProperty".freeze
955
- property :qualifiedAttribution,
956
- comment: %(If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution; prov:agent :ag; :foo :bar ].).freeze,
957
- domain: "prov:Entity".freeze,
958
- label: "qualifiedAttribution".freeze,
959
- "prov:category" => %(qualified).freeze,
960
- "prov:component" => %(agents-responsibility).freeze,
961
- "prov:inverse" => %(qualifiedAttributionOf).freeze,
962
- "prov:sharesDefinitionWith" => %(prov:Attribution).freeze,
963
- "prov:unqualifiedForm" => %(prov:wasAttributedTo).freeze,
964
- range: "prov:Attribution".freeze,
965
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
966
- subPropertyOf: "prov:qualifiedInfluence".freeze,
967
- type: "owl:ObjectProperty".freeze
968
- property :qualifiedCommunication,
969
- comment: %(If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication; prov:activity :a; :foo :bar ].).freeze,
970
- domain: "prov:Activity".freeze,
971
- label: "qualifiedCommunication".freeze,
972
- "prov:category" => %(qualified).freeze,
973
- "prov:component" => %(entities-activities).freeze,
974
- "prov:inverse" => %(qualifiedCommunicationOf).freeze,
975
- "prov:qualifiedForm" => %(prov:Communication).freeze,
976
- "prov:sharesDefinitionWith" => %(prov:Communication).freeze,
977
- range: "prov:Communication".freeze,
978
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
979
- subPropertyOf: "prov:qualifiedInfluence".freeze,
980
- type: "owl:ObjectProperty".freeze
981
- property :qualifiedDelegation,
982
- comment: %(If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ].).freeze,
983
- domain: "prov:Agent".freeze,
984
- label: "qualifiedDelegation".freeze,
985
- "prov:category" => %(qualified).freeze,
986
- "prov:component" => %(agents-responsibility).freeze,
987
- "prov:inverse" => %(qualifiedDelegationOf).freeze,
988
- "prov:sharesDefinitionWith" => %(prov:Delegation).freeze,
989
- "prov:unqualifiedForm" => %(prov:actedOnBehalfOf).freeze,
990
- range: "prov:Delegation".freeze,
991
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
992
- subPropertyOf: "prov:qualifiedInfluence".freeze,
993
- type: "owl:ObjectProperty".freeze
994
- property :qualifiedDerivation,
995
- comment: %(If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation; prov:entity :e; :foo :bar ].).freeze,
996
- domain: "prov:Entity".freeze,
997
- label: "qualifiedDerivation".freeze,
998
- "prov:category" => %(qualified).freeze,
999
- "prov:component" => %(derivations).freeze,
1000
- "prov:inverse" => %(qualifiedDerivationOf).freeze,
1001
- "prov:sharesDefinitionWith" => %(prov:Derivation).freeze,
1002
- "prov:unqualifiedForm" => %(prov:wasDerivedFrom).freeze,
1003
- range: "prov:Derivation".freeze,
1004
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1005
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1006
- type: "owl:ObjectProperty".freeze
1007
- property :qualifiedEnd,
1008
- comment: %(If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End; prov:entity :e1; :foo :bar ].).freeze,
1009
- domain: "prov:Activity".freeze,
1010
- label: "qualifiedEnd".freeze,
1011
- "prov:category" => %(qualified).freeze,
1012
- "prov:component" => %(entities-activities).freeze,
1013
- "prov:inverse" => %(qualifiedEndOf).freeze,
1014
- "prov:sharesDefinitionWith" => %(prov:End).freeze,
1015
- "prov:unqualifiedForm" => %(prov:wasEndedBy).freeze,
1016
- range: "prov:End".freeze,
1017
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1018
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1019
- type: "owl:ObjectProperty".freeze
1020
- property :qualifiedForm,
1021
- comment: %(This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it.
1022
-
1023
- Example annotation:
1024
-
1025
- prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
1026
-
1027
- Then this unqualified assertion:
1028
-
1029
- :entity1 prov:wasGeneratedBy :activity1 .
1030
-
1031
- can be qualified by adding:
1032
-
1033
- :entity1 prov:qualifiedGeneration :entity1Gen .
1034
- :entity1Gen
1035
- a prov:Generation, prov:Influence;
1036
- prov:activity :activity1;
1037
- :customValue 1337 .
1038
-
1039
- Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1\) is mirrored as the value of the prov:activity \(or prov:entity, or prov:agent\) property on the influence class.).freeze,
1040
- label: "qualifiedForm".freeze,
1041
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1042
- subPropertyOf: "rdfs:seeAlso".freeze,
1043
- type: "owl:AnnotationProperty".freeze
1044
- property :qualifiedGeneration,
1045
- comment: %(If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation; prov:entity :e; :foo :bar ].).freeze,
1046
- domain: "prov:Entity".freeze,
1047
- label: "qualifiedGeneration".freeze,
1048
- "prov:category" => %(qualified).freeze,
1049
- "prov:component" => %(entities-activities).freeze,
1050
- "prov:inverse" => %(qualifiedGenerationOf).freeze,
1051
- "prov:sharesDefinitionWith" => %(prov:Generation).freeze,
1052
- "prov:unqualifiedForm" => %(prov:wasGeneratedBy).freeze,
1053
- range: "prov:Generation".freeze,
1054
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1055
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1056
- type: "owl:ObjectProperty".freeze
1057
- property :qualifiedInfluence,
1058
- comment: %(Because prov:qualifiedInfluence is a broad relation, the more specific relations \(qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.\) should be used when applicable.).freeze,
1059
- label: "qualifiedInfluence".freeze,
1060
- "prov:category" => %(qualified).freeze,
1061
- "prov:component" => %(derivations).freeze,
1062
- "prov:inverse" => %(qualifiedInfluenceOf).freeze,
1063
- "prov:sharesDefinitionWith" => %(prov:Influence).freeze,
1064
- "prov:unqualifiedForm" => %(prov:wasInfluencedBy).freeze,
1065
- range: "prov:Influence".freeze,
1066
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1067
- type: "owl:ObjectProperty".freeze
1068
- property :qualifiedInsertion,
1069
- domain: "prov:Dictionary".freeze,
1070
- label: "qualifiedInsertion".freeze,
1071
- "prov:category" => %(collections).freeze,
1072
- "prov:component" => %(collections).freeze,
1073
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
1074
- "prov:definition" => %(The dictionary was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-entity pairs.).freeze,
1075
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
1076
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
1077
- range: "prov:Insertion".freeze,
1078
- "rdfs:isDefinedBy" => %(prov:).freeze,
1079
- subPropertyOf: "prov:qualifiedDerivation".freeze,
1080
- type: "owl:ObjectProperty".freeze
1081
- property :qualifiedInvalidation,
1082
- comment: %(If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :a; :foo :bar ].).freeze,
1083
- domain: "prov:Entity".freeze,
1084
- label: "qualifiedInvalidation".freeze,
1085
- "prov:category" => %(qualified).freeze,
1086
- "prov:component" => %(entities-activities).freeze,
1087
- "prov:inverse" => %(qualifiedInvalidationOf).freeze,
1088
- "prov:sharesDefinitionWith" => %(prov:Invalidation).freeze,
1089
- "prov:unqualifiedForm" => %(prov:wasInvalidatedBy).freeze,
1090
- range: "prov:Invalidation".freeze,
1091
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1092
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1093
- type: "owl:ObjectProperty".freeze
1094
- property :qualifiedPrimarySource,
1095
- comment: %(If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].).freeze,
1096
- domain: "prov:Entity".freeze,
1097
- label: "qualifiedPrimarySource".freeze,
1098
- "prov:category" => %(qualified).freeze,
1099
- "prov:component" => %(derivations).freeze,
1100
- "prov:inverse" => %(qualifiedSourceOf).freeze,
1101
- "prov:sharesDefinitionWith" => %(prov:PrimarySource).freeze,
1102
- "prov:unqualifiedForm" => %(prov:hadPrimarySource).freeze,
1103
- range: "prov:PrimarySource".freeze,
1104
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1105
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1106
- type: "owl:ObjectProperty".freeze
1107
- property :qualifiedQuotation,
1108
- comment: %(If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ].).freeze,
1109
- domain: "prov:Entity".freeze,
1110
- label: "qualifiedQuotation".freeze,
1111
- "prov:category" => %(qualified).freeze,
1112
- "prov:component" => %(derivations).freeze,
1113
- "prov:inverse" => %(qualifiedQuotationOf).freeze,
1114
- "prov:sharesDefinitionWith" => %(prov:Quotation).freeze,
1115
- "prov:unqualifiedForm" => %(prov:wasQuotedFrom).freeze,
1116
- range: "prov:Quotation".freeze,
1117
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1118
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1119
- type: "owl:ObjectProperty".freeze
1120
- property :qualifiedRemoval,
1121
- domain: "prov:Dictionary".freeze,
1122
- label: "qualifiedRemoval".freeze,
1123
- "prov:category" => %(collections).freeze,
1124
- "prov:component" => %(collections).freeze,
1125
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
1126
- "prov:definition" => %(The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed keys.).freeze,
1127
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
1128
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
1129
- range: "prov:Removal".freeze,
1130
- "rdfs:isDefinedBy" => %(prov:).freeze,
1131
- subPropertyOf: "prov:qualifiedDerivation".freeze,
1132
- type: "owl:ObjectProperty".freeze
1133
- property :qualifiedRevision,
1134
- comment: %(If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision; prov:entity :e; :foo :bar ].).freeze,
1135
- domain: "prov:Entity".freeze,
1136
- label: "qualifiedRevision".freeze,
1137
- "prov:category" => %(qualified).freeze,
1138
- "prov:component" => %(derivations).freeze,
1139
- "prov:inverse" => %(revisedEntity).freeze,
1140
- "prov:sharesDefinitionWith" => %(prov:Revision).freeze,
1141
- "prov:unqualifiedForm" => %(prov:wasRevisionOf).freeze,
1142
- range: "prov:Revision".freeze,
1143
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1144
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1145
- type: "owl:ObjectProperty".freeze
1146
- property :qualifiedStart,
1147
- comment: %(If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start; prov:entity :e1; :foo :bar ].).freeze,
1148
- domain: "prov:Activity".freeze,
1149
- label: "qualifiedStart".freeze,
1150
- "prov:category" => %(qualified).freeze,
1151
- "prov:component" => %(entities-activities).freeze,
1152
- "prov:inverse" => %(qualifiedStartOf).freeze,
1153
- "prov:sharesDefinitionWith" => %(prov:Start).freeze,
1154
- "prov:unqualifiedForm" => %(prov:wasStartedBy).freeze,
1155
- range: "prov:Start".freeze,
1156
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1157
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1158
- type: "owl:ObjectProperty".freeze
1159
- property :qualifiedUsage,
1160
- comment: %(If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].).freeze,
1161
- domain: "prov:Activity".freeze,
1162
- label: "qualifiedUsage".freeze,
1163
- "prov:category" => %(qualified).freeze,
1164
- "prov:component" => %(entities-activities).freeze,
1165
- "prov:inverse" => %(qualifiedUsingActivity).freeze,
1166
- "prov:sharesDefinitionWith" => %(prov:Usage).freeze,
1167
- "prov:unqualifiedForm" => %(prov:used).freeze,
1168
- range: "prov:Usage".freeze,
1169
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1170
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1171
- type: "owl:ObjectProperty".freeze
1172
- property :removedKey,
1173
- domain: "prov:Removal".freeze,
1174
- label: "removedKey".freeze,
1175
- "prov:category" => %(collections).freeze,
1176
- "prov:component" => %(collections).freeze,
1177
- "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
1178
- "prov:definition" => %(The key removed in a Removal.).freeze,
1179
- "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
1180
- "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
1181
- range: "rdfs:Literal".freeze,
1182
- "rdfs:isDefinedBy" => %(prov:).freeze,
1183
- type: "owl:DatatypeProperty".freeze
1184
- property :sharesDefinitionWith,
1185
- label: "sharesDefinitionWith".freeze,
1186
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1187
- subPropertyOf: "rdfs:seeAlso".freeze,
1188
- type: "owl:AnnotationProperty".freeze
1189
- property :specializationOf,
1190
- domain: "prov:Entity".freeze,
1191
- label: "specializationOf".freeze,
1192
- "prov:category" => %(expanded).freeze,
1193
- "prov:component" => %(alternate).freeze,
1194
- "prov:constraints" => [%(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig).freeze],
1195
- "prov:definition" => %(An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity.).freeze,
1196
- "prov:dm" => [%(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization).freeze],
1197
- "prov:inverse" => %(generalizationOf).freeze,
1198
- "prov:n" => [%(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization).freeze],
1199
- range: "prov:Entity".freeze,
1200
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1201
- "rdfs:seeAlso" => %(prov:alternateOf).freeze,
1202
- subPropertyOf: ["prov:alternateOf".freeze, "owl:topObjectProperty".freeze],
1203
- type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1204
- property :startedAtTime,
1205
- comment: %(The time at which an activity started. See also prov:endedAtTime.).freeze,
1206
- domain: "prov:Activity".freeze,
1207
- label: "startedAtTime".freeze,
1208
- "prov:category" => %(starting-point).freeze,
1209
- "prov:component" => %(entities-activities).freeze,
1210
- "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedStart o prov:atTime\) rdfs:subPropertyOf prov:startedAtTime.).freeze,
1211
- "prov:qualifiedForm" => [%(prov:Start).freeze, %(prov:atTime).freeze],
1212
- range: "xsd:dateTime".freeze,
1213
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1214
- type: "owl:DatatypeProperty".freeze
1215
- property :todo,
1216
- label: "todo".freeze,
1217
- type: "owl:AnnotationProperty".freeze
1218
- property :unqualifiedForm,
1219
- comment: %(Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.).freeze,
1220
- label: "unqualifiedForm".freeze,
1221
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1222
- subPropertyOf: "rdfs:seeAlso".freeze,
1223
- type: "owl:AnnotationProperty".freeze
1224
- property :used,
1225
- comment: %(A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .).freeze,
1226
- domain: "prov:Activity".freeze,
1227
- label: "used".freeze,
1228
- "prov:category" => %(starting-point).freeze,
1229
- "prov:component" => %(entities-activities).freeze,
1230
- "prov:inverse" => %(wasUsedBy).freeze,
1231
- "prov:qualifiedForm" => [%(prov:Usage).freeze, %(prov:qualifiedUsage).freeze],
1232
- range: "prov:Entity".freeze,
1233
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1234
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1235
- type: "owl:ObjectProperty".freeze
1236
- property :value,
1237
- domain: "prov:Entity".freeze,
1238
- label: "value".freeze,
1239
- "prov:category" => %(expanded).freeze,
1240
- "prov:component" => %(entities-activities).freeze,
1241
- "prov:definition" => %(Provides a value that is a direct representation of an entity.).freeze,
1242
- "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value).freeze,
1243
- "prov:editorialNote" => [%(The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue).freeze, %(This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification \(specifically, 'may be used in describing structured values'\).).freeze],
1244
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1245
- type: "owl:DatatypeProperty".freeze
1246
- property :wasAssociatedWith,
1247
- comment: %(An prov:Agent that had some \(unspecified\) responsibility for the occurrence of this prov:Activity.).freeze,
1248
- domain: "prov:Activity".freeze,
1249
- label: "wasAssociatedWith".freeze,
1250
- "prov:category" => %(starting-point).freeze,
1251
- "prov:component" => %(agents-responsibility).freeze,
1252
- "prov:inverse" => %(wasAssociateFor).freeze,
1253
- "prov:qualifiedForm" => [%(prov:Association).freeze, %(prov:qualifiedAssociation).freeze],
1254
- range: "prov:Agent".freeze,
1255
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1256
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1257
- type: "owl:ObjectProperty".freeze
1258
- property :wasAttributedTo,
1259
- comment: %(Attribution is the ascribing of an entity to an agent.).freeze,
1260
- domain: "prov:Entity".freeze,
1261
- label: "wasAttributedTo".freeze,
1262
- "prov:category" => %(starting-point).freeze,
1263
- "prov:component" => %(agents-responsibility).freeze,
1264
- "prov:definition" => %(Attribution is the ascribing of an entity to an agent.).freeze,
1265
- "prov:inverse" => %(contributed).freeze,
1266
- "prov:qualifiedForm" => [%(prov:Attribution).freeze, %(prov:qualifiedAttribution).freeze],
1267
- range: "prov:Agent".freeze,
1268
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1269
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1270
- type: "owl:ObjectProperty".freeze
1271
- property :wasDerivedFrom,
1272
- comment: %(The more specific subproperties of prov:wasDerivedFrom \(i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource\) should be used when applicable.).freeze,
1273
- domain: "prov:Entity".freeze,
1274
- label: "wasDerivedFrom".freeze,
1275
- "prov:category" => %(starting-point).freeze,
1276
- "prov:component" => %(derivations).freeze,
1277
- "prov:definition" => %(A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.).freeze,
1278
- "prov:inverse" => %(hadDerivation).freeze,
1279
- "prov:qualifiedForm" => [%(prov:Derivation).freeze, %(prov:qualifiedDerivation).freeze],
1280
- range: "prov:Entity".freeze,
1281
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1282
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1283
- type: "owl:ObjectProperty".freeze
1284
- property :wasEndedBy,
1285
- comment: %(End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.).freeze,
1286
- domain: "prov:Activity".freeze,
1287
- label: "wasEndedBy".freeze,
1288
- "prov:category" => %(expanded).freeze,
1289
- "prov:component" => %(entities-activities).freeze,
1290
- "prov:inverse" => %(ended).freeze,
1291
- "prov:qualifiedForm" => [%(prov:End).freeze, %(prov:qualifiedEnd).freeze],
1292
- range: "prov:Entity".freeze,
1293
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1294
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1295
- type: "owl:ObjectProperty".freeze
1296
- property :wasGeneratedBy,
1297
- domain: "prov:Entity".freeze,
1298
- label: "wasGeneratedBy".freeze,
1299
- "owl:inverseOf" => %(prov:generated).freeze,
1300
- "prov:category" => %(starting-point).freeze,
1301
- "prov:component" => %(entities-activities).freeze,
1302
- "prov:inverse" => %(generated).freeze,
1303
- "prov:qualifiedForm" => [%(prov:Generation).freeze, %(prov:qualifiedGeneration).freeze],
1304
- range: "prov:Activity".freeze,
1305
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1306
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1307
- type: "owl:ObjectProperty".freeze
1308
- property :wasInfluencedBy,
1309
- comment: [%(Because prov:wasInfluencedBy is a broad relation, its more specific subproperties \(e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.\) should be used when applicable.).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
1310
- label: "wasInfluencedBy".freeze,
1311
- "owl:inverseOf" => %(prov:influenced).freeze,
1312
- "prov:category" => %(qualified).freeze,
1313
- "prov:component" => %(agents-responsibility).freeze,
1314
- "prov:editorialNote" => %(The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
1315
-
1316
- Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
1317
-
1318
- prov:wasInfluencedBy should not be used without also using one of its subproperties.
1319
- ).freeze,
1320
- "prov:inverse" => %(influenced).freeze,
1321
- "prov:qualifiedForm" => [%(prov:Influence).freeze, %(prov:qualifiedInfluence).freeze],
1322
- "prov:sharesDefinitionWith" => %(prov:Influence).freeze,
1323
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1324
- type: "owl:ObjectProperty".freeze
1325
- property :wasInformedBy,
1326
- comment: %(An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.).freeze,
1327
- domain: "prov:Activity".freeze,
1328
- label: "wasInformedBy".freeze,
1329
- "prov:category" => %(starting-point).freeze,
1330
- "prov:component" => %(entities-activities).freeze,
1331
- "prov:inverse" => %(informed).freeze,
1332
- "prov:qualifiedForm" => [%(prov:Communication).freeze, %(prov:qualifiedCommunication).freeze],
1333
- range: "prov:Activity".freeze,
1334
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1335
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1336
- type: "owl:ObjectProperty".freeze
1337
- property :wasInvalidatedBy,
1338
- domain: "prov:Entity".freeze,
1339
- label: "wasInvalidatedBy".freeze,
1340
- "owl:inverseOf" => %(prov:invalidated).freeze,
1341
- "prov:category" => %(expanded).freeze,
1342
- "prov:component" => %(entities-activities).freeze,
1343
- "prov:inverse" => %(invalidated).freeze,
1344
- "prov:qualifiedForm" => [%(prov:Invalidation).freeze, %(prov:qualifiedInvalidation).freeze],
1345
- range: "prov:Activity".freeze,
1346
- "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1347
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1348
- type: "owl:ObjectProperty".freeze
1349
- property :wasQuotedFrom,
1350
- comment: %(An entity is derived from an original entity by copying, or 'quoting', some or all of it.).freeze,
1351
- domain: "prov:Entity".freeze,
1352
- label: "wasQuotedFrom".freeze,
1353
- "prov:category" => %(expanded).freeze,
1354
- "prov:component" => %(derivations).freeze,
1355
- "prov:inverse" => %(quotedAs).freeze,
1356
- "prov:qualifiedForm" => [%(prov:Quotation).freeze, %(prov:qualifiedQuotation).freeze],
1357
- range: "prov:Entity".freeze,
1358
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1359
- subPropertyOf: "prov:wasDerivedFrom".freeze,
1360
- type: "owl:ObjectProperty".freeze
1361
- property :wasRevisionOf,
1362
- comment: %(A revision is a derivation that revises an entity into a revised version.).freeze,
1363
- domain: "prov:Entity".freeze,
1364
- label: "wasRevisionOf".freeze,
1365
- "prov:category" => %(expanded).freeze,
1366
- "prov:component" => %(derivations).freeze,
1367
- "prov:inverse" => %(hadRevision).freeze,
1368
- "prov:qualifiedForm" => [%(prov:Revision).freeze, %(prov:qualifiedRevision).freeze],
1369
- range: "prov:Entity".freeze,
1370
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1371
- subPropertyOf: "prov:wasDerivedFrom".freeze,
1372
- type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1373
- property :wasStartedBy,
1374
- comment: %(Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.).freeze,
1375
- domain: "prov:Activity".freeze,
1376
- label: "wasStartedBy".freeze,
1377
- "prov:category" => %(expanded).freeze,
1378
- "prov:component" => %(entities-activities).freeze,
1379
- "prov:inverse" => %(started).freeze,
1380
- "prov:qualifiedForm" => [%(prov:Start).freeze, %(prov:qualifiedStart).freeze],
1381
- range: "prov:Entity".freeze,
1382
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1383
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1384
- type: "owl:ObjectProperty".freeze
1385
-
1386
- # Extra definitions
1387
- term :"",
1388
- comment: %(This document is published by the Provenance Working Group \(http://www.w3.org/2011/prov/wiki/Main_Page\).
1389
-
1390
- If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org \(subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/
1391
- Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1392
- label: "W3C PROVenance Interchange".freeze,
1393
- "owl:imports" => [%(http://www.w3.org/ns/prov-aq#).freeze, %(http://www.w3.org/ns/prov-dc#).freeze, %(http://www.w3.org/ns/prov-dictionary#).freeze, %(http://www.w3.org/ns/prov-links#).freeze, %(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1394
- "owl:versionIRI" => [%(http://www.w3.org/ns/prov-20130430).freeze, %(http://www.w3.org/ns/prov-o-inverses-20130430).freeze],
1395
- "prov:specializationOf" => %(http://www.w3.org/ns/prov-o-inverses).freeze,
1396
- "prov:wasDerivedFrom" => [%(http://www.w3.org/ns/prov-aq#).freeze, %(http://www.w3.org/ns/prov-dc#).freeze, %(http://www.w3.org/ns/prov-dictionary#).freeze, %(http://www.w3.org/ns/prov-links#).freeze, %(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze, %(http://www.w3.org/ns/prov-o-20130430).freeze],
1397
- "prov:wasRevisionOf" => [%(http://www.w3.org/ns/prov-20130312).freeze, %(http://www.w3.org/ns/prov-o-inverses-20120312).freeze],
1398
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov).freeze,
1399
- "rdfs:seeAlso" => [%(http://www.w3.org/TR/prov-overview/).freeze, %(http://www.w3.org/TR/prov-o/#names-of-inverse-properties).freeze],
1400
- type: "owl:Ontology".freeze
1401
- term :activityOfInfluence,
1402
- label: "activityOfInfluence".freeze,
1403
- "owl:inverseOf" => %(prov:activity).freeze,
1404
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1405
- term :agentOfInfluence,
1406
- label: "agentOfInfluence".freeze,
1407
- "owl:inverseOf" => %(prov:agent).freeze,
1408
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1409
- term :contributed,
1410
- label: "contributed".freeze,
1411
- "owl:inverseOf" => %(prov:wasAttributedTo).freeze,
1412
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1413
- term :ended,
1414
- label: "ended".freeze,
1415
- "owl:inverseOf" => %(prov:wasEndedBy).freeze,
1416
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1417
- term :entityOfInfluence,
1418
- label: "entityOfInfluence".freeze,
1419
- "owl:inverseOf" => %(prov:entity).freeze,
1420
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1421
- term :generalizationOf,
1422
- label: "generalizationOf".freeze,
1423
- "owl:inverseOf" => %(prov:specializationOf).freeze,
1424
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1425
- term :generatedAsDerivation,
1426
- label: "generatedAsDerivation".freeze,
1427
- "owl:inverseOf" => %(prov:hadGeneration).freeze,
1428
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1429
- term :hadDelegate,
1430
- label: "hadDelegate".freeze,
1431
- "owl:inverseOf" => %(prov:actedOnBehalfOf).freeze,
1432
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1433
- term :hadDerivation,
1434
- label: "hadDerivation".freeze,
1435
- "owl:inverseOf" => %(prov:wasDerivedFrom).freeze,
1436
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1437
- term :hadInfluence,
1438
- label: "hadInfluence".freeze,
1439
- "owl:inverseOf" => %(prov:influencer).freeze,
1440
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1441
- term :hadRevision,
1442
- label: "hadRevision".freeze,
1443
- "owl:inverseOf" => %(prov:wasRevisionOf).freeze,
1444
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1445
- term :informed,
1446
- label: "informed".freeze,
1447
- "owl:inverseOf" => %(prov:wasInformedBy).freeze,
1448
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1449
- term :locationOf,
1450
- label: "locationOf".freeze,
1451
- "owl:inverseOf" => %(prov:atLocation).freeze,
1452
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1453
- term :qualifiedAssociationOf,
1454
- label: "qualifiedAssociationOf".freeze,
1455
- "owl:inverseOf" => %(prov:qualifiedAssociation).freeze,
1456
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1457
- term :qualifiedAttributionOf,
1458
- label: "qualifiedAttributionOf".freeze,
1459
- "owl:inverseOf" => %(prov:qualifiedAttribution).freeze,
1460
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1461
- term :qualifiedCommunicationOf,
1462
- label: "qualifiedCommunicationOf".freeze,
1463
- "owl:inverseOf" => %(prov:qualifiedCommunication).freeze,
1464
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1465
- term :qualifiedDelegationOf,
1466
- label: "qualifiedDelegationOf".freeze,
1467
- "owl:inverseOf" => %(prov:qualifiedDelegation).freeze,
1468
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1469
- term :qualifiedDerivationOf,
1470
- label: "qualifiedDerivationOf".freeze,
1471
- "owl:inverseOf" => %(prov:qualifiedDerivation).freeze,
1472
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1473
- term :qualifiedEndOf,
1474
- label: "qualifiedEndOf".freeze,
1475
- "owl:inverseOf" => %(prov:qualifiedEnd).freeze,
1476
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1477
- term :qualifiedGenerationOf,
1478
- label: "qualifiedGenerationOf".freeze,
1479
- "owl:inverseOf" => %(prov:qualifiedGeneration).freeze,
1480
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1481
- term :qualifiedInfluenceOf,
1482
- label: "qualifiedInfluenceOf".freeze,
1483
- "owl:inverseOf" => %(prov:qualifiedInfluence).freeze,
1484
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1485
- term :qualifiedInvalidationOf,
1486
- label: "qualifiedInvalidationOf".freeze,
1487
- "owl:inverseOf" => %(prov:qualifiedInvalidation).freeze,
1488
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1489
- term :qualifiedQuotationOf,
1490
- label: "qualifiedQuotationOf".freeze,
1491
- "owl:inverseOf" => %(prov:qualifiedQuotation).freeze,
1492
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1493
- term :qualifiedSourceOf,
1494
- label: "qualifiedSourceOf".freeze,
1495
- "owl:inverseOf" => %(prov:qualifiedPrimarySource).freeze,
1496
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1497
- term :qualifiedStartOf,
1498
- label: "qualifiedStartOf".freeze,
1499
- "owl:inverseOf" => %(prov:qualifiedStart).freeze,
1500
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1501
- term :qualifiedUsingActivity,
1502
- label: "qualifiedUsingActivity".freeze,
1503
- "owl:inverseOf" => %(prov:qualifiedUsage).freeze,
1504
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1505
- term :quotedAs,
1506
- label: "quotedAs".freeze,
1507
- "owl:inverseOf" => %(prov:wasQuotedFrom).freeze,
1508
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1509
- term :revisedEntity,
1510
- label: "revisedEntity".freeze,
1511
- "owl:inverseOf" => %(prov:qualifiedRevision).freeze,
1512
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1513
- term :started,
1514
- label: "started".freeze,
1515
- "owl:inverseOf" => %(prov:wasStartedBy).freeze,
1516
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1517
- term :wasActivityOfInfluence,
1518
- label: "wasActivityOfInfluence".freeze,
1519
- "owl:inverseOf" => %(prov:hadActivity).freeze,
1520
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1521
- term :wasAssociateFor,
1522
- label: "wasAssociateFor".freeze,
1523
- "owl:inverseOf" => %(prov:wasAssociatedWith).freeze,
1524
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1525
- term :wasMemberOf,
1526
- label: "wasMemberOf".freeze,
1527
- "owl:inverseOf" => %(prov:hadMember).freeze,
1528
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1529
- term :wasPlanOf,
1530
- label: "wasPlanOf".freeze,
1531
- "owl:inverseOf" => %(prov:hadPlan).freeze,
1532
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1533
- term :wasPrimarySourceOf,
1534
- label: "wasPrimarySourceOf".freeze,
1535
- "owl:inverseOf" => %(prov:hadPrimarySource).freeze,
1536
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1537
- term :wasRoleIn,
1538
- label: "wasRoleIn".freeze,
1539
- "owl:inverseOf" => %(prov:hadRole).freeze,
1540
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1541
- term :wasUsedBy,
1542
- label: "wasUsedBy".freeze,
1543
- "owl:inverseOf" => %(prov:used).freeze,
1544
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1545
- term :wasUsedInDerivation,
1546
- label: "wasUsedInDerivation".freeze,
1547
- "owl:inverseOf" => %(prov:hadUsage).freeze,
1548
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1549
- end
1550
- end