rdf-vocab 3.1.7 → 3.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +33 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11734 -22244
  66. data/lib/rdf/vocab/schemas.rb +16870 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
@@ -3,2207 +3,1560 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/prov#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/ns/prov#>
8
- # #
9
- # # W3C PROVenance Interchange
10
- # #
11
- # # This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 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/ Archives/Public/public-prov-comments/). All feedback is welcome.
12
- # # @see http://www.w3.org/TR/prov-o/#names-of-inverse-properties
13
- # # @see http://www.w3.org/TR/prov-overview/
14
- # class PROV < RDF::StrictVocabulary
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :Accept
17
- #
18
- # # @return [RDF::Vocabulary::Term]
19
- # attr_reader :Activity
20
- #
21
- # # 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.
22
- # #
23
- # # It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.
24
- # # @return [RDF::Vocabulary::Term]
25
- # attr_reader :ActivityInfluence
26
- #
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :Agent
29
- #
30
- # # 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.
31
- # #
32
- # # It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.
33
- # # @return [RDF::Vocabulary::Term]
34
- # attr_reader :AgentInfluence
35
- #
36
- # # 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 ].
37
- # # @return [RDF::Vocabulary::Term]
38
- # attr_reader :Association
39
- #
40
- # # 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 ].
41
- # # @return [RDF::Vocabulary::Term]
42
- # attr_reader :Attribution
43
- #
44
- # # 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.
45
- # # @return [RDF::Vocabulary::Term]
46
- # attr_reader :Bundle
47
- #
48
- # # @return [RDF::Vocabulary::Term]
49
- # attr_reader :Collection
50
- #
51
- # # 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 ].
52
- # # @return [RDF::Vocabulary::Term]
53
- # attr_reader :Communication
54
- #
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :Contribute
57
- #
58
- # # @return [RDF::Vocabulary::Term]
59
- # attr_reader :Contributor
60
- #
61
- # # @return [RDF::Vocabulary::Term]
62
- # attr_reader :Copyright
63
- #
64
- # # @return [RDF::Vocabulary::Term]
65
- # attr_reader :Create
66
- #
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :Creator
69
- #
70
- # # 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 ].
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :Delegation
73
- #
74
- # # 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 ].
75
- # #
76
- # # The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.
77
- # # @return [RDF::Vocabulary::Term]
78
- # attr_reader :Derivation
79
- #
80
- # # 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.
81
- # #
82
- # # 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.
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :Dictionary
85
- #
86
- # # Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
87
- # # @return [RDF::Vocabulary::Term]
88
- # attr_reader :DirectQueryService
89
- #
90
- # # @return [RDF::Vocabulary::Term]
91
- # attr_reader :EmptyCollection
92
- #
93
- # # @return [RDF::Vocabulary::Term]
94
- # attr_reader :EmptyDictionary
95
- #
96
- # # 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 ].
97
- # # @return [RDF::Vocabulary::Term]
98
- # attr_reader :End
99
- #
100
- # # @return [RDF::Vocabulary::Term]
101
- # attr_reader :Entity
102
- #
103
- # # It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.
104
- # #
105
- # # 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.
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :EntityInfluence
108
- #
109
- # # 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 ].
110
- # # @return [RDF::Vocabulary::Term]
111
- # attr_reader :Generation
112
- #
113
- # # 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.
114
- # #
115
- # # 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.
116
- # # @return [RDF::Vocabulary::Term]
117
- # attr_reader :Influence
118
- #
119
- # # @return [RDF::Vocabulary::Term]
120
- # attr_reader :Insertion
121
- #
122
- # # 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.
123
- # # @return [RDF::Vocabulary::Term]
124
- # attr_reader :InstantaneousEvent
125
- #
126
- # # 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 ].
127
- # # @return [RDF::Vocabulary::Term]
128
- # attr_reader :Invalidation
129
- #
130
- # # @return [RDF::Vocabulary::Term]
131
- # attr_reader :KeyEntityPair
132
- #
133
- # # @return [RDF::Vocabulary::Term]
134
- # attr_reader :Location
135
- #
136
- # # @return [RDF::Vocabulary::Term]
137
- # attr_reader :Modify
138
- #
139
- # # @return [RDF::Vocabulary::Term]
140
- # attr_reader :Organization
141
- #
142
- # # @return [RDF::Vocabulary::Term]
143
- # attr_reader :Person
144
- #
145
- # # 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.
146
- # # @return [RDF::Vocabulary::Term]
147
- # attr_reader :Plan
148
- #
149
- # # 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 ] .
150
- # # @return [RDF::Vocabulary::Term]
151
- # attr_reader :PrimarySource
152
- #
153
- # # @return [RDF::Vocabulary::Term]
154
- # attr_reader :Publish
155
- #
156
- # # @return [RDF::Vocabulary::Term]
157
- # attr_reader :Publisher
158
- #
159
- # # 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 ].
160
- # # @return [RDF::Vocabulary::Term]
161
- # attr_reader :Quotation
162
- #
163
- # # @return [RDF::Vocabulary::Term]
164
- # attr_reader :Removal
165
- #
166
- # # @return [RDF::Vocabulary::Term]
167
- # attr_reader :Replace
168
- #
169
- # # 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 ].
170
- # # @return [RDF::Vocabulary::Term]
171
- # attr_reader :Revision
172
- #
173
- # # @return [RDF::Vocabulary::Term]
174
- # attr_reader :RightsAssignment
175
- #
176
- # # @return [RDF::Vocabulary::Term]
177
- # attr_reader :RightsHolder
178
- #
179
- # # @return [RDF::Vocabulary::Term]
180
- # attr_reader :Role
181
- #
182
- # # Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
183
- # # @return [RDF::Vocabulary::Term]
184
- # attr_reader :ServiceDescription
185
- #
186
- # # @return [RDF::Vocabulary::Term]
187
- # attr_reader :SoftwareAgent
188
- #
189
- # # 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 ] .
190
- # # @return [RDF::Vocabulary::Term]
191
- # attr_reader :Start
192
- #
193
- # # @return [RDF::Vocabulary::Term]
194
- # attr_reader :Submit
195
- #
196
- # # 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 ].
197
- # # @return [RDF::Vocabulary::Term]
198
- # attr_reader :Usage
199
- #
200
- # # 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.
201
- # # @return [RDF::Vocabulary::Term]
202
- # attr_reader :actedOnBehalfOf
203
- #
204
- # # @return [RDF::Vocabulary::Term]
205
- # attr_reader :activity
206
- #
207
- # # @return [RDF::Vocabulary::Term]
208
- # attr_reader :agent
209
- #
210
- # # @return [RDF::Vocabulary::Term]
211
- # attr_reader :alternateOf
212
- #
213
- # # @return [RDF::Vocabulary::Term]
214
- # attr_reader :aq
215
- #
216
- # # prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described. 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.
217
- # # @return [RDF::Vocabulary::Term]
218
- # attr_reader :asInBundle
219
- #
220
- # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
221
- # #
222
- # # The Location of any resource.
223
- # # @return [RDF::Vocabulary::Term]
224
- # attr_reader :atLocation
225
- #
226
- # # The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.
227
- # # @return [RDF::Vocabulary::Term]
228
- # attr_reader :atTime
229
- #
230
- # # 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.
231
- # # @return [RDF::Vocabulary::Term]
232
- # attr_reader :category
233
- #
234
- # # 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.
235
- # # @return [RDF::Vocabulary::Term]
236
- # attr_reader :component
237
- #
238
- # # A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.
239
- # # @return [RDF::Vocabulary::Term]
240
- # attr_reader :constraints
241
- #
242
- # # A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.
243
- # # @return [RDF::Vocabulary::Term]
244
- # attr_reader :definition
245
- #
246
- # # @return [RDF::Vocabulary::Term]
247
- # attr_reader :derivedByInsertionFrom
248
- #
249
- # # @return [RDF::Vocabulary::Term]
250
- # attr_reader :derivedByRemovalFrom
251
- #
252
- # # 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).
253
- # # @return [RDF::Vocabulary::Term]
254
- # attr_reader :describesService
255
- #
256
- # # @return [RDF::Vocabulary::Term]
257
- # attr_reader :dictionary
258
- #
259
- # # A reference to the principal section of the PROV-DM document that describes this concept.
260
- # # @return [RDF::Vocabulary::Term]
261
- # attr_reader :dm
262
- #
263
- # # 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.
264
- # # @return [RDF::Vocabulary::Term]
265
- # attr_reader :editorialNote
266
- #
267
- # # When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.
268
- # # @return [RDF::Vocabulary::Term]
269
- # attr_reader :editorsDefinition
270
- #
271
- # # The time at which an activity ended. See also prov:startedAtTime.
272
- # # @return [RDF::Vocabulary::Term]
273
- # attr_reader :endedAtTime
274
- #
275
- # # @return [RDF::Vocabulary::Term]
276
- # attr_reader :entity
277
- #
278
- # # @return [RDF::Vocabulary::Term]
279
- # attr_reader :generated
280
- #
281
- # # The time at which an entity was completely created and is available for use.
282
- # # @return [RDF::Vocabulary::Term]
283
- # attr_reader :generatedAtTime
284
- #
285
- # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
286
- # #
287
- # # 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).
288
- # # @return [RDF::Vocabulary::Term]
289
- # attr_reader :hadActivity
290
- #
291
- # # @return [RDF::Vocabulary::Term]
292
- # attr_reader :hadDictionaryMember
293
- #
294
- # # The _optional_ Generation involved in an Entity's Derivation.
295
- # # @return [RDF::Vocabulary::Term]
296
- # attr_reader :hadGeneration
297
- #
298
- # # @return [RDF::Vocabulary::Term]
299
- # attr_reader :hadMember
300
- #
301
- # # The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.
302
- # # @return [RDF::Vocabulary::Term]
303
- # attr_reader :hadPlan
304
- #
305
- # # @return [RDF::Vocabulary::Term]
306
- # attr_reader :hadPrimarySource
307
- #
308
- # # 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 ].
309
- # #
310
- # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
311
- # # @return [RDF::Vocabulary::Term]
312
- # attr_reader :hadRole
313
- #
314
- # # The _optional_ Usage involved in an Entity's Derivation.
315
- # # @return [RDF::Vocabulary::Term]
316
- # attr_reader :hadUsage
317
- #
318
- # # Indicates anchor URI for a potentially dynamic resource instance.
319
- # # @return [RDF::Vocabulary::Term]
320
- # attr_reader :has_anchor
321
- #
322
- # # Indicates a provenance-URI for a resource; the resource identified by this property presents a provenance record about its subject or anchor resource.
323
- # # @return [RDF::Vocabulary::Term]
324
- # attr_reader :has_provenance
325
- #
326
- # # Indicates a provenance query service that can access provenance related to its subject or anchor resource.
327
- # # @return [RDF::Vocabulary::Term]
328
- # attr_reader :has_query_service
329
- #
330
- # # @return [RDF::Vocabulary::Term]
331
- # attr_reader :influenced
332
- #
333
- # # 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.
334
- # # @return [RDF::Vocabulary::Term]
335
- # attr_reader :influencer
336
- #
337
- # # @return [RDF::Vocabulary::Term]
338
- # attr_reader :insertedKeyEntityPair
339
- #
340
- # # @return [RDF::Vocabulary::Term]
341
- # attr_reader :invalidated
342
- #
343
- # # The time at which an entity was invalidated (i.e., no longer usable).
344
- # # @return [RDF::Vocabulary::Term]
345
- # attr_reader :invalidatedAtTime
346
- #
347
- # # 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.
348
- # # @return [RDF::Vocabulary::Term]
349
- # attr_reader :inverse
350
- #
351
- # # prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle. prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.
352
- # # @return [RDF::Vocabulary::Term]
353
- # attr_reader :mentionOf
354
- #
355
- # # A reference to the principal section of the PROV-DM document that describes this concept.
356
- # #
357
- # # A reference to the principal section of the PROV-M document that describes this concept.
358
- # # @return [RDF::Vocabulary::Term]
359
- # attr_reader :n
360
- #
361
- # # 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.
362
- # # @return [RDF::Vocabulary::Term]
363
- # attr_reader :order
364
- #
365
- # # @return [RDF::Vocabulary::Term]
366
- # attr_reader :pairEntity
367
- #
368
- # # @return [RDF::Vocabulary::Term]
369
- # attr_reader :pairKey
370
- #
371
- # # Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.
372
- # # @return [RDF::Vocabulary::Term]
373
- # attr_reader :pingback
374
- #
375
- # # Relates a provenance service to a URI template string for constructing provenance-URIs.
376
- # # @return [RDF::Vocabulary::Term]
377
- # attr_reader :provenanceUriTemplate
378
- #
379
- # # If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ].
380
- # # @return [RDF::Vocabulary::Term]
381
- # attr_reader :qualifiedAssociation
382
- #
383
- # # 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 ].
384
- # # @return [RDF::Vocabulary::Term]
385
- # attr_reader :qualifiedAttribution
386
- #
387
- # # 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 ].
388
- # # @return [RDF::Vocabulary::Term]
389
- # attr_reader :qualifiedCommunication
390
- #
391
- # # If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ].
392
- # # @return [RDF::Vocabulary::Term]
393
- # attr_reader :qualifiedDelegation
394
- #
395
- # # 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 ].
396
- # # @return [RDF::Vocabulary::Term]
397
- # attr_reader :qualifiedDerivation
398
- #
399
- # # 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 ].
400
- # # @return [RDF::Vocabulary::Term]
401
- # attr_reader :qualifiedEnd
402
- #
403
- # # 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. Example annotation: prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation . Then this unqualified assertion: :entity1 prov:wasGeneratedBy :activity1 . can be qualified by adding: :entity1 prov:qualifiedGeneration :entity1Gen . :entity1Gen a prov:Generation, prov:Influence; prov:activity :activity1; :customValue 1337 . 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.
404
- # # @return [RDF::Vocabulary::Term]
405
- # attr_reader :qualifiedForm
406
- #
407
- # # 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 ].
408
- # # @return [RDF::Vocabulary::Term]
409
- # attr_reader :qualifiedGeneration
410
- #
411
- # # Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.
412
- # # @return [RDF::Vocabulary::Term]
413
- # attr_reader :qualifiedInfluence
414
- #
415
- # # @return [RDF::Vocabulary::Term]
416
- # attr_reader :qualifiedInsertion
417
- #
418
- # # 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 ].
419
- # # @return [RDF::Vocabulary::Term]
420
- # attr_reader :qualifiedInvalidation
421
- #
422
- # # If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].
423
- # # @return [RDF::Vocabulary::Term]
424
- # attr_reader :qualifiedPrimarySource
425
- #
426
- # # If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ].
427
- # # @return [RDF::Vocabulary::Term]
428
- # attr_reader :qualifiedQuotation
429
- #
430
- # # @return [RDF::Vocabulary::Term]
431
- # attr_reader :qualifiedRemoval
432
- #
433
- # # 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 ].
434
- # # @return [RDF::Vocabulary::Term]
435
- # attr_reader :qualifiedRevision
436
- #
437
- # # 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 ].
438
- # # @return [RDF::Vocabulary::Term]
439
- # attr_reader :qualifiedStart
440
- #
441
- # # 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 ].
442
- # # @return [RDF::Vocabulary::Term]
443
- # attr_reader :qualifiedUsage
444
- #
445
- # # @return [RDF::Vocabulary::Term]
446
- # attr_reader :removedKey
447
- #
448
- # # @return [RDF::Vocabulary::Term]
449
- # attr_reader :sharesDefinitionWith
450
- #
451
- # # @return [RDF::Vocabulary::Term]
452
- # attr_reader :specializationOf
453
- #
454
- # # The time at which an activity started. See also prov:endedAtTime.
455
- # # @return [RDF::Vocabulary::Term]
456
- # attr_reader :startedAtTime
457
- #
458
- # # @return [RDF::Vocabulary::Term]
459
- # attr_reader :todo
460
- #
461
- # # Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.
462
- # # @return [RDF::Vocabulary::Term]
463
- # attr_reader :unqualifiedForm
464
- #
465
- # # A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .
466
- # # @return [RDF::Vocabulary::Term]
467
- # attr_reader :used
468
- #
469
- # # @return [RDF::Vocabulary::Term]
470
- # attr_reader :value
471
- #
472
- # # An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.
473
- # # @return [RDF::Vocabulary::Term]
474
- # attr_reader :wasAssociatedWith
475
- #
476
- # # Attribution is the ascribing of an entity to an agent.
477
- # # @return [RDF::Vocabulary::Term]
478
- # attr_reader :wasAttributedTo
479
- #
480
- # # The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.
481
- # # @return [RDF::Vocabulary::Term]
482
- # attr_reader :wasDerivedFrom
483
- #
484
- # # End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.
485
- # # @return [RDF::Vocabulary::Term]
486
- # attr_reader :wasEndedBy
487
- #
488
- # # @return [RDF::Vocabulary::Term]
489
- # attr_reader :wasGeneratedBy
490
- #
491
- # # 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.
492
- # #
493
- # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
494
- # # @return [RDF::Vocabulary::Term]
495
- # attr_reader :wasInfluencedBy
496
- #
497
- # # 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.
498
- # # @return [RDF::Vocabulary::Term]
499
- # attr_reader :wasInformedBy
500
- #
501
- # # @return [RDF::Vocabulary::Term]
502
- # attr_reader :wasInvalidatedBy
503
- #
504
- # # An entity is derived from an original entity by copying, or 'quoting', some or all of it.
505
- # # @return [RDF::Vocabulary::Term]
506
- # attr_reader :wasQuotedFrom
507
- #
508
- # # A revision is a derivation that revises an entity into a revised version.
509
- # # @return [RDF::Vocabulary::Term]
510
- # attr_reader :wasRevisionOf
511
- #
512
- # # Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.
513
- # # @return [RDF::Vocabulary::Term]
514
- # attr_reader :wasStartedBy
515
- #
516
- # # @return [RDF::Vocabulary::Term]
517
- # attr_reader :activityOfInfluence
518
- #
519
- # # @return [RDF::Vocabulary::Term]
520
- # attr_reader :agentOfInfluence
521
- #
522
- # # @return [RDF::Vocabulary::Term]
523
- # attr_reader :contributed
524
- #
525
- # # @return [RDF::Vocabulary::Term]
526
- # attr_reader :ended
527
- #
528
- # # @return [RDF::Vocabulary::Term]
529
- # attr_reader :entityOfInfluence
530
- #
531
- # # @return [RDF::Vocabulary::Term]
532
- # attr_reader :generalizationOf
533
- #
534
- # # @return [RDF::Vocabulary::Term]
535
- # attr_reader :generatedAsDerivation
536
- #
537
- # # @return [RDF::Vocabulary::Term]
538
- # attr_reader :hadDelegate
539
- #
540
- # # @return [RDF::Vocabulary::Term]
541
- # attr_reader :hadDerivation
542
- #
543
- # # @return [RDF::Vocabulary::Term]
544
- # attr_reader :hadInfluence
545
- #
546
- # # @return [RDF::Vocabulary::Term]
547
- # attr_reader :hadRevision
548
- #
549
- # # @return [RDF::Vocabulary::Term]
550
- # attr_reader :informed
551
- #
552
- # # @return [RDF::Vocabulary::Term]
553
- # attr_reader :locationOf
554
- #
555
- # # @return [RDF::Vocabulary::Term]
556
- # attr_reader :qualifiedAssociationOf
557
- #
558
- # # @return [RDF::Vocabulary::Term]
559
- # attr_reader :qualifiedAttributionOf
560
- #
561
- # # @return [RDF::Vocabulary::Term]
562
- # attr_reader :qualifiedCommunicationOf
563
- #
564
- # # @return [RDF::Vocabulary::Term]
565
- # attr_reader :qualifiedDelegationOf
566
- #
567
- # # @return [RDF::Vocabulary::Term]
568
- # attr_reader :qualifiedDerivationOf
569
- #
570
- # # @return [RDF::Vocabulary::Term]
571
- # attr_reader :qualifiedEndOf
572
- #
573
- # # @return [RDF::Vocabulary::Term]
574
- # attr_reader :qualifiedGenerationOf
575
- #
576
- # # @return [RDF::Vocabulary::Term]
577
- # attr_reader :qualifiedInfluenceOf
578
- #
579
- # # @return [RDF::Vocabulary::Term]
580
- # attr_reader :qualifiedInvalidationOf
581
- #
582
- # # @return [RDF::Vocabulary::Term]
583
- # attr_reader :qualifiedQuotationOf
584
- #
585
- # # @return [RDF::Vocabulary::Term]
586
- # attr_reader :qualifiedSourceOf
587
- #
588
- # # @return [RDF::Vocabulary::Term]
589
- # attr_reader :qualifiedStartOf
590
- #
591
- # # @return [RDF::Vocabulary::Term]
592
- # attr_reader :qualifiedUsingActivity
593
- #
594
- # # @return [RDF::Vocabulary::Term]
595
- # attr_reader :quotedAs
596
- #
597
- # # @return [RDF::Vocabulary::Term]
598
- # attr_reader :revisedEntity
599
- #
600
- # # @return [RDF::Vocabulary::Term]
601
- # attr_reader :started
602
- #
603
- # # @return [RDF::Vocabulary::Term]
604
- # attr_reader :wasActivityOfInfluence
605
- #
606
- # # @return [RDF::Vocabulary::Term]
607
- # attr_reader :wasAssociateFor
608
- #
609
- # # @return [RDF::Vocabulary::Term]
610
- # attr_reader :wasMemberOf
611
- #
612
- # # @return [RDF::Vocabulary::Term]
613
- # attr_reader :wasPlanOf
614
- #
615
- # # @return [RDF::Vocabulary::Term]
616
- # attr_reader :wasPrimarySourceOf
617
- #
618
- # # @return [RDF::Vocabulary::Term]
619
- # attr_reader :wasRoleIn
620
- #
621
- # # @return [RDF::Vocabulary::Term]
622
- # attr_reader :wasUsedBy
623
- #
624
- # # @return [RDF::Vocabulary::Term]
625
- # attr_reader :wasUsedInDerivation
626
- #
627
- # end
628
6
  PROV = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/prov#")) do
629
7
 
630
8
  # Ontology definition
631
9
  ontology :"http://www.w3.org/ns/prov#",
632
- comment: %(This document is published by the Provenance Working Group \(http://www.w3.org/2011/prov/wiki/Main_Page\).
633
-
634
- 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/
635
- Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
10
+ comment: "This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).\n\nIf 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/\nArchives/Public/public-prov-comments/). All feedback is welcome.".freeze,
11
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://www.w3.org/TR/prov-o/#names-of-inverse-properties".freeze, "http://www.w3.org/TR/prov-overview/".freeze],
12
+ "http://www.w3.org/2002/07/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],
13
+ "http://www.w3.org/2002/07/owl#versionIRI": ["http://www.w3.org/ns/prov-20130430".freeze, "http://www.w3.org/ns/prov-o-inverses-20130430".freeze],
14
+ "http://www.w3.org/ns/prov#specializationOf": "http://www.w3.org/ns/prov-o-inverses".freeze,
15
+ "http://www.w3.org/ns/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-20130430".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
16
+ "http://www.w3.org/ns/prov#wasRevisionOf": ["http://www.w3.org/ns/prov-20130312".freeze, "http://www.w3.org/ns/prov-o-inverses-20120312".freeze],
636
17
  isDefinedBy: "http://www.w3.org/ns/prov".freeze,
637
18
  label: "W3C PROVenance Interchange".freeze,
638
- "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],
639
- "owl:versionIRI": ["http://www.w3.org/ns/prov-20130430".freeze, "http://www.w3.org/ns/prov-o-inverses-20130430".freeze],
640
- "prov:specializationOf": "http://www.w3.org/ns/prov-o-inverses".freeze,
641
- "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-20130430".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
642
- "prov:wasRevisionOf": ["http://www.w3.org/ns/prov-20130312".freeze, "http://www.w3.org/ns/prov-o-inverses-20120312".freeze],
643
- "rdfs:seeAlso": ["http://www.w3.org/TR/prov-o/#names-of-inverse-properties".freeze, "http://www.w3.org/TR/prov-overview/".freeze],
644
- type: "owl:Ontology".freeze
19
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
645
20
 
646
21
  # Class definitions
647
22
  term :Accept,
23
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the acceptance of a resource (e.g., an article in a conference)".freeze,
648
24
  label: "Accept".freeze,
649
- "prov:definition": "Activity that identifies the acceptance of a resource (e.g., an article in a conference)".freeze,
650
- subClassOf: "prov:Activity".freeze,
651
- type: "owl:Class".freeze
25
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
26
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
652
27
  term :Activity,
28
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/prov#Entity".freeze,
29
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
30
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
31
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
32
+ "http://www.w3.org/ns/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,
33
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity".freeze,
34
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity".freeze,
653
35
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
654
36
  label: "Activity".freeze,
655
- "owl:disjointWith": "prov:Entity".freeze,
656
- "prov:category": "starting-point".freeze,
657
- "prov:component": "entities-activities".freeze,
658
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
659
- "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,
660
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity".freeze,
661
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity".freeze,
662
- type: "owl:Class".freeze
37
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
663
38
  term :ActivityInfluence,
664
- 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],
39
+ 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],
40
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#activity".freeze,
41
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/prov#EntityInfluence".freeze,
42
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
43
+ "http://www.w3.org/ns/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,
665
44
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
666
45
  label: "ActivityInfluence".freeze,
667
- "owl:disjointWith": "prov:EntityInfluence".freeze,
668
- "prov:category": "qualified".freeze,
669
- "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,
670
- "rdfs:seeAlso": "prov:activity".freeze,
671
- subClassOf: ["prov:Influence".freeze, term(
46
+ subClassOf: ["http://www.w3.org/ns/prov#Influence".freeze, term(
672
47
  maxCardinality: "0".freeze,
673
- onProperty: "prov:hadActivity".freeze,
674
- type: "owl:Restriction".freeze
48
+ onProperty: "http://www.w3.org/ns/prov#hadActivity".freeze,
49
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
675
50
  )],
676
- type: "owl:Class".freeze
51
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
677
52
  term :Agent,
53
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/prov#InstantaneousEvent".freeze,
54
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
55
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
56
+ "http://www.w3.org/ns/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,
57
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze,
58
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent".freeze,
678
59
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
679
60
  label: "Agent".freeze,
680
- "owl:disjointWith": "prov:InstantaneousEvent".freeze,
681
- "prov:category": "starting-point".freeze,
682
- "prov:component": "agents-responsibility".freeze,
683
- "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,
684
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze,
685
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent".freeze,
686
- type: "owl:Class".freeze
61
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
687
62
  term :AgentInfluence,
688
- 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],
63
+ 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],
64
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#agent".freeze,
65
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
66
+ "http://www.w3.org/ns/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,
689
67
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
690
68
  label: "AgentInfluence".freeze,
691
- "prov:category": "qualified".freeze,
692
- "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,
693
- "rdfs:seeAlso": "prov:agent".freeze,
694
- subClassOf: "prov:Influence".freeze,
695
- type: "owl:Class".freeze
69
+ subClassOf: "http://www.w3.org/ns/prov#Influence".freeze,
70
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
696
71
  term :Association,
697
- 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,
72
+ 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,
73
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
74
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
75
+ "http://www.w3.org/ns/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,
76
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association".freeze,
77
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association".freeze,
78
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasAssociatedWith".freeze,
698
79
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
699
80
  label: "Association".freeze,
700
- "prov:category": "qualified".freeze,
701
- "prov:component": "agents-responsibility".freeze,
702
- "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,
703
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association".freeze,
704
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association".freeze,
705
- "prov:unqualifiedForm": "prov:wasAssociatedWith".freeze,
706
- subClassOf: "prov:AgentInfluence".freeze,
707
- type: "owl:Class".freeze
81
+ subClassOf: "http://www.w3.org/ns/prov#AgentInfluence".freeze,
82
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
708
83
  term :Attribution,
709
- 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,
84
+ 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,
85
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
86
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
87
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
88
+ "http://www.w3.org/ns/prov#definition": "Attribution is the ascribing of an entity to an agent.\n\nWhen 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,
89
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution".freeze,
90
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution".freeze,
91
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasAttributedTo".freeze,
710
92
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
711
93
  label: "Attribution".freeze,
712
- "prov:category": "qualified".freeze,
713
- "prov:component": "agents-responsibility".freeze,
714
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
715
- "prov:definition": "Attribution is the ascribing of an entity to an agent.\n\nWhen 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,
716
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution".freeze,
717
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution".freeze,
718
- "prov:unqualifiedForm": "prov:wasAttributedTo".freeze,
719
- subClassOf: "prov:AgentInfluence".freeze,
720
- type: "owl:Class".freeze
94
+ subClassOf: "http://www.w3.org/ns/prov#AgentInfluence".freeze,
95
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
721
96
  term :Bundle,
722
- 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,
97
+ 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,
98
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
99
+ "http://www.w3.org/ns/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,
100
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity".freeze,
101
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration".freeze,
723
102
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
724
103
  label: "Bundle".freeze,
725
- "prov:category": "expanded".freeze,
726
- "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,
727
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity".freeze,
728
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration".freeze,
729
- subClassOf: "prov:Entity".freeze,
730
- type: "owl:Class".freeze
104
+ subClassOf: "http://www.w3.org/ns/prov#Entity".freeze,
105
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
731
106
  term :Collection,
107
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
108
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
109
+ "http://www.w3.org/ns/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,
110
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection".freeze,
732
111
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
733
112
  label: "Collection".freeze,
734
- "prov:category": "expanded".freeze,
735
- "prov:component": "collections".freeze,
736
- "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,
737
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection".freeze,
738
- subClassOf: "prov:Entity".freeze,
739
- type: "owl:Class".freeze
113
+ subClassOf: "http://www.w3.org/ns/prov#Entity".freeze,
114
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
740
115
  term :Communication,
741
- 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,
116
+ 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,
117
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
118
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
119
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
120
+ "http://www.w3.org/ns/prov#definition": "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.".freeze,
121
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication".freeze,
122
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy".freeze,
123
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasInformedBy".freeze,
742
124
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
743
125
  label: "Communication".freeze,
744
- "prov:category": "qualified".freeze,
745
- "prov:component": "entities-activities".freeze,
746
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
747
- "prov:definition": "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.".freeze,
748
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication".freeze,
749
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy".freeze,
750
- "prov:unqualifiedForm": "prov:wasInformedBy".freeze,
751
- subClassOf: "prov:ActivityInfluence".freeze,
752
- type: "owl:Class".freeze
126
+ subClassOf: "http://www.w3.org/ns/prov#ActivityInfluence".freeze,
127
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
753
128
  term :Contribute,
129
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies any contribution of an agent to a resource. ".freeze,
754
130
  label: "Contribute\n".freeze,
755
- "prov:definition": "Activity that identifies any contribution of an agent to a resource. ".freeze,
756
- subClassOf: "prov:Activity".freeze,
757
- type: "owl:Class".freeze
131
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
132
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
758
133
  term :Contributor,
134
+ "http://www.w3.org/ns/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,
759
135
  label: "Contributor".freeze,
760
- "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,
761
- subClassOf: "prov:Role".freeze,
762
- type: "owl:Class".freeze
136
+ subClassOf: "http://www.w3.org/ns/prov#Role".freeze,
137
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
763
138
  term :Copyright,
139
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the Copyrighting activity associated to a resource.".freeze,
764
140
  label: "Copyright".freeze,
765
- "prov:definition": "Activity that identifies the Copyrighting activity associated to a resource.".freeze,
766
- subClassOf: "prov:Activity".freeze,
767
- type: "owl:Class".freeze
141
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
142
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
768
143
  term :Create,
144
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the creation of a resource".freeze,
769
145
  label: "Create".freeze,
770
- "prov:definition": "Activity that identifies the creation of a resource".freeze,
771
- subClassOf: "prov:Contribute".freeze,
772
- type: "owl:Class".freeze
146
+ subClassOf: "http://www.w3.org/ns/prov#Contribute".freeze,
147
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
773
148
  term :Creator,
149
+ "http://www.w3.org/ns/prov#definition": "Role with the function of creating a resource. The Agent assigned to this role is associated with a Create Activity".freeze,
774
150
  label: "Creator".freeze,
775
- "prov:definition": "Role with the function of creating a resource. The Agent assigned to this role is associated with a Create Activity".freeze,
776
- subClassOf: "prov:Contributor".freeze,
777
- type: "owl:Class".freeze
151
+ subClassOf: "http://www.w3.org/ns/prov#Contributor".freeze,
152
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
778
153
  term :Delegation,
779
- 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,
154
+ 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,
155
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
156
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
157
+ "http://www.w3.org/ns/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.\n\nFor 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,
158
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation".freeze,
159
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation".freeze,
160
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#actedOnBehalfOf".freeze,
780
161
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
781
162
  label: "Delegation".freeze,
782
- "prov:category": "qualified".freeze,
783
- "prov:component": "agents-responsibility".freeze,
784
- "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.\n\nFor 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,
785
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation".freeze,
786
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation".freeze,
787
- "prov:unqualifiedForm": "prov:actedOnBehalfOf".freeze,
788
- subClassOf: "prov:AgentInfluence".freeze,
789
- type: "owl:Class".freeze
163
+ subClassOf: "http://www.w3.org/ns/prov#AgentInfluence".freeze,
164
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
790
165
  term :Derivation,
791
- 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],
166
+ 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],
167
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
168
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
169
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
170
+ "http://www.w3.org/ns/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,
171
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation".freeze,
172
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation".freeze,
173
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
792
174
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
793
175
  label: "Derivation".freeze,
794
- "prov:category": "qualified".freeze,
795
- "prov:component": "derivations".freeze,
796
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
797
- "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,
798
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation".freeze,
799
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation".freeze,
800
- "prov:unqualifiedForm": "prov:wasDerivedFrom".freeze,
801
- subClassOf: "prov:EntityInfluence".freeze,
802
- type: "owl:Class".freeze
176
+ subClassOf: "http://www.w3.org/ns/prov#EntityInfluence".freeze,
177
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
803
178
  term :Dictionary,
804
- comment: [%(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, %(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],
805
- isDefinedBy: "prov:".freeze,
179
+ comment: ["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, "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],
180
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
181
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
182
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
183
+ "http://www.w3.org/ns/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,
184
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition".freeze,
185
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary".freeze,
186
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
806
187
  label: "Dictionary".freeze,
807
- "prov:category": "collections".freeze,
808
- "prov:component": "collections".freeze,
809
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
810
- "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,
811
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition".freeze,
812
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary".freeze,
813
- type: "owl:Class".freeze
188
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
814
189
  term :DirectQueryService,
815
- 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,
816
- isDefinedBy: "prov:".freeze,
190
+ 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,
191
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery".freeze,
192
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
193
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
817
194
  label: "ProvenanceService".freeze,
818
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery".freeze,
819
- "prov:category": "access-and-query".freeze,
820
- subClassOf: "prov:SoftwareAgent".freeze,
821
- type: "owl:Class".freeze
195
+ subClassOf: "http://www.w3.org/ns/prov#SoftwareAgent".freeze,
196
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
822
197
  term :EmptyCollection,
198
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
199
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
200
+ "http://www.w3.org/ns/prov#definition": "An empty collection is a collection without members.".freeze,
823
201
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
824
202
  label: "EmptyCollection".freeze,
825
- "prov:category": "expanded".freeze,
826
- "prov:component": "collections".freeze,
827
- "prov:definition": "An empty collection is a collection without members.".freeze,
828
- subClassOf: "prov:Collection".freeze,
829
- type: ["owl:Class".freeze, "owl:NamedIndividual".freeze]
203
+ subClassOf: "http://www.w3.org/ns/prov#Collection".freeze,
204
+ type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2002/07/owl#NamedIndividual".freeze]
830
205
  term :EmptyDictionary,
831
- isDefinedBy: "prov:".freeze,
206
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
207
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
208
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
209
+ "http://www.w3.org/ns/prov#definition": "An empty dictionary (i.e. has no members).".freeze,
210
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition".freeze,
211
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary".freeze,
212
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
832
213
  label: "Empty Dictionary".freeze,
833
- "prov:category": "collections".freeze,
834
- "prov:component": "collections".freeze,
835
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
836
- "prov:definition": "An empty dictionary (i.e. has no members).".freeze,
837
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition".freeze,
838
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary".freeze,
839
- subClassOf: ["prov:Dictionary".freeze, "prov:EmptyCollection".freeze],
840
- type: "owl:Class".freeze
214
+ subClassOf: ["http://www.w3.org/ns/prov#Dictionary".freeze, "http://www.w3.org/ns/prov#EmptyCollection".freeze],
215
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
841
216
  term :End,
842
- 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,
217
+ 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,
218
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
219
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
220
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
221
+ "http://www.w3.org/ns/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,
222
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End".freeze,
223
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End".freeze,
224
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasEndedBy".freeze,
843
225
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
844
226
  label: "End".freeze,
845
- "prov:category": "qualified".freeze,
846
- "prov:component": "entities-activities".freeze,
847
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
848
- "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,
849
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End".freeze,
850
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End".freeze,
851
- "prov:unqualifiedForm": "prov:wasEndedBy".freeze,
852
- subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
853
- type: "owl:Class".freeze
227
+ subClassOf: ["http://www.w3.org/ns/prov#EntityInfluence".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze],
228
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
854
229
  term :Entity,
230
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/prov#InstantaneousEvent".freeze,
231
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
232
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
233
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
234
+ "http://www.w3.org/ns/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,
235
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity".freeze,
236
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity".freeze,
855
237
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
856
238
  label: "Entity".freeze,
857
- "owl:disjointWith": "prov:InstantaneousEvent".freeze,
858
- "prov:category": "starting-point".freeze,
859
- "prov:component": "entities-activities".freeze,
860
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
861
- "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,
862
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity".freeze,
863
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity".freeze,
864
- type: "owl:Class".freeze
239
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
865
240
  term :EntityInfluence,
866
- 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],
241
+ 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],
242
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#entity".freeze,
243
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
244
+ "http://www.w3.org/ns/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,
867
245
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
868
246
  label: "EntityInfluence".freeze,
869
- "prov:category": "qualified".freeze,
870
- "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,
871
- "rdfs:seeAlso": "prov:entity".freeze,
872
- subClassOf: "prov:Influence".freeze,
873
- type: "owl:Class".freeze
247
+ subClassOf: "http://www.w3.org/ns/prov#Influence".freeze,
248
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
874
249
  term :Generation,
875
- 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,
250
+ 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,
251
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
252
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
253
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
254
+ "http://www.w3.org/ns/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,
255
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation".freeze,
256
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation".freeze,
257
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasGeneratedBy".freeze,
876
258
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
877
259
  label: "Generation".freeze,
878
- "prov:category": "qualified".freeze,
879
- "prov:component": "entities-activities".freeze,
880
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
881
- "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,
882
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation".freeze,
883
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation".freeze,
884
- "prov:unqualifiedForm": "prov:wasGeneratedBy".freeze,
885
- subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
886
- type: "owl:Class".freeze
260
+ subClassOf: ["http://www.w3.org/ns/prov#ActivityInfluence".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze],
261
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
887
262
  term :Influence,
888
- 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],
263
+ 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],
264
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
265
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
266
+ "http://www.w3.org/ns/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,
267
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence".freeze,
268
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence".freeze,
269
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
889
270
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
890
271
  label: "Influence".freeze,
891
- "prov:category": "qualified".freeze,
892
- "prov:component": "derivations".freeze,
893
- "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,
894
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence".freeze,
895
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence".freeze,
896
- "prov:unqualifiedForm": "prov:wasInfluencedBy".freeze,
897
- type: "owl:Class".freeze
272
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
898
273
  term :Insertion,
899
- isDefinedBy: "prov:".freeze,
274
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
275
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
276
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
277
+ "http://www.w3.org/ns/prov#definition": "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs.".freeze,
278
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
279
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
280
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#derivedByInsertionFrom".freeze,
281
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
900
282
  label: "Insertion".freeze,
901
- "prov:category": "collections".freeze,
902
- "prov:component": "collections".freeze,
903
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
904
- "prov:definition": "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs.".freeze,
905
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
906
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
907
- "prov:unqualifiedForm": "prov:derivedByInsertionFrom".freeze,
908
- subClassOf: ["prov:Derivation".freeze, term(
283
+ subClassOf: ["http://www.w3.org/ns/prov#Derivation".freeze, term(
909
284
  cardinality: "1".freeze,
910
- onProperty: "prov:dictionary".freeze,
911
- type: "owl:Restriction".freeze
285
+ onProperty: "http://www.w3.org/ns/prov#dictionary".freeze,
286
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
912
287
  ), term(
913
288
  minCardinality: "1".freeze,
914
- onProperty: "prov:insertedKeyEntityPair".freeze,
915
- type: "owl:Restriction".freeze
289
+ onProperty: "http://www.w3.org/ns/prov#insertedKeyEntityPair".freeze,
290
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
916
291
  )],
917
- type: "owl:Class".freeze
292
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
918
293
  term :InstantaneousEvent,
919
- 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,
294
+ 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,
295
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
296
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
297
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event".freeze,
298
+ "http://www.w3.org/ns/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,
920
299
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
921
300
  label: "InstantaneousEvent".freeze,
922
- "prov:category": "qualified".freeze,
923
- "prov:component": "entities-activities".freeze,
924
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event".freeze,
925
- "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,
926
- type: "owl:Class".freeze
301
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
927
302
  term :Invalidation,
928
- 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,
303
+ 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,
304
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
305
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
306
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
307
+ "http://www.w3.org/ns/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,
308
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation".freeze,
309
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation".freeze,
310
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasInvalidatedBy".freeze,
929
311
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
930
312
  label: "Invalidation".freeze,
931
- "prov:category": "qualified".freeze,
932
- "prov:component": "entities-activities".freeze,
933
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
934
- "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,
935
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation".freeze,
936
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation".freeze,
937
- "prov:unqualifiedForm": "prov:wasInvalidatedBy".freeze,
938
- subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
939
- type: "owl:Class".freeze
313
+ subClassOf: ["http://www.w3.org/ns/prov#ActivityInfluence".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze],
314
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
940
315
  term :KeyEntityPair,
941
- isDefinedBy: "prov:".freeze,
316
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
317
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
318
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
319
+ "http://www.w3.org/ns/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,
320
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
321
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
322
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
942
323
  label: "Key-Entity Pair".freeze,
943
- "prov:category": "collections".freeze,
944
- "prov:component": "collections".freeze,
945
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
946
- "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,
947
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
948
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
949
324
  subClassOf: [term(
950
325
  cardinality: "1".freeze,
951
- onProperty: "prov:pairEntity".freeze,
952
- type: "owl:Restriction".freeze
326
+ onProperty: "http://www.w3.org/ns/prov#pairEntity".freeze,
327
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
953
328
  ), term(
954
329
  cardinality: "1".freeze,
955
- onProperty: "prov:pairKey".freeze,
956
- type: "owl:Restriction".freeze
330
+ onProperty: "http://www.w3.org/ns/prov#pairKey".freeze,
331
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
957
332
  )],
958
- type: "owl:Class".freeze
333
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
959
334
  term :Location,
335
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#atLocation".freeze,
336
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
337
+ "http://www.w3.org/ns/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,
338
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location".freeze,
339
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute".freeze,
960
340
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
961
341
  label: "Location".freeze,
962
- "prov:category": "expanded".freeze,
963
- "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,
964
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location".freeze,
965
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute".freeze,
966
- "rdfs:seeAlso": "prov:atLocation".freeze,
967
- type: "owl:Class".freeze
342
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
968
343
  term :Modify,
344
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the modification of a resource. ".freeze,
969
345
  label: "Modify".freeze,
970
- "prov:definition": "Activity that identifies the modification of a resource. ".freeze,
971
- subClassOf: "prov:Activity".freeze,
972
- type: "owl:Class".freeze
346
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
347
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
973
348
  term :Organization,
349
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
350
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
351
+ "http://www.w3.org/ns/prov#definition": "An organization is a social or legal institution such as a company, society, etc.".freeze,
352
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze,
353
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types".freeze,
974
354
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
975
355
  label: "Organization".freeze,
976
- "prov:category": "expanded".freeze,
977
- "prov:component": "agents-responsibility".freeze,
978
- "prov:definition": "An organization is a social or legal institution such as a company, society, etc.".freeze,
979
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze,
980
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types".freeze,
981
- subClassOf: "prov:Agent".freeze,
982
- type: "owl:Class".freeze
356
+ subClassOf: "http://www.w3.org/ns/prov#Agent".freeze,
357
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
983
358
  term :Person,
359
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
360
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
361
+ "http://www.w3.org/ns/prov#definition": "Person agents are people.".freeze,
362
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze,
363
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types".freeze,
984
364
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
985
365
  label: "Person".freeze,
986
- "prov:category": "expanded".freeze,
987
- "prov:component": "agents-responsibility".freeze,
988
- "prov:definition": "Person agents are people.".freeze,
989
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze,
990
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types".freeze,
991
- subClassOf: "prov:Agent".freeze,
992
- type: "owl:Class".freeze
366
+ subClassOf: "http://www.w3.org/ns/prov#Agent".freeze,
367
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
993
368
  term :Plan,
994
- 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,
369
+ 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,
370
+ "http://www.w3.org/ns/prov#category": ["expanded".freeze, "qualified".freeze],
371
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
372
+ "http://www.w3.org/ns/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,
373
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association".freeze,
374
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association".freeze,
995
375
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
996
376
  label: "Plan".freeze,
997
- "prov:category": ["expanded".freeze, "qualified".freeze],
998
- "prov:component": "agents-responsibility".freeze,
999
- "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,
1000
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association".freeze,
1001
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association".freeze,
1002
- subClassOf: "prov:Entity".freeze,
1003
- type: "owl:Class".freeze
377
+ subClassOf: "http://www.w3.org/ns/prov#Entity".freeze,
378
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1004
379
  term :PrimarySource,
1005
- 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,
380
+ 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,
381
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
382
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
383
+ "http://www.w3.org/ns/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.\n\nBecause 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.\n\nA 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,
384
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source".freeze,
385
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source".freeze,
386
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#hadPrimarySource".freeze,
1006
387
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1007
388
  label: "PrimarySource".freeze,
1008
- "prov:category": "qualified".freeze,
1009
- "prov:component": "derivations".freeze,
1010
- "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.\n\nBecause 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.\n\nA 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,
1011
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source".freeze,
1012
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source".freeze,
1013
- "prov:unqualifiedForm": "prov:hadPrimarySource".freeze,
1014
- subClassOf: "prov:Derivation".freeze,
1015
- type: "owl:Class".freeze
389
+ subClassOf: "http://www.w3.org/ns/prov#Derivation".freeze,
390
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1016
391
  term :Publish,
392
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the publication of a resource".freeze,
1017
393
  label: "Publish".freeze,
1018
- "prov:definition": "Activity that identifies the publication of a resource".freeze,
1019
- subClassOf: "prov:Activity".freeze,
1020
- type: "owl:Class".freeze
394
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
395
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1021
396
  term :Publisher,
397
+ "http://www.w3.org/ns/prov#definition": "Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity".freeze,
1022
398
  label: "Publisher".freeze,
1023
- "prov:definition": "Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity".freeze,
1024
- subClassOf: "prov:Role".freeze,
1025
- type: "owl:Class".freeze
399
+ subClassOf: "http://www.w3.org/ns/prov#Role".freeze,
400
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1026
401
  term :Quotation,
1027
- 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,
402
+ 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,
403
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
404
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
405
+ "http://www.w3.org/ns/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,
406
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation".freeze,
407
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation".freeze,
408
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasQuotedFrom".freeze,
1028
409
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1029
410
  label: "Quotation".freeze,
1030
- "prov:category": "qualified".freeze,
1031
- "prov:component": "derivations".freeze,
1032
- "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,
1033
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation".freeze,
1034
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation".freeze,
1035
- "prov:unqualifiedForm": "prov:wasQuotedFrom".freeze,
1036
- subClassOf: "prov:Derivation".freeze,
1037
- type: "owl:Class".freeze
411
+ subClassOf: "http://www.w3.org/ns/prov#Derivation".freeze,
412
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1038
413
  term :Removal,
1039
- isDefinedBy: "prov:".freeze,
414
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
415
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
416
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
417
+ "http://www.w3.org/ns/prov#definition": "Removal is a derivation that transforms a dictionary into another, by removing one or more key-entity pairs.".freeze,
418
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
419
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
420
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#derivedByRemovalFrom".freeze,
421
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1040
422
  label: "Removal".freeze,
1041
- "prov:category": "collections".freeze,
1042
- "prov:component": "collections".freeze,
1043
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1044
- "prov:definition": "Removal is a derivation that transforms a dictionary into another, by removing one or more key-entity pairs.".freeze,
1045
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
1046
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
1047
- "prov:unqualifiedForm": "prov:derivedByRemovalFrom".freeze,
1048
- subClassOf: ["prov:Derivation".freeze, term(
423
+ subClassOf: ["http://www.w3.org/ns/prov#Derivation".freeze, term(
1049
424
  cardinality: "1".freeze,
1050
- onProperty: "prov:dictionary".freeze,
1051
- type: "owl:Restriction".freeze
425
+ onProperty: "http://www.w3.org/ns/prov#dictionary".freeze,
426
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
1052
427
  ), term(
1053
428
  minCardinality: "1".freeze,
1054
- onProperty: "prov:removedKey".freeze,
1055
- type: "owl:Restriction".freeze
429
+ onProperty: "http://www.w3.org/ns/prov#removedKey".freeze,
430
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
1056
431
  )],
1057
- type: "owl:Class".freeze
432
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1058
433
  term :Replace,
434
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the replacement of a resource.".freeze,
1059
435
  label: "Replace".freeze,
1060
- "prov:definition": "Activity that identifies the replacement of a resource.".freeze,
1061
- subClassOf: "prov:Activity".freeze,
1062
- type: "owl:Class".freeze
436
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
437
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1063
438
  term :Revision,
1064
- 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,
439
+ 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,
440
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
441
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
442
+ "http://www.w3.org/ns/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,
443
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision".freeze,
444
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision".freeze,
445
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasRevisionOf".freeze,
1065
446
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1066
447
  label: "Revision".freeze,
1067
- "prov:category": "qualified".freeze,
1068
- "prov:component": "derivations".freeze,
1069
- "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,
1070
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision".freeze,
1071
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision".freeze,
1072
- "prov:unqualifiedForm": "prov:wasRevisionOf".freeze,
1073
- subClassOf: "prov:Derivation".freeze,
1074
- type: "owl:Class".freeze
448
+ subClassOf: "http://www.w3.org/ns/prov#Derivation".freeze,
449
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1075
450
  term :RightsAssignment,
451
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the rights assignment of a resource.".freeze,
1076
452
  label: "RightsAssignment".freeze,
1077
- "prov:definition": "Activity that identifies the rights assignment of a resource.".freeze,
1078
- subClassOf: "prov:Activity".freeze,
1079
- type: "owl:Class".freeze
453
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
454
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1080
455
  term :RightsHolder,
456
+ "http://www.w3.org/ns/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,
1081
457
  label: "RightsHolder".freeze,
1082
- "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,
1083
- subClassOf: "prov:Role".freeze,
1084
- type: "owl:Class".freeze
458
+ subClassOf: "http://www.w3.org/ns/prov#Role".freeze,
459
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1085
460
  term :Role,
461
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#hadRole".freeze,
462
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
463
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
464
+ "http://www.w3.org/ns/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,
465
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role".freeze,
466
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute".freeze,
1086
467
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1087
468
  label: "Role".freeze,
1088
- "prov:category": "qualified".freeze,
1089
- "prov:component": "agents-responsibility".freeze,
1090
- "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,
1091
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role".freeze,
1092
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute".freeze,
1093
- "rdfs:seeAlso": "prov:hadRole".freeze,
1094
- type: "owl:Class".freeze
469
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1095
470
  term :ServiceDescription,
1096
- 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,
1097
- isDefinedBy: "prov:".freeze,
471
+ 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,
472
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery".freeze,
473
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
474
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1098
475
  label: "ServiceDescription".freeze,
1099
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery".freeze,
1100
- "prov:category": "access-and-query".freeze,
1101
- subClassOf: "prov:SoftwareAgent".freeze,
1102
- type: "owl:Class".freeze
476
+ subClassOf: "http://www.w3.org/ns/prov#SoftwareAgent".freeze,
477
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1103
478
  term :SoftwareAgent,
1104
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
479
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
480
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
481
+ "http://www.w3.org/ns/prov#definition": "A software agent is running software.".freeze,
482
+ "http://www.w3.org/ns/prov#dm": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent".freeze, "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze],
483
+ "http://www.w3.org/ns/prov#n": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types".freeze, "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types".freeze],
484
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
1105
485
  label: "SoftwareAgent".freeze,
1106
- "prov:category": "expanded".freeze,
1107
- "prov:component": "agents-responsibility".freeze,
1108
- "prov:definition": "A software agent is running software.".freeze,
1109
- "prov:dm": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent".freeze, "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent".freeze],
1110
- "prov:n": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types".freeze, "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types".freeze],
1111
- subClassOf: ["owl:Thing".freeze, "prov:Agent".freeze],
1112
- type: "owl:Class".freeze
486
+ subClassOf: ["http://www.w3.org/2002/07/owl#Thing".freeze, "http://www.w3.org/ns/prov#Agent".freeze],
487
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1113
488
  term :Start,
1114
- 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,
489
+ 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,
490
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
491
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
492
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
493
+ "http://www.w3.org/ns/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,
494
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start".freeze,
495
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start".freeze,
496
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasStartedBy".freeze,
1115
497
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1116
498
  label: "Start".freeze,
1117
- "prov:category": "qualified".freeze,
1118
- "prov:component": "entities-activities".freeze,
1119
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
1120
- "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,
1121
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start".freeze,
1122
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start".freeze,
1123
- "prov:unqualifiedForm": "prov:wasStartedBy".freeze,
1124
- subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
1125
- type: "owl:Class".freeze
499
+ subClassOf: ["http://www.w3.org/ns/prov#EntityInfluence".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze],
500
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1126
501
  term :Submit,
502
+ "http://www.w3.org/ns/prov#definition": "Activity that identifies the issuance (e.g., publication) of a resource. ".freeze,
1127
503
  label: "Submit".freeze,
1128
- "prov:definition": "Activity that identifies the issuance (e.g., publication) of a resource. ".freeze,
1129
- subClassOf: "prov:Activity".freeze,
1130
- type: "owl:Class".freeze
504
+ subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
505
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1131
506
  term :Usage,
1132
- 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,
507
+ 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,
508
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
509
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
510
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
511
+ "http://www.w3.org/ns/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,
512
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage".freeze,
513
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage".freeze,
514
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#used".freeze,
1133
515
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1134
516
  label: "Usage".freeze,
1135
- "prov:category": "qualified".freeze,
1136
- "prov:component": "entities-activities".freeze,
1137
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
1138
- "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,
1139
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage".freeze,
1140
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage".freeze,
1141
- "prov:unqualifiedForm": "prov:used".freeze,
1142
- subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
1143
- type: "owl:Class".freeze
517
+ subClassOf: ["http://www.w3.org/ns/prov#EntityInfluence".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze],
518
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1144
519
 
1145
520
  # Property definitions
1146
521
  property :actedOnBehalfOf,
1147
- 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,
1148
- domain: "prov:Agent".freeze,
522
+ 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,
523
+ domain: "http://www.w3.org/ns/prov#Agent".freeze,
524
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedDelegation".freeze, "http://www.w3.org/ns/prov#agent".freeze),
525
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
526
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
527
+ "http://www.w3.org/ns/prov#inverse": "hadDelegate".freeze,
528
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Delegation".freeze, "http://www.w3.org/ns/prov#qualifiedDelegation".freeze],
1149
529
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1150
530
  label: "actedOnBehalfOf".freeze,
1151
- "owl:propertyChainAxiom": list("prov:qualifiedDelegation".freeze, "prov:agent".freeze),
1152
- "prov:category": "starting-point".freeze,
1153
- "prov:component": "agents-responsibility".freeze,
1154
- "prov:inverse": "hadDelegate".freeze,
1155
- "prov:qualifiedForm": ["prov:Delegation".freeze, "prov:qualifiedDelegation".freeze],
1156
- range: "prov:Agent".freeze,
1157
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1158
- type: "owl:ObjectProperty".freeze
531
+ range: "http://www.w3.org/ns/prov#Agent".freeze,
532
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
533
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1159
534
  property :activity,
1160
- domain: "prov:ActivityInfluence".freeze,
535
+ domain: "http://www.w3.org/ns/prov#ActivityInfluence".freeze,
536
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
537
+ "http://www.w3.org/ns/prov#editorialNote": "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.".freeze,
538
+ "http://www.w3.org/ns/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,
539
+ "http://www.w3.org/ns/prov#inverse": "activityOfInfluence".freeze,
1161
540
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1162
541
  label: "activity".freeze,
1163
- "prov:category": "qualified".freeze,
1164
- "prov:editorialNote": "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.".freeze,
1165
- "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,
1166
- "prov:inverse": "activityOfInfluence".freeze,
1167
- range: "prov:Activity".freeze,
1168
- subPropertyOf: "prov:influencer".freeze,
1169
- type: "owl:ObjectProperty".freeze
542
+ range: "http://www.w3.org/ns/prov#Activity".freeze,
543
+ subPropertyOf: "http://www.w3.org/ns/prov#influencer".freeze,
544
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1170
545
  property :agent,
1171
- domain: "prov:AgentInfluence".freeze,
546
+ domain: "http://www.w3.org/ns/prov#AgentInfluence".freeze,
547
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
548
+ "http://www.w3.org/ns/prov#editorialNote": "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.".freeze,
549
+ "http://www.w3.org/ns/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,
550
+ "http://www.w3.org/ns/prov#inverse": "agentOfInfluence".freeze,
1172
551
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1173
552
  label: "agent".freeze,
1174
- "prov:category": "qualified".freeze,
1175
- "prov:editorialNote": "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.".freeze,
1176
- "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,
1177
- "prov:inverse": "agentOfInfluence".freeze,
1178
- range: "prov:Agent".freeze,
1179
- subPropertyOf: "prov:influencer".freeze,
1180
- type: "owl:ObjectProperty".freeze
553
+ range: "http://www.w3.org/ns/prov#Agent".freeze,
554
+ subPropertyOf: "http://www.w3.org/ns/prov#influencer".freeze,
555
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1181
556
  property :alternateOf,
1182
- domain: "prov:Entity".freeze,
1183
- inverseOf: "prov:alternateOf".freeze,
557
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
558
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#specializationOf".freeze,
559
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
560
+ "http://www.w3.org/ns/prov#component": "alternate".freeze,
561
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
562
+ "http://www.w3.org/ns/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,
563
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate".freeze,
564
+ "http://www.w3.org/ns/prov#inverse": "alternateOf".freeze,
565
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate".freeze,
566
+ inverseOf: "http://www.w3.org/ns/prov#alternateOf".freeze,
1184
567
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
1185
568
  label: "alternateOf".freeze,
1186
- "prov:category": "expanded".freeze,
1187
- "prov:component": "alternate".freeze,
1188
- "prov:constraints": "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze,
1189
- "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,
1190
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate".freeze,
1191
- "prov:inverse": "alternateOf".freeze,
1192
- "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate".freeze,
1193
- range: "prov:Entity".freeze,
1194
- "rdfs:seeAlso": "prov:specializationOf".freeze,
1195
- type: "owl:ObjectProperty".freeze
569
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
570
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1196
571
  property :aq,
1197
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1198
- subPropertyOf: "rdfs:seeAlso".freeze,
1199
- type: "owl:AnnotationProperty".freeze
572
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
573
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
574
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1200
575
  property :asInBundle,
1201
- comment: %(prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.
1202
-
1203
- 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,
1204
- domain: "prov:Entity".freeze,
576
+ comment: "prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.\n\nWhen :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,
577
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
578
+ "http://www.w3.org/ns/prov#inverse": "contextOf".freeze,
579
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#mentionOf".freeze,
1205
580
  isDefinedBy: "http://www.w3.org/ns/prov-links#".freeze,
1206
581
  label: "asInBundle".freeze,
1207
- "prov:inverse": "contextOf".freeze,
1208
- "prov:sharesDefinitionWith": "prov:mentionOf".freeze,
1209
- range: "prov:Bundle".freeze,
1210
- type: "owl:ObjectProperty".freeze
582
+ range: "http://www.w3.org/ns/prov#Bundle".freeze,
583
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1211
584
  property :atLocation,
1212
- 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],
585
+ 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],
1213
586
  domain: term(
1214
- type: "owl:Class".freeze,
1215
- unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze, "prov:InstantaneousEvent".freeze)
587
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
588
+ unionOf: list("http://www.w3.org/ns/prov#Activity".freeze, "http://www.w3.org/ns/prov#Agent".freeze, "http://www.w3.org/ns/prov#Entity".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze)
1216
589
  ),
590
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
591
+ "http://www.w3.org/ns/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],
592
+ "http://www.w3.org/ns/prov#inverse": "locationOf".freeze,
593
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Location".freeze,
1217
594
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1218
595
  label: "atLocation".freeze,
1219
- "prov:category": "expanded".freeze,
1220
- "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],
1221
- "prov:inverse": "locationOf".freeze,
1222
- "prov:sharesDefinitionWith": "prov:Location".freeze,
1223
- range: "prov:Location".freeze,
1224
- type: "owl:ObjectProperty".freeze
596
+ range: "http://www.w3.org/ns/prov#Location".freeze,
597
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1225
598
  property :atTime,
1226
- comment: %(The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.).freeze,
1227
- domain: "prov:InstantaneousEvent".freeze,
599
+ comment: "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.".freeze,
600
+ domain: "http://www.w3.org/ns/prov#InstantaneousEvent".freeze,
601
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
602
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
603
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#InstantaneousEvent".freeze,
604
+ "http://www.w3.org/ns/prov#unqualifiedForm": ["http://www.w3.org/ns/prov#endedAtTime".freeze, "http://www.w3.org/ns/prov#generatedAtTime".freeze, "http://www.w3.org/ns/prov#invalidatedAtTime".freeze, "http://www.w3.org/ns/prov#startedAtTime".freeze],
1228
605
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1229
606
  label: "atTime".freeze,
1230
- "prov:category": "qualified".freeze,
1231
- "prov:component": "entities-activities".freeze,
1232
- "prov:sharesDefinitionWith": "prov:InstantaneousEvent".freeze,
1233
- "prov:unqualifiedForm": ["prov:endedAtTime".freeze, "prov:generatedAtTime".freeze, "prov:invalidatedAtTime".freeze, "prov:startedAtTime".freeze],
1234
- range: "xsd:dateTime".freeze,
1235
- type: "owl:DatatypeProperty".freeze
607
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
608
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1236
609
  property :category,
1237
- 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,
1238
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1239
- type: "owl:AnnotationProperty".freeze
610
+ 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,
611
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
612
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1240
613
  property :component,
1241
- 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,
1242
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1243
- type: "owl:AnnotationProperty".freeze
614
+ 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,
615
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
616
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1244
617
  property :constraints,
1245
- comment: %(A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.).freeze,
1246
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1247
- subPropertyOf: "rdfs:seeAlso".freeze,
1248
- type: "owl:AnnotationProperty".freeze
618
+ comment: "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.".freeze,
619
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
620
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
621
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1249
622
  property :definition,
1250
- comment: %(A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.).freeze,
1251
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1252
- type: "owl:AnnotationProperty".freeze
623
+ comment: "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.".freeze,
624
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
625
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1253
626
  property :derivedByInsertionFrom,
1254
- domain: "prov:Dictionary".freeze,
1255
- isDefinedBy: "prov:".freeze,
627
+ domain: "http://www.w3.org/ns/prov#Dictionary".freeze,
628
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
629
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
630
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
631
+ "http://www.w3.org/ns/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,
632
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
633
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
634
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1256
635
  label: "derivedByInsertionFrom".freeze,
1257
- "prov:category": "collections".freeze,
1258
- "prov:component": "collections".freeze,
1259
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1260
- "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,
1261
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
1262
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
1263
- range: "prov:Dictionary".freeze,
1264
- subPropertyOf: "prov:wasDerivedFrom".freeze,
1265
- type: "owl:ObjectProperty".freeze
636
+ range: "http://www.w3.org/ns/prov#Dictionary".freeze,
637
+ subPropertyOf: "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
638
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1266
639
  property :derivedByRemovalFrom,
1267
- domain: "prov:Dictionary".freeze,
1268
- isDefinedBy: "prov:".freeze,
640
+ domain: "http://www.w3.org/ns/prov#Dictionary".freeze,
641
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
642
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
643
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
644
+ "http://www.w3.org/ns/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,
645
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
646
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
647
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1269
648
  label: "derivedByRemovalFrom".freeze,
1270
- "prov:category": "collections".freeze,
1271
- "prov:component": "collections".freeze,
1272
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1273
- "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,
1274
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
1275
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
1276
- range: "prov:Dictionary".freeze,
1277
- subPropertyOf: "prov:wasDerivedFrom".freeze,
1278
- type: "owl:ObjectProperty".freeze
649
+ range: "http://www.w3.org/ns/prov#Dictionary".freeze,
650
+ subPropertyOf: "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
651
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1279
652
  property :describesService,
1280
- 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,
1281
- isDefinedBy: "prov:".freeze,
653
+ 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,
654
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/rovenance-query-service-description".freeze,
655
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
656
+ "http://www.w3.org/ns/prov#inverse": "serviceDescribedBy".freeze,
657
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1282
658
  label: "describesService".freeze,
1283
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/rovenance-query-service-description".freeze,
1284
- "prov:category": "access-and-query".freeze,
1285
- "prov:inverse": "serviceDescribedBy".freeze,
1286
- type: "owl:ObjectProperty".freeze
659
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1287
660
  property :dictionary,
1288
- domain: ["prov:Insertion".freeze, "prov:Removal".freeze],
1289
- isDefinedBy: "prov:".freeze,
661
+ domain: ["http://www.w3.org/ns/prov#Insertion".freeze, "http://www.w3.org/ns/prov#Removal".freeze],
662
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
663
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
664
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
665
+ "http://www.w3.org/ns/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,
666
+ "http://www.w3.org/ns/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],
667
+ "http://www.w3.org/ns/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],
668
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1290
669
  label: "dictionary".freeze,
1291
- "prov:category": "collections".freeze,
1292
- "prov:component": "collections".freeze,
1293
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1294
- "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,
1295
- "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],
1296
- "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],
1297
- range: "prov:Dictionary".freeze,
1298
- subPropertyOf: "prov:entity".freeze,
1299
- type: "owl:ObjectProperty".freeze
670
+ range: "http://www.w3.org/ns/prov#Dictionary".freeze,
671
+ subPropertyOf: "http://www.w3.org/ns/prov#entity".freeze,
672
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1300
673
  property :dm,
1301
- comment: %(A reference to the principal section of the PROV-DM document that describes this concept.).freeze,
1302
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1303
- subPropertyOf: "rdfs:seeAlso".freeze,
1304
- type: "owl:AnnotationProperty".freeze
674
+ comment: "A reference to the principal section of the PROV-DM document that describes this concept.".freeze,
675
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
676
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
677
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1305
678
  property :editorialNote,
1306
- 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,
1307
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1308
- type: "owl:AnnotationProperty".freeze
679
+ 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,
680
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
681
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1309
682
  property :editorsDefinition,
1310
- comment: %(When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.).freeze,
1311
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1312
- subPropertyOf: "prov:definition".freeze,
1313
- type: "owl:AnnotationProperty".freeze
683
+ comment: "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.".freeze,
684
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
685
+ subPropertyOf: "http://www.w3.org/ns/prov#definition".freeze,
686
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1314
687
  property :endedAtTime,
1315
- comment: %(The time at which an activity ended. See also prov:startedAtTime.).freeze,
1316
- domain: "prov:Activity".freeze,
688
+ comment: "The time at which an activity ended. See also prov:startedAtTime.".freeze,
689
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
690
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
691
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
692
+ "http://www.w3.org/ns/prov#editorialNote": "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.".freeze,
693
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#End".freeze, "http://www.w3.org/ns/prov#atTime".freeze],
1317
694
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1318
695
  label: "endedAtTime".freeze,
1319
- "prov:category": "starting-point".freeze,
1320
- "prov:component": "entities-activities".freeze,
1321
- "prov:editorialNote": "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.".freeze,
1322
- "prov:qualifiedForm": ["prov:End".freeze, "prov:atTime".freeze],
1323
- range: "xsd:dateTime".freeze,
1324
- type: "owl:DatatypeProperty".freeze
696
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
697
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1325
698
  property :entity,
1326
- domain: "prov:EntityInfluence".freeze,
699
+ domain: "http://www.w3.org/ns/prov#EntityInfluence".freeze,
700
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
701
+ "http://www.w3.org/ns/prov#editorialNote": "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.".freeze,
702
+ "http://www.w3.org/ns/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,
703
+ "http://www.w3.org/ns/prov#inverse": "entityOfInfluence".freeze,
1327
704
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1328
705
  label: "entity".freeze,
1329
- "prov:category": "qualified".freeze,
1330
- "prov:editorialNote": "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.".freeze,
1331
- "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,
1332
- "prov:inverse": "entityOfInfluence".freeze,
1333
- range: "prov:Entity".freeze,
1334
- subPropertyOf: "prov:influencer".freeze,
1335
- type: "owl:ObjectProperty".freeze
706
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
707
+ subPropertyOf: "http://www.w3.org/ns/prov#influencer".freeze,
708
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1336
709
  property :generated,
1337
- domain: "prov:Activity".freeze,
1338
- inverseOf: "prov:wasGeneratedBy".freeze,
710
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
711
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
712
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
713
+ "http://www.w3.org/ns/prov#editorialNote": "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.".freeze,
714
+ "http://www.w3.org/ns/prov#inverse": "wasGeneratedBy".freeze,
715
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Generation".freeze,
716
+ inverseOf: "http://www.w3.org/ns/prov#wasGeneratedBy".freeze,
1339
717
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
1340
718
  label: "generated".freeze,
1341
- "prov:category": "expanded".freeze,
1342
- "prov:component": "entities-activities".freeze,
1343
- "prov:editorialNote": "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.".freeze,
1344
- "prov:inverse": "wasGeneratedBy".freeze,
1345
- "prov:sharesDefinitionWith": "prov:Generation".freeze,
1346
- range: "prov:Entity".freeze,
1347
- subPropertyOf: "prov:influenced".freeze,
1348
- type: "owl:ObjectProperty".freeze
719
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
720
+ subPropertyOf: "http://www.w3.org/ns/prov#influenced".freeze,
721
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1349
722
  property :generatedAtTime,
1350
- comment: %(The time at which an entity was completely created and is available for use.).freeze,
1351
- domain: "prov:Entity".freeze,
723
+ comment: "The time at which an entity was completely created and is available for use.".freeze,
724
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
725
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
726
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
727
+ "http://www.w3.org/ns/prov#editorialNote": "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.".freeze,
728
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Generation".freeze, "http://www.w3.org/ns/prov#atTime".freeze],
1352
729
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1353
730
  label: "generatedAtTime".freeze,
1354
- "prov:category": "expanded".freeze,
1355
- "prov:component": "entities-activities".freeze,
1356
- "prov:editorialNote": "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.".freeze,
1357
- "prov:qualifiedForm": ["prov:Generation".freeze, "prov:atTime".freeze],
1358
- range: "xsd:dateTime".freeze,
1359
- type: "owl:DatatypeProperty".freeze
731
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
732
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1360
733
  property :hadActivity,
1361
- 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],
1362
- domain: ["prov:Influence".freeze, term(
1363
- type: "owl:Class".freeze,
1364
- unionOf: list("prov:Delegation".freeze, "prov:Derivation".freeze, "prov:End".freeze, "prov:Start".freeze)
734
+ 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],
735
+ domain: ["http://www.w3.org/ns/prov#Influence".freeze, term(
736
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
737
+ unionOf: list("http://www.w3.org/ns/prov#Delegation".freeze, "http://www.w3.org/ns/prov#Derivation".freeze, "http://www.w3.org/ns/prov#End".freeze, "http://www.w3.org/ns/prov#Start".freeze)
1365
738
  )],
739
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
740
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
741
+ "http://www.w3.org/ns/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,
742
+ "http://www.w3.org/ns/prov#inverse": "wasActivityOfInfluence".freeze,
743
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Activity".freeze,
1366
744
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1367
745
  label: "hadActivity".freeze,
1368
- "prov:category": "qualified".freeze,
1369
- "prov:component": "derivations".freeze,
1370
- "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,
1371
- "prov:inverse": "wasActivityOfInfluence".freeze,
1372
- "prov:sharesDefinitionWith": "prov:Activity".freeze,
1373
- range: "prov:Activity".freeze,
1374
- type: "owl:ObjectProperty".freeze
746
+ range: "http://www.w3.org/ns/prov#Activity".freeze,
747
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1375
748
  property :hadDictionaryMember,
1376
- domain: "prov:Dictionary".freeze,
1377
- isDefinedBy: "prov:".freeze,
749
+ domain: "http://www.w3.org/ns/prov#Dictionary".freeze,
750
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
751
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
752
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
753
+ "http://www.w3.org/ns/prov#definition": "Describes the key-entity pair that was member of a prov:Dictionary. A dictionary can have multiple members.".freeze,
754
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
755
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
756
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1378
757
  label: "hadDictionaryMember".freeze,
1379
- "prov:category": "collections".freeze,
1380
- "prov:component": "collections".freeze,
1381
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1382
- "prov:definition": "Describes the key-entity pair that was member of a prov:Dictionary. A dictionary can have multiple members.".freeze,
1383
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
1384
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
1385
- range: "prov:KeyEntityPair".freeze,
1386
- type: "owl:ObjectProperty".freeze
758
+ range: "http://www.w3.org/ns/prov#KeyEntityPair".freeze,
759
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1387
760
  property :hadGeneration,
1388
- comment: %(The _optional_ Generation involved in an Entity's Derivation.).freeze,
1389
- domain: "prov:Derivation".freeze,
761
+ comment: "The _optional_ Generation involved in an Entity's Derivation.".freeze,
762
+ domain: "http://www.w3.org/ns/prov#Derivation".freeze,
763
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
764
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
765
+ "http://www.w3.org/ns/prov#inverse": "generatedAsDerivation".freeze,
766
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Generation".freeze,
1390
767
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1391
768
  label: "hadGeneration".freeze,
1392
- "prov:category": "qualified".freeze,
1393
- "prov:component": "derivations".freeze,
1394
- "prov:inverse": "generatedAsDerivation".freeze,
1395
- "prov:sharesDefinitionWith": "prov:Generation".freeze,
1396
- range: "prov:Generation".freeze,
1397
- type: "owl:ObjectProperty".freeze
769
+ range: "http://www.w3.org/ns/prov#Generation".freeze,
770
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1398
771
  property :hadMember,
1399
- domain: "prov:Collection".freeze,
772
+ domain: "http://www.w3.org/ns/prov#Collection".freeze,
773
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
774
+ "http://www.w3.org/ns/prov#component": "expanded".freeze,
775
+ "http://www.w3.org/ns/prov#inverse": "wasMemberOf".freeze,
776
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Collection".freeze,
1400
777
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1401
778
  label: "hadMember".freeze,
1402
- "prov:category": "expanded".freeze,
1403
- "prov:component": "expanded".freeze,
1404
- "prov:inverse": "wasMemberOf".freeze,
1405
- "prov:sharesDefinitionWith": "prov:Collection".freeze,
1406
- range: "prov:Entity".freeze,
1407
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1408
- type: "owl:ObjectProperty".freeze
779
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
780
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
781
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1409
782
  property :hadPlan,
1410
- comment: %(The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.).freeze,
1411
- domain: "prov:Association".freeze,
783
+ comment: "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.".freeze,
784
+ domain: "http://www.w3.org/ns/prov#Association".freeze,
785
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
786
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
787
+ "http://www.w3.org/ns/prov#inverse": "wasPlanOf".freeze,
788
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Plan".freeze,
1412
789
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1413
790
  label: "hadPlan".freeze,
1414
- "prov:category": "qualified".freeze,
1415
- "prov:component": "agents-responsibility".freeze,
1416
- "prov:inverse": "wasPlanOf".freeze,
1417
- "prov:sharesDefinitionWith": "prov:Plan".freeze,
1418
- range: "prov:Plan".freeze,
1419
- type: "owl:ObjectProperty".freeze
791
+ range: "http://www.w3.org/ns/prov#Plan".freeze,
792
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1420
793
  property :hadPrimarySource,
1421
- domain: "prov:Entity".freeze,
794
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
795
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedPrimarySource".freeze, "http://www.w3.org/ns/prov#entity".freeze),
796
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
797
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
798
+ "http://www.w3.org/ns/prov#inverse": "wasPrimarySourceOf".freeze,
799
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#PrimarySource".freeze, "http://www.w3.org/ns/prov#qualifiedPrimarySource".freeze],
1422
800
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1423
801
  label: "hadPrimarySource".freeze,
1424
- "owl:propertyChainAxiom": list("prov:qualifiedPrimarySource".freeze, "prov:entity".freeze),
1425
- "prov:category": "expanded".freeze,
1426
- "prov:component": "derivations".freeze,
1427
- "prov:inverse": "wasPrimarySourceOf".freeze,
1428
- "prov:qualifiedForm": ["prov:PrimarySource".freeze, "prov:qualifiedPrimarySource".freeze],
1429
- range: "prov:Entity".freeze,
1430
- subPropertyOf: "prov:wasDerivedFrom".freeze,
1431
- type: "owl:ObjectProperty".freeze
802
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
803
+ subPropertyOf: "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
804
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1432
805
  property :hadRole,
1433
- 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],
1434
- domain: ["prov:Influence".freeze, term(
1435
- type: "owl:Class".freeze,
1436
- unionOf: list("prov:Association".freeze, "prov:InstantaneousEvent".freeze)
806
+ 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],
807
+ domain: ["http://www.w3.org/ns/prov#Influence".freeze, term(
808
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
809
+ unionOf: list("http://www.w3.org/ns/prov#Association".freeze, "http://www.w3.org/ns/prov#InstantaneousEvent".freeze)
1437
810
  )],
811
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
812
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
813
+ "http://www.w3.org/ns/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,
814
+ "http://www.w3.org/ns/prov#inverse": "wasRoleIn".freeze,
815
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Role".freeze,
1438
816
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1439
817
  label: "hadRole".freeze,
1440
- "prov:category": "qualified".freeze,
1441
- "prov:component": "agents-responsibility".freeze,
1442
- "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,
1443
- "prov:inverse": "wasRoleIn".freeze,
1444
- "prov:sharesDefinitionWith": "prov:Role".freeze,
1445
- range: "prov:Role".freeze,
1446
- type: "owl:ObjectProperty".freeze
818
+ range: "http://www.w3.org/ns/prov#Role".freeze,
819
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1447
820
  property :hadUsage,
1448
- comment: %(The _optional_ Usage involved in an Entity's Derivation.).freeze,
1449
- domain: "prov:Derivation".freeze,
1450
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
821
+ comment: "The _optional_ Usage involved in an Entity's Derivation.".freeze,
822
+ domain: "http://www.w3.org/ns/prov#Derivation".freeze,
823
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
824
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
825
+ "http://www.w3.org/ns/prov#inverse": "wasUsedInDerivation".freeze,
826
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Usage".freeze,
827
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
1451
828
  label: "hadUsage".freeze,
1452
- "prov:category": "qualified".freeze,
1453
- "prov:component": "derivations".freeze,
1454
- "prov:inverse": "wasUsedInDerivation".freeze,
1455
- "prov:sharesDefinitionWith": "prov:Usage".freeze,
1456
- range: "prov:Usage".freeze,
1457
- type: "owl:ObjectProperty".freeze
829
+ range: "http://www.w3.org/ns/prov#Usage".freeze,
830
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1458
831
  property :has_anchor,
1459
- comment: %(Indicates anchor URI for a potentially dynamic resource instance.).freeze,
1460
- isDefinedBy: "prov:".freeze,
832
+ comment: "Indicates anchor URI for a potentially dynamic resource instance.".freeze,
833
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html".freeze,
834
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
835
+ "http://www.w3.org/ns/prov#inverse": "anchorOf".freeze,
836
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1461
837
  label: "has_anchor".freeze,
1462
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html".freeze,
1463
- "prov:category": "access-and-query".freeze,
1464
- "prov:inverse": "anchorOf".freeze,
1465
- type: "owl:ObjectProperty".freeze
838
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1466
839
  property :has_provenance,
1467
- 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,
1468
- isDefinedBy: "prov:".freeze,
840
+ 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,
841
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html".freeze,
842
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
843
+ "http://www.w3.org/ns/prov#inverse": "provenanceOf".freeze,
844
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1469
845
  label: "has_provenance".freeze,
1470
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html".freeze,
1471
- "prov:category": "access-and-query".freeze,
1472
- "prov:inverse": "provenanceOf".freeze,
1473
- type: "owl:ObjectProperty".freeze
846
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1474
847
  property :has_query_service,
1475
- comment: %(Indicates a provenance query service that can access provenance related to its subject or anchor resource.).freeze,
1476
- isDefinedBy: "prov:".freeze,
848
+ comment: "Indicates a provenance query service that can access provenance related to its subject or anchor resource.".freeze,
849
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/".freeze,
850
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
851
+ "http://www.w3.org/ns/prov#inverse": "provenanceQueryServiceOf".freeze,
852
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1477
853
  label: "hasProvenanceService".freeze,
1478
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/".freeze,
1479
- "prov:category": "access-and-query".freeze,
1480
- "prov:inverse": "provenanceQueryServiceOf".freeze,
1481
- type: "owl:ObjectProperty".freeze
854
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1482
855
  property :influenced,
1483
- inverseOf: "prov:wasInfluencedBy".freeze,
856
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
857
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
858
+ "http://www.w3.org/ns/prov#inverse": "wasInfluencedBy".freeze,
859
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Influence".freeze,
860
+ inverseOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1484
861
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
1485
862
  label: "influenced".freeze,
1486
- "prov:category": "expanded".freeze,
1487
- "prov:component": "agents-responsibility".freeze,
1488
- "prov:inverse": "wasInfluencedBy".freeze,
1489
- "prov:sharesDefinitionWith": "prov:Influence".freeze,
1490
- type: "owl:ObjectProperty".freeze
863
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1491
864
  property :influencer,
1492
- 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,
1493
- domain: "prov:Influence".freeze,
865
+ 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,
866
+ domain: "http://www.w3.org/ns/prov#Influence".freeze,
867
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
868
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence".freeze,
869
+ "http://www.w3.org/ns/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,
870
+ "http://www.w3.org/ns/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,
871
+ "http://www.w3.org/ns/prov#inverse": "hadInfluence".freeze,
1494
872
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1495
873
  label: "influencer".freeze,
1496
- "prov:category": "qualified".freeze,
1497
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence".freeze,
1498
- "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,
1499
- "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,
1500
- "prov:inverse": "hadInfluence".freeze,
1501
- range: "owl:Thing".freeze,
1502
- type: "owl:ObjectProperty".freeze
874
+ range: "http://www.w3.org/2002/07/owl#Thing".freeze,
875
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1503
876
  property :insertedKeyEntityPair,
1504
- domain: "prov:Insertion".freeze,
1505
- isDefinedBy: "prov:".freeze,
877
+ domain: "http://www.w3.org/ns/prov#Insertion".freeze,
878
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
879
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
880
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
881
+ "http://www.w3.org/ns/prov#definition": "An object property to refer to the prov:KeyEntityPair inserted into a prov:Dictionary.".freeze,
882
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
883
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
884
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1506
885
  label: "insertedKeyEntityPair".freeze,
1507
- "prov:category": "collections".freeze,
1508
- "prov:component": "collections".freeze,
1509
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1510
- "prov:definition": "An object property to refer to the prov:KeyEntityPair inserted into a prov:Dictionary.".freeze,
1511
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
1512
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
1513
- range: "prov:KeyEntityPair".freeze,
1514
- type: "owl:ObjectProperty".freeze
886
+ range: "http://www.w3.org/ns/prov#KeyEntityPair".freeze,
887
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1515
888
  property :invalidated,
1516
- domain: "prov:Activity".freeze,
1517
- inverseOf: "prov:wasInvalidatedBy".freeze,
889
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
890
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
891
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
892
+ "http://www.w3.org/ns/prov#editorialNote": "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.".freeze,
893
+ "http://www.w3.org/ns/prov#inverse": "wasInvalidatedBy".freeze,
894
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Invalidation".freeze,
895
+ inverseOf: "http://www.w3.org/ns/prov#wasInvalidatedBy".freeze,
1518
896
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
1519
897
  label: "invalidated".freeze,
1520
- "prov:category": "expanded".freeze,
1521
- "prov:component": "entities-activities".freeze,
1522
- "prov:editorialNote": "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.".freeze,
1523
- "prov:inverse": "wasInvalidatedBy".freeze,
1524
- "prov:sharesDefinitionWith": "prov:Invalidation".freeze,
1525
- range: "prov:Entity".freeze,
1526
- subPropertyOf: "prov:influenced".freeze,
1527
- type: "owl:ObjectProperty".freeze
898
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
899
+ subPropertyOf: "http://www.w3.org/ns/prov#influenced".freeze,
900
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1528
901
  property :invalidatedAtTime,
1529
- comment: %(The time at which an entity was invalidated \(i.e., no longer usable\).).freeze,
1530
- domain: "prov:Entity".freeze,
902
+ comment: "The time at which an entity was invalidated (i.e., no longer usable).".freeze,
903
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
904
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
905
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
906
+ "http://www.w3.org/ns/prov#editorialNote": "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.".freeze,
907
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Invalidation".freeze, "http://www.w3.org/ns/prov#atTime".freeze],
1531
908
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1532
909
  label: "invalidatedAtTime".freeze,
1533
- "prov:category": "expanded".freeze,
1534
- "prov:component": "entities-activities".freeze,
1535
- "prov:editorialNote": "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.".freeze,
1536
- "prov:qualifiedForm": ["prov:Invalidation".freeze, "prov:atTime".freeze],
1537
- range: "xsd:dateTime".freeze,
1538
- type: "owl:DatatypeProperty".freeze
910
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
911
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1539
912
  property :inverse,
1540
- 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,
1541
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1542
- "rdfs:seeAlso": "http://www.w3.org/TR/prov-o/#names-of-inverse-properties".freeze,
1543
- type: "owl:AnnotationProperty".freeze
913
+ 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,
914
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/prov-o/#names-of-inverse-properties".freeze,
915
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
916
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1544
917
  property :mentionOf,
1545
- comment: %(prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.
1546
-
1547
- prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.).freeze,
1548
- domain: "prov:Entity".freeze,
918
+ comment: "prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.\n\nprov:asInBundle is used to cite the Bundle in which the generalization was mentioned.".freeze,
919
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
920
+ "http://www.w3.org/ns/prov#inverse": "hadMention".freeze,
1549
921
  isDefinedBy: "http://www.w3.org/ns/prov-links#".freeze,
1550
922
  label: "mentionOf".freeze,
1551
- "prov:inverse": "hadMention".freeze,
1552
- range: "prov:Entity".freeze,
1553
- subPropertyOf: "prov:specializationOf".freeze,
1554
- type: "owl:ObjectProperty".freeze
923
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
924
+ subPropertyOf: "http://www.w3.org/ns/prov#specializationOf".freeze,
925
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1555
926
  property :n,
1556
- 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],
1557
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1558
- subPropertyOf: "rdfs:seeAlso".freeze,
1559
- type: "owl:AnnotationProperty".freeze
927
+ 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],
928
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
929
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
930
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1560
931
  property :order,
1561
- 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,
932
+ 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,
1562
933
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1563
- type: "owl:AnnotationProperty".freeze
934
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1564
935
  property :pairEntity,
1565
- domain: "prov:KeyEntityPair".freeze,
1566
- isDefinedBy: "prov:".freeze,
936
+ domain: "http://www.w3.org/ns/prov#KeyEntityPair".freeze,
937
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
938
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
939
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
940
+ "http://www.w3.org/ns/prov#definition": "The value of a KeyEntityPair.".freeze,
941
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
942
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
943
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1567
944
  label: "pairKey".freeze,
1568
- "prov:category": "collections".freeze,
1569
- "prov:component": "collections".freeze,
1570
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1571
- "prov:definition": "The value of a KeyEntityPair.".freeze,
1572
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
1573
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
1574
- range: "prov:Entity".freeze,
1575
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
945
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
946
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
1576
947
  property :pairKey,
1577
- domain: "prov:KeyEntityPair".freeze,
1578
- isDefinedBy: "prov:".freeze,
948
+ domain: "http://www.w3.org/ns/prov#KeyEntityPair".freeze,
949
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
950
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
951
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
952
+ "http://www.w3.org/ns/prov#definition": "The key of a KeyEntityPair, which is an element of a prov:Dictionary.".freeze,
953
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
954
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
955
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1579
956
  label: "pairKey".freeze,
1580
- "prov:category": "collections".freeze,
1581
- "prov:component": "collections".freeze,
1582
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1583
- "prov:definition": "The key of a KeyEntityPair, which is an element of a prov:Dictionary.".freeze,
1584
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership".freeze,
1585
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership".freeze,
1586
- range: "rdfs:Literal".freeze,
1587
- type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
957
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
958
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
1588
959
  property :pingback,
1589
- comment: %(Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.).freeze,
1590
- isDefinedBy: "prov:".freeze,
960
+ comment: "Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.".freeze,
961
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-pingback".freeze,
962
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
963
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1591
964
  label: "provenance pingback".freeze,
1592
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-pingback".freeze,
1593
- "prov:category": "access-and-query".freeze,
1594
- type: "owl:ObjectProperty".freeze
965
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1595
966
  property :provenanceUriTemplate,
1596
- comment: %(Relates a provenance service to a URI template string for constructing provenance-URIs.).freeze,
1597
- isDefinedBy: "prov:".freeze,
967
+ comment: "Relates a provenance service to a URI template string for constructing provenance-URIs.".freeze,
968
+ "http://www.w3.org/ns/prov#aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/".freeze,
969
+ "http://www.w3.org/ns/prov#category": "access-and-query".freeze,
970
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1598
971
  label: "provenanceUriTemplate".freeze,
1599
- "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/".freeze,
1600
- "prov:category": "access-and-query".freeze,
1601
- type: "owl:DatatypeProperty".freeze
972
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1602
973
  property :qualifiedAssociation,
1603
- 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,
1604
- domain: "prov:Activity".freeze,
974
+ 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,
975
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
976
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
977
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
978
+ "http://www.w3.org/ns/prov#inverse": "qualifiedAssociationOf".freeze,
979
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Association".freeze,
980
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasAssociatedWith".freeze,
1605
981
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1606
982
  label: "qualifiedAssociation".freeze,
1607
- "prov:category": "qualified".freeze,
1608
- "prov:component": "agents-responsibility".freeze,
1609
- "prov:inverse": "qualifiedAssociationOf".freeze,
1610
- "prov:sharesDefinitionWith": "prov:Association".freeze,
1611
- "prov:unqualifiedForm": "prov:wasAssociatedWith".freeze,
1612
- range: "prov:Association".freeze,
1613
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1614
- type: "owl:ObjectProperty".freeze
983
+ range: "http://www.w3.org/ns/prov#Association".freeze,
984
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
985
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1615
986
  property :qualifiedAttribution,
1616
- 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,
1617
- domain: "prov:Entity".freeze,
987
+ 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,
988
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
989
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
990
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
991
+ "http://www.w3.org/ns/prov#inverse": "qualifiedAttributionOf".freeze,
992
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Attribution".freeze,
993
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasAttributedTo".freeze,
1618
994
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1619
995
  label: "qualifiedAttribution".freeze,
1620
- "prov:category": "qualified".freeze,
1621
- "prov:component": "agents-responsibility".freeze,
1622
- "prov:inverse": "qualifiedAttributionOf".freeze,
1623
- "prov:sharesDefinitionWith": "prov:Attribution".freeze,
1624
- "prov:unqualifiedForm": "prov:wasAttributedTo".freeze,
1625
- range: "prov:Attribution".freeze,
1626
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1627
- type: "owl:ObjectProperty".freeze
996
+ range: "http://www.w3.org/ns/prov#Attribution".freeze,
997
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
998
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1628
999
  property :qualifiedCommunication,
1629
- 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,
1630
- domain: "prov:Activity".freeze,
1000
+ 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,
1001
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1002
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1003
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1004
+ "http://www.w3.org/ns/prov#inverse": "qualifiedCommunicationOf".freeze,
1005
+ "http://www.w3.org/ns/prov#qualifiedForm": "http://www.w3.org/ns/prov#Communication".freeze,
1006
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Communication".freeze,
1631
1007
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1632
1008
  label: "qualifiedCommunication".freeze,
1633
- "prov:category": "qualified".freeze,
1634
- "prov:component": "entities-activities".freeze,
1635
- "prov:inverse": "qualifiedCommunicationOf".freeze,
1636
- "prov:qualifiedForm": "prov:Communication".freeze,
1637
- "prov:sharesDefinitionWith": "prov:Communication".freeze,
1638
- range: "prov:Communication".freeze,
1639
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1640
- type: "owl:ObjectProperty".freeze
1009
+ range: "http://www.w3.org/ns/prov#Communication".freeze,
1010
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1011
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1641
1012
  property :qualifiedDelegation,
1642
- 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,
1643
- domain: "prov:Agent".freeze,
1013
+ 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,
1014
+ domain: "http://www.w3.org/ns/prov#Agent".freeze,
1015
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1016
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
1017
+ "http://www.w3.org/ns/prov#inverse": "qualifiedDelegationOf".freeze,
1018
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Delegation".freeze,
1019
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#actedOnBehalfOf".freeze,
1644
1020
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1645
1021
  label: "qualifiedDelegation".freeze,
1646
- "prov:category": "qualified".freeze,
1647
- "prov:component": "agents-responsibility".freeze,
1648
- "prov:inverse": "qualifiedDelegationOf".freeze,
1649
- "prov:sharesDefinitionWith": "prov:Delegation".freeze,
1650
- "prov:unqualifiedForm": "prov:actedOnBehalfOf".freeze,
1651
- range: "prov:Delegation".freeze,
1652
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1653
- type: "owl:ObjectProperty".freeze
1022
+ range: "http://www.w3.org/ns/prov#Delegation".freeze,
1023
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1024
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1654
1025
  property :qualifiedDerivation,
1655
- 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,
1656
- domain: "prov:Entity".freeze,
1026
+ 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,
1027
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1028
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1029
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1030
+ "http://www.w3.org/ns/prov#inverse": "qualifiedDerivationOf".freeze,
1031
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Derivation".freeze,
1032
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
1657
1033
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1658
1034
  label: "qualifiedDerivation".freeze,
1659
- "prov:category": "qualified".freeze,
1660
- "prov:component": "derivations".freeze,
1661
- "prov:inverse": "qualifiedDerivationOf".freeze,
1662
- "prov:sharesDefinitionWith": "prov:Derivation".freeze,
1663
- "prov:unqualifiedForm": "prov:wasDerivedFrom".freeze,
1664
- range: "prov:Derivation".freeze,
1665
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1666
- type: "owl:ObjectProperty".freeze
1035
+ range: "http://www.w3.org/ns/prov#Derivation".freeze,
1036
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1037
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1667
1038
  property :qualifiedEnd,
1668
- 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,
1669
- domain: "prov:Activity".freeze,
1039
+ 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,
1040
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1041
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1042
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1043
+ "http://www.w3.org/ns/prov#inverse": "qualifiedEndOf".freeze,
1044
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#End".freeze,
1045
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasEndedBy".freeze,
1670
1046
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1671
1047
  label: "qualifiedEnd".freeze,
1672
- "prov:category": "qualified".freeze,
1673
- "prov:component": "entities-activities".freeze,
1674
- "prov:inverse": "qualifiedEndOf".freeze,
1675
- "prov:sharesDefinitionWith": "prov:End".freeze,
1676
- "prov:unqualifiedForm": "prov:wasEndedBy".freeze,
1677
- range: "prov:End".freeze,
1678
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1679
- type: "owl:ObjectProperty".freeze
1048
+ range: "http://www.w3.org/ns/prov#End".freeze,
1049
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1050
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1680
1051
  property :qualifiedForm,
1681
- 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.
1682
-
1683
- Example annotation:
1684
-
1685
- prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
1686
-
1687
- Then this unqualified assertion:
1688
-
1689
- :entity1 prov:wasGeneratedBy :activity1 .
1690
-
1691
- can be qualified by adding:
1692
-
1693
- :entity1 prov:qualifiedGeneration :entity1Gen .
1694
- :entity1Gen
1695
- a prov:Generation, prov:Influence;
1696
- prov:activity :activity1;
1697
- :customValue 1337 .
1698
-
1699
- 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,
1700
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1701
- subPropertyOf: "rdfs:seeAlso".freeze,
1702
- type: "owl:AnnotationProperty".freeze
1052
+ 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. \n\nExample annotation:\n\n prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .\n\nThen this unqualified assertion:\n\n :entity1 prov:wasGeneratedBy :activity1 .\n\ncan be qualified by adding:\n\n :entity1 prov:qualifiedGeneration :entity1Gen .\n :entity1Gen \n a prov:Generation, prov:Influence;\n prov:activity :activity1;\n :customValue 1337 .\n\nNote 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,
1053
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
1054
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
1055
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1703
1056
  property :qualifiedGeneration,
1704
- 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,
1705
- domain: "prov:Entity".freeze,
1057
+ 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,
1058
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1059
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1060
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1061
+ "http://www.w3.org/ns/prov#inverse": "qualifiedGenerationOf".freeze,
1062
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Generation".freeze,
1063
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasGeneratedBy".freeze,
1706
1064
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1707
1065
  label: "qualifiedGeneration".freeze,
1708
- "prov:category": "qualified".freeze,
1709
- "prov:component": "entities-activities".freeze,
1710
- "prov:inverse": "qualifiedGenerationOf".freeze,
1711
- "prov:sharesDefinitionWith": "prov:Generation".freeze,
1712
- "prov:unqualifiedForm": "prov:wasGeneratedBy".freeze,
1713
- range: "prov:Generation".freeze,
1714
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1715
- type: "owl:ObjectProperty".freeze
1066
+ range: "http://www.w3.org/ns/prov#Generation".freeze,
1067
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1068
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1716
1069
  property :qualifiedInfluence,
1717
- comment: %(Because prov:qualifiedInfluence is a broad relation, the more specific relations \(qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.\) should be used when applicable.).freeze,
1070
+ comment: "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.".freeze,
1718
1071
  domain: term(
1719
- type: "owl:Class".freeze,
1720
- unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze)
1072
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1073
+ unionOf: list("http://www.w3.org/ns/prov#Activity".freeze, "http://www.w3.org/ns/prov#Agent".freeze, "http://www.w3.org/ns/prov#Entity".freeze)
1721
1074
  ),
1075
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1076
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1077
+ "http://www.w3.org/ns/prov#inverse": "qualifiedInfluenceOf".freeze,
1078
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Influence".freeze,
1079
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1722
1080
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1723
1081
  label: "qualifiedInfluence".freeze,
1724
- "prov:category": "qualified".freeze,
1725
- "prov:component": "derivations".freeze,
1726
- "prov:inverse": "qualifiedInfluenceOf".freeze,
1727
- "prov:sharesDefinitionWith": "prov:Influence".freeze,
1728
- "prov:unqualifiedForm": "prov:wasInfluencedBy".freeze,
1729
- range: "prov:Influence".freeze,
1730
- type: "owl:ObjectProperty".freeze
1082
+ range: "http://www.w3.org/ns/prov#Influence".freeze,
1083
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1731
1084
  property :qualifiedInsertion,
1732
- domain: "prov:Dictionary".freeze,
1733
- isDefinedBy: "prov:".freeze,
1085
+ domain: "http://www.w3.org/ns/prov#Dictionary".freeze,
1086
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
1087
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
1088
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1089
+ "http://www.w3.org/ns/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,
1090
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
1091
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
1092
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1734
1093
  label: "qualifiedInsertion".freeze,
1735
- "prov:category": "collections".freeze,
1736
- "prov:component": "collections".freeze,
1737
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1738
- "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,
1739
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion".freeze,
1740
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion".freeze,
1741
- range: "prov:Insertion".freeze,
1742
- subPropertyOf: "prov:qualifiedDerivation".freeze,
1743
- type: "owl:ObjectProperty".freeze
1094
+ range: "http://www.w3.org/ns/prov#Insertion".freeze,
1095
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedDerivation".freeze,
1096
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1744
1097
  property :qualifiedInvalidation,
1745
- 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,
1746
- domain: "prov:Entity".freeze,
1098
+ 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,
1099
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1100
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1101
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1102
+ "http://www.w3.org/ns/prov#inverse": "qualifiedInvalidationOf".freeze,
1103
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Invalidation".freeze,
1104
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasInvalidatedBy".freeze,
1747
1105
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1748
1106
  label: "qualifiedInvalidation".freeze,
1749
- "prov:category": "qualified".freeze,
1750
- "prov:component": "entities-activities".freeze,
1751
- "prov:inverse": "qualifiedInvalidationOf".freeze,
1752
- "prov:sharesDefinitionWith": "prov:Invalidation".freeze,
1753
- "prov:unqualifiedForm": "prov:wasInvalidatedBy".freeze,
1754
- range: "prov:Invalidation".freeze,
1755
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1756
- type: "owl:ObjectProperty".freeze
1107
+ range: "http://www.w3.org/ns/prov#Invalidation".freeze,
1108
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1109
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1757
1110
  property :qualifiedPrimarySource,
1758
- 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,
1759
- domain: "prov:Entity".freeze,
1111
+ 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,
1112
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1113
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1114
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1115
+ "http://www.w3.org/ns/prov#inverse": "qualifiedSourceOf".freeze,
1116
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#PrimarySource".freeze,
1117
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#hadPrimarySource".freeze,
1760
1118
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1761
1119
  label: "qualifiedPrimarySource".freeze,
1762
- "prov:category": "qualified".freeze,
1763
- "prov:component": "derivations".freeze,
1764
- "prov:inverse": "qualifiedSourceOf".freeze,
1765
- "prov:sharesDefinitionWith": "prov:PrimarySource".freeze,
1766
- "prov:unqualifiedForm": "prov:hadPrimarySource".freeze,
1767
- range: "prov:PrimarySource".freeze,
1768
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1769
- type: "owl:ObjectProperty".freeze
1120
+ range: "http://www.w3.org/ns/prov#PrimarySource".freeze,
1121
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1122
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1770
1123
  property :qualifiedQuotation,
1771
- 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,
1772
- domain: "prov:Entity".freeze,
1124
+ 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,
1125
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1126
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1127
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1128
+ "http://www.w3.org/ns/prov#inverse": "qualifiedQuotationOf".freeze,
1129
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Quotation".freeze,
1130
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasQuotedFrom".freeze,
1773
1131
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1774
1132
  label: "qualifiedQuotation".freeze,
1775
- "prov:category": "qualified".freeze,
1776
- "prov:component": "derivations".freeze,
1777
- "prov:inverse": "qualifiedQuotationOf".freeze,
1778
- "prov:sharesDefinitionWith": "prov:Quotation".freeze,
1779
- "prov:unqualifiedForm": "prov:wasQuotedFrom".freeze,
1780
- range: "prov:Quotation".freeze,
1781
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1782
- type: "owl:ObjectProperty".freeze
1133
+ range: "http://www.w3.org/ns/prov#Quotation".freeze,
1134
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1135
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1783
1136
  property :qualifiedRemoval,
1784
- domain: "prov:Dictionary".freeze,
1785
- isDefinedBy: "prov:".freeze,
1137
+ domain: "http://www.w3.org/ns/prov#Dictionary".freeze,
1138
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
1139
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
1140
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1141
+ "http://www.w3.org/ns/prov#definition": "The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed keys.".freeze,
1142
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
1143
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
1144
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1786
1145
  label: "qualifiedRemoval".freeze,
1787
- "prov:category": "collections".freeze,
1788
- "prov:component": "collections".freeze,
1789
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1790
- "prov:definition": "The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed keys.".freeze,
1791
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
1792
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
1793
- range: "prov:Removal".freeze,
1794
- subPropertyOf: "prov:qualifiedDerivation".freeze,
1795
- type: "owl:ObjectProperty".freeze
1146
+ range: "http://www.w3.org/ns/prov#Removal".freeze,
1147
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedDerivation".freeze,
1148
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1796
1149
  property :qualifiedRevision,
1797
- 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,
1798
- domain: "prov:Entity".freeze,
1150
+ 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,
1151
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1152
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1153
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1154
+ "http://www.w3.org/ns/prov#inverse": "revisedEntity".freeze,
1155
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Revision".freeze,
1156
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasRevisionOf".freeze,
1799
1157
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1800
1158
  label: "qualifiedRevision".freeze,
1801
- "prov:category": "qualified".freeze,
1802
- "prov:component": "derivations".freeze,
1803
- "prov:inverse": "revisedEntity".freeze,
1804
- "prov:sharesDefinitionWith": "prov:Revision".freeze,
1805
- "prov:unqualifiedForm": "prov:wasRevisionOf".freeze,
1806
- range: "prov:Revision".freeze,
1807
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1808
- type: "owl:ObjectProperty".freeze
1159
+ range: "http://www.w3.org/ns/prov#Revision".freeze,
1160
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1161
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1809
1162
  property :qualifiedStart,
1810
- 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,
1811
- domain: "prov:Activity".freeze,
1163
+ 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,
1164
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1165
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1166
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1167
+ "http://www.w3.org/ns/prov#inverse": "qualifiedStartOf".freeze,
1168
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Start".freeze,
1169
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#wasStartedBy".freeze,
1812
1170
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1813
1171
  label: "qualifiedStart".freeze,
1814
- "prov:category": "qualified".freeze,
1815
- "prov:component": "entities-activities".freeze,
1816
- "prov:inverse": "qualifiedStartOf".freeze,
1817
- "prov:sharesDefinitionWith": "prov:Start".freeze,
1818
- "prov:unqualifiedForm": "prov:wasStartedBy".freeze,
1819
- range: "prov:Start".freeze,
1820
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1821
- type: "owl:ObjectProperty".freeze
1172
+ range: "http://www.w3.org/ns/prov#Start".freeze,
1173
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1174
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1822
1175
  property :qualifiedUsage,
1823
- 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,
1824
- domain: "prov:Activity".freeze,
1176
+ 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,
1177
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1178
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1179
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1180
+ "http://www.w3.org/ns/prov#inverse": "qualifiedUsingActivity".freeze,
1181
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Usage".freeze,
1182
+ "http://www.w3.org/ns/prov#unqualifiedForm": "http://www.w3.org/ns/prov#used".freeze,
1825
1183
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1826
1184
  label: "qualifiedUsage".freeze,
1827
- "prov:category": "qualified".freeze,
1828
- "prov:component": "entities-activities".freeze,
1829
- "prov:inverse": "qualifiedUsingActivity".freeze,
1830
- "prov:sharesDefinitionWith": "prov:Usage".freeze,
1831
- "prov:unqualifiedForm": "prov:used".freeze,
1832
- range: "prov:Usage".freeze,
1833
- subPropertyOf: "prov:qualifiedInfluence".freeze,
1834
- type: "owl:ObjectProperty".freeze
1185
+ range: "http://www.w3.org/ns/prov#Usage".freeze,
1186
+ subPropertyOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
1187
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1835
1188
  property :removedKey,
1836
- domain: "prov:Removal".freeze,
1837
- isDefinedBy: "prov:".freeze,
1189
+ domain: "http://www.w3.org/ns/prov#Removal".freeze,
1190
+ "http://www.w3.org/ns/prov#category": "collections".freeze,
1191
+ "http://www.w3.org/ns/prov#component": "collections".freeze,
1192
+ "http://www.w3.org/ns/prov#constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1193
+ "http://www.w3.org/ns/prov#definition": "The key removed in a Removal.".freeze,
1194
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
1195
+ "http://www.w3.org/ns/prov#n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
1196
+ isDefinedBy: "http://www.w3.org/ns/prov#".freeze,
1838
1197
  label: "removedKey".freeze,
1839
- "prov:category": "collections".freeze,
1840
- "prov:component": "collections".freeze,
1841
- "prov:constraints": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints".freeze,
1842
- "prov:definition": "The key removed in a Removal.".freeze,
1843
- "prov:dm": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal".freeze,
1844
- "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal".freeze,
1845
- range: "rdfs:Literal".freeze,
1846
- type: "owl:DatatypeProperty".freeze
1198
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1199
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1847
1200
  property :sharesDefinitionWith,
1848
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1849
- subPropertyOf: "rdfs:seeAlso".freeze,
1850
- type: "owl:AnnotationProperty".freeze
1201
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
1202
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
1203
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1851
1204
  property :specializationOf,
1852
- domain: "prov:Entity".freeze,
1853
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1205
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1206
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/prov#alternateOf".freeze,
1207
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1208
+ "http://www.w3.org/ns/prov#component": "alternate".freeze,
1209
+ "http://www.w3.org/ns/prov#constraints": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig".freeze, "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze],
1210
+ "http://www.w3.org/ns/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,
1211
+ "http://www.w3.org/ns/prov#dm": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization".freeze, "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization".freeze],
1212
+ "http://www.w3.org/ns/prov#inverse": "generalizationOf".freeze,
1213
+ "http://www.w3.org/ns/prov#n": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization".freeze, "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization".freeze],
1214
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
1854
1215
  label: "specializationOf".freeze,
1855
- "prov:category": "expanded".freeze,
1856
- "prov:component": "alternate".freeze,
1857
- "prov:constraints": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig".freeze, "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig".freeze],
1858
- "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,
1859
- "prov:dm": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization".freeze, "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization".freeze],
1860
- "prov:inverse": "generalizationOf".freeze,
1861
- "prov:n": ["http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization".freeze, "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization".freeze],
1862
- range: "prov:Entity".freeze,
1863
- "rdfs:seeAlso": "prov:alternateOf".freeze,
1864
- subPropertyOf: ["owl:topObjectProperty".freeze, "prov:alternateOf".freeze],
1865
- type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1216
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1217
+ subPropertyOf: ["http://www.w3.org/2002/07/owl#topObjectProperty".freeze, "http://www.w3.org/ns/prov#alternateOf".freeze],
1218
+ type: ["http://www.w3.org/2002/07/owl#AnnotationProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
1866
1219
  property :startedAtTime,
1867
- comment: %(The time at which an activity started. See also prov:endedAtTime.).freeze,
1868
- domain: "prov:Activity".freeze,
1220
+ comment: "The time at which an activity started. See also prov:endedAtTime.".freeze,
1221
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1222
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1223
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1224
+ "http://www.w3.org/ns/prov#editorialNote": "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.".freeze,
1225
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Start".freeze, "http://www.w3.org/ns/prov#atTime".freeze],
1869
1226
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1870
1227
  label: "startedAtTime".freeze,
1871
- "prov:category": "starting-point".freeze,
1872
- "prov:component": "entities-activities".freeze,
1873
- "prov:editorialNote": "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.".freeze,
1874
- "prov:qualifiedForm": ["prov:Start".freeze, "prov:atTime".freeze],
1875
- range: "xsd:dateTime".freeze,
1876
- type: "owl:DatatypeProperty".freeze
1228
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
1229
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1877
1230
  property :todo,
1878
- type: "owl:AnnotationProperty".freeze
1231
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1879
1232
  property :unqualifiedForm,
1880
- 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,
1881
- isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1882
- subPropertyOf: "rdfs:seeAlso".freeze,
1883
- type: "owl:AnnotationProperty".freeze
1233
+ 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,
1234
+ isDefinedBy: ["http://www.w3.org/ns/prov#".freeze, "http://www.w3.org/ns/prov-o#".freeze],
1235
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
1236
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1884
1237
  property :used,
1885
- comment: %(A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .).freeze,
1886
- domain: "prov:Activity".freeze,
1238
+ comment: "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .".freeze,
1239
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1240
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedUsage".freeze, "http://www.w3.org/ns/prov#entity".freeze),
1241
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1242
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1243
+ "http://www.w3.org/ns/prov#inverse": "wasUsedBy".freeze,
1244
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Usage".freeze, "http://www.w3.org/ns/prov#qualifiedUsage".freeze],
1887
1245
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1888
1246
  label: "used".freeze,
1889
- "owl:propertyChainAxiom": list("prov:qualifiedUsage".freeze, "prov:entity".freeze),
1890
- "prov:category": "starting-point".freeze,
1891
- "prov:component": "entities-activities".freeze,
1892
- "prov:inverse": "wasUsedBy".freeze,
1893
- "prov:qualifiedForm": ["prov:Usage".freeze, "prov:qualifiedUsage".freeze],
1894
- range: "prov:Entity".freeze,
1895
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1896
- type: "owl:ObjectProperty".freeze
1247
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1248
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1249
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1897
1250
  property :value,
1898
- domain: "prov:Entity".freeze,
1251
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1252
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1253
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1254
+ "http://www.w3.org/ns/prov#definition": "Provides a value that is a direct representation of an entity.".freeze,
1255
+ "http://www.w3.org/ns/prov#dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value".freeze,
1256
+ "http://www.w3.org/ns/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],
1899
1257
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1900
1258
  label: "value".freeze,
1901
- "prov:category": "expanded".freeze,
1902
- "prov:component": "entities-activities".freeze,
1903
- "prov:definition": "Provides a value that is a direct representation of an entity.".freeze,
1904
- "prov:dm": "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value".freeze,
1905
- "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],
1906
- type: "owl:DatatypeProperty".freeze
1259
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1907
1260
  property :wasAssociatedWith,
1908
- comment: %(An prov:Agent that had some \(unspecified\) responsibility for the occurrence of this prov:Activity.).freeze,
1909
- domain: "prov:Activity".freeze,
1261
+ comment: "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.".freeze,
1262
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1263
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedAssociation".freeze, "http://www.w3.org/ns/prov#agent".freeze),
1264
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1265
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
1266
+ "http://www.w3.org/ns/prov#inverse": "wasAssociateFor".freeze,
1267
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Association".freeze, "http://www.w3.org/ns/prov#qualifiedAssociation".freeze],
1910
1268
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1911
1269
  label: "wasAssociatedWith".freeze,
1912
- "owl:propertyChainAxiom": list("prov:qualifiedAssociation".freeze, "prov:agent".freeze),
1913
- "prov:category": "starting-point".freeze,
1914
- "prov:component": "agents-responsibility".freeze,
1915
- "prov:inverse": "wasAssociateFor".freeze,
1916
- "prov:qualifiedForm": ["prov:Association".freeze, "prov:qualifiedAssociation".freeze],
1917
- range: "prov:Agent".freeze,
1918
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1919
- type: "owl:ObjectProperty".freeze
1270
+ range: "http://www.w3.org/ns/prov#Agent".freeze,
1271
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1272
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1920
1273
  property :wasAttributedTo,
1921
- comment: %(Attribution is the ascribing of an entity to an agent.).freeze,
1922
- domain: "prov:Entity".freeze,
1274
+ comment: "Attribution is the ascribing of an entity to an agent.".freeze,
1275
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1276
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedAttribution".freeze, "http://www.w3.org/ns/prov#agent".freeze),
1277
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1278
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
1279
+ "http://www.w3.org/ns/prov#definition": "Attribution is the ascribing of an entity to an agent.".freeze,
1280
+ "http://www.w3.org/ns/prov#inverse": "contributed".freeze,
1281
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Attribution".freeze, "http://www.w3.org/ns/prov#qualifiedAttribution".freeze],
1923
1282
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1924
1283
  label: "wasAttributedTo".freeze,
1925
- "owl:propertyChainAxiom": list("prov:qualifiedAttribution".freeze, "prov:agent".freeze),
1926
- "prov:category": "starting-point".freeze,
1927
- "prov:component": "agents-responsibility".freeze,
1928
- "prov:definition": "Attribution is the ascribing of an entity to an agent.".freeze,
1929
- "prov:inverse": "contributed".freeze,
1930
- "prov:qualifiedForm": ["prov:Attribution".freeze, "prov:qualifiedAttribution".freeze],
1931
- range: "prov:Agent".freeze,
1932
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1933
- type: "owl:ObjectProperty".freeze
1284
+ range: "http://www.w3.org/ns/prov#Agent".freeze,
1285
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1286
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1934
1287
  property :wasDerivedFrom,
1935
- comment: %(The more specific subproperties of prov:wasDerivedFrom \(i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource\) should be used when applicable.).freeze,
1936
- domain: "prov:Entity".freeze,
1288
+ comment: "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.".freeze,
1289
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1290
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedDerivation".freeze, "http://www.w3.org/ns/prov#entity".freeze),
1291
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1292
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1293
+ "http://www.w3.org/ns/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,
1294
+ "http://www.w3.org/ns/prov#inverse": "hadDerivation".freeze,
1295
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Derivation".freeze, "http://www.w3.org/ns/prov#qualifiedDerivation".freeze],
1937
1296
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1938
1297
  label: "wasDerivedFrom".freeze,
1939
- "owl:propertyChainAxiom": list("prov:qualifiedDerivation".freeze, "prov:entity".freeze),
1940
- "prov:category": "starting-point".freeze,
1941
- "prov:component": "derivations".freeze,
1942
- "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,
1943
- "prov:inverse": "hadDerivation".freeze,
1944
- "prov:qualifiedForm": ["prov:Derivation".freeze, "prov:qualifiedDerivation".freeze],
1945
- range: "prov:Entity".freeze,
1946
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1947
- type: "owl:ObjectProperty".freeze
1298
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1299
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1300
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1948
1301
  property :wasEndedBy,
1949
- 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,
1950
- domain: "prov:Activity".freeze,
1302
+ 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,
1303
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1304
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedEnd".freeze, "http://www.w3.org/ns/prov#entity".freeze),
1305
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1306
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1307
+ "http://www.w3.org/ns/prov#inverse": "ended".freeze,
1308
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#End".freeze, "http://www.w3.org/ns/prov#qualifiedEnd".freeze],
1951
1309
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1952
1310
  label: "wasEndedBy".freeze,
1953
- "owl:propertyChainAxiom": list("prov:qualifiedEnd".freeze, "prov:entity".freeze),
1954
- "prov:category": "expanded".freeze,
1955
- "prov:component": "entities-activities".freeze,
1956
- "prov:inverse": "ended".freeze,
1957
- "prov:qualifiedForm": ["prov:End".freeze, "prov:qualifiedEnd".freeze],
1958
- range: "prov:Entity".freeze,
1959
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1960
- type: "owl:ObjectProperty".freeze
1311
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1312
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1313
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1961
1314
  property :wasGeneratedBy,
1962
- domain: "prov:Entity".freeze,
1963
- inverseOf: "prov:generated".freeze,
1315
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1316
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedGeneration".freeze, "http://www.w3.org/ns/prov#activity".freeze),
1317
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1318
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1319
+ "http://www.w3.org/ns/prov#inverse": "generated".freeze,
1320
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Generation".freeze, "http://www.w3.org/ns/prov#qualifiedGeneration".freeze],
1321
+ inverseOf: "http://www.w3.org/ns/prov#generated".freeze,
1964
1322
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
1965
1323
  label: "wasGeneratedBy".freeze,
1966
- "owl:propertyChainAxiom": list("prov:qualifiedGeneration".freeze, "prov:activity".freeze),
1967
- "prov:category": "starting-point".freeze,
1968
- "prov:component": "entities-activities".freeze,
1969
- "prov:inverse": "generated".freeze,
1970
- "prov:qualifiedForm": ["prov:Generation".freeze, "prov:qualifiedGeneration".freeze],
1971
- range: "prov:Activity".freeze,
1972
- subPropertyOf: "prov:wasInfluencedBy".freeze,
1973
- type: "owl:ObjectProperty".freeze
1324
+ range: "http://www.w3.org/ns/prov#Activity".freeze,
1325
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1326
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1974
1327
  property :wasInfluencedBy,
1975
- 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],
1328
+ 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],
1976
1329
  domain: term(
1977
- type: "owl:Class".freeze,
1978
- unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze)
1330
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1331
+ unionOf: list("http://www.w3.org/ns/prov#Activity".freeze, "http://www.w3.org/ns/prov#Agent".freeze, "http://www.w3.org/ns/prov#Entity".freeze)
1979
1332
  ),
1980
- inverseOf: "prov:influenced".freeze,
1333
+ "http://www.w3.org/ns/prov#category": "qualified".freeze,
1334
+ "http://www.w3.org/ns/prov#component": "agents-responsibility".freeze,
1335
+ "http://www.w3.org/ns/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 ] .\n\nSubproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.\n\nprov:wasInfluencedBy should not be used without also using one of its subproperties. \n".freeze,
1336
+ "http://www.w3.org/ns/prov#inverse": "influenced".freeze,
1337
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Influence".freeze, "http://www.w3.org/ns/prov#qualifiedInfluence".freeze],
1338
+ "http://www.w3.org/ns/prov#sharesDefinitionWith": "http://www.w3.org/ns/prov#Influence".freeze,
1339
+ inverseOf: "http://www.w3.org/ns/prov#influenced".freeze,
1981
1340
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
1982
1341
  label: "wasInfluencedBy".freeze,
1983
- "prov:category": "qualified".freeze,
1984
- "prov:component": "agents-responsibility".freeze,
1985
- "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 ] .\n\nSubproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.\n\nprov:wasInfluencedBy should not be used without also using one of its subproperties. \n".freeze,
1986
- "prov:inverse": "influenced".freeze,
1987
- "prov:qualifiedForm": ["prov:Influence".freeze, "prov:qualifiedInfluence".freeze],
1988
- "prov:sharesDefinitionWith": "prov:Influence".freeze,
1989
1342
  range: term(
1990
- type: "owl:Class".freeze,
1991
- unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze)
1343
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
1344
+ unionOf: list("http://www.w3.org/ns/prov#Activity".freeze, "http://www.w3.org/ns/prov#Agent".freeze, "http://www.w3.org/ns/prov#Entity".freeze)
1992
1345
  ),
1993
- type: "owl:ObjectProperty".freeze
1346
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1994
1347
  property :wasInformedBy,
1995
- 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,
1996
- domain: "prov:Activity".freeze,
1348
+ 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,
1349
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1350
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedCommunication".freeze, "http://www.w3.org/ns/prov#activity".freeze),
1351
+ "http://www.w3.org/ns/prov#category": "starting-point".freeze,
1352
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1353
+ "http://www.w3.org/ns/prov#inverse": "informed".freeze,
1354
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Communication".freeze, "http://www.w3.org/ns/prov#qualifiedCommunication".freeze],
1997
1355
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1998
1356
  label: "wasInformedBy".freeze,
1999
- "owl:propertyChainAxiom": list("prov:qualifiedCommunication".freeze, "prov:activity".freeze),
2000
- "prov:category": "starting-point".freeze,
2001
- "prov:component": "entities-activities".freeze,
2002
- "prov:inverse": "informed".freeze,
2003
- "prov:qualifiedForm": ["prov:Communication".freeze, "prov:qualifiedCommunication".freeze],
2004
- range: "prov:Activity".freeze,
2005
- subPropertyOf: "prov:wasInfluencedBy".freeze,
2006
- type: "owl:ObjectProperty".freeze
1357
+ range: "http://www.w3.org/ns/prov#Activity".freeze,
1358
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1359
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
2007
1360
  property :wasInvalidatedBy,
2008
- domain: "prov:Entity".freeze,
2009
- inverseOf: "prov:invalidated".freeze,
1361
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1362
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedInvalidation".freeze, "http://www.w3.org/ns/prov#activity".freeze),
1363
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1364
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1365
+ "http://www.w3.org/ns/prov#inverse": "invalidated".freeze,
1366
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Invalidation".freeze, "http://www.w3.org/ns/prov#qualifiedInvalidation".freeze],
1367
+ inverseOf: "http://www.w3.org/ns/prov#invalidated".freeze,
2010
1368
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
2011
1369
  label: "wasInvalidatedBy".freeze,
2012
- "owl:propertyChainAxiom": list("prov:qualifiedInvalidation".freeze, "prov:activity".freeze),
2013
- "prov:category": "expanded".freeze,
2014
- "prov:component": "entities-activities".freeze,
2015
- "prov:inverse": "invalidated".freeze,
2016
- "prov:qualifiedForm": ["prov:Invalidation".freeze, "prov:qualifiedInvalidation".freeze],
2017
- range: "prov:Activity".freeze,
2018
- subPropertyOf: "prov:wasInfluencedBy".freeze,
2019
- type: "owl:ObjectProperty".freeze
1370
+ range: "http://www.w3.org/ns/prov#Activity".freeze,
1371
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1372
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
2020
1373
  property :wasQuotedFrom,
2021
- comment: %(An entity is derived from an original entity by copying, or 'quoting', some or all of it.).freeze,
2022
- domain: "prov:Entity".freeze,
1374
+ comment: "An entity is derived from an original entity by copying, or 'quoting', some or all of it.".freeze,
1375
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1376
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedQuotation".freeze, "http://www.w3.org/ns/prov#entity".freeze),
1377
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1378
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1379
+ "http://www.w3.org/ns/prov#inverse": "quotedAs".freeze,
1380
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Quotation".freeze, "http://www.w3.org/ns/prov#qualifiedQuotation".freeze],
2023
1381
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
2024
1382
  label: "wasQuotedFrom".freeze,
2025
- "owl:propertyChainAxiom": list("prov:qualifiedQuotation".freeze, "prov:entity".freeze),
2026
- "prov:category": "expanded".freeze,
2027
- "prov:component": "derivations".freeze,
2028
- "prov:inverse": "quotedAs".freeze,
2029
- "prov:qualifiedForm": ["prov:Quotation".freeze, "prov:qualifiedQuotation".freeze],
2030
- range: "prov:Entity".freeze,
2031
- subPropertyOf: "prov:wasDerivedFrom".freeze,
2032
- type: "owl:ObjectProperty".freeze
1383
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1384
+ subPropertyOf: "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
1385
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
2033
1386
  property :wasRevisionOf,
2034
- comment: %(A revision is a derivation that revises an entity into a revised version.).freeze,
2035
- domain: "prov:Entity".freeze,
1387
+ comment: "A revision is a derivation that revises an entity into a revised version.".freeze,
1388
+ domain: "http://www.w3.org/ns/prov#Entity".freeze,
1389
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedRevision".freeze, "http://www.w3.org/ns/prov#entity".freeze),
1390
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1391
+ "http://www.w3.org/ns/prov#component": "derivations".freeze,
1392
+ "http://www.w3.org/ns/prov#inverse": "hadRevision".freeze,
1393
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Revision".freeze, "http://www.w3.org/ns/prov#qualifiedRevision".freeze],
2036
1394
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
2037
1395
  label: "wasRevisionOf".freeze,
2038
- "owl:propertyChainAxiom": list("prov:qualifiedRevision".freeze, "prov:entity".freeze),
2039
- "prov:category": "expanded".freeze,
2040
- "prov:component": "derivations".freeze,
2041
- "prov:inverse": "hadRevision".freeze,
2042
- "prov:qualifiedForm": ["prov:Revision".freeze, "prov:qualifiedRevision".freeze],
2043
- range: "prov:Entity".freeze,
2044
- subPropertyOf: "prov:wasDerivedFrom".freeze,
2045
- type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1396
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1397
+ subPropertyOf: "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
1398
+ type: ["http://www.w3.org/2002/07/owl#AnnotationProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
2046
1399
  property :wasStartedBy,
2047
- 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,
2048
- domain: "prov:Activity".freeze,
1400
+ 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,
1401
+ domain: "http://www.w3.org/ns/prov#Activity".freeze,
1402
+ "http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/prov#qualifiedStart".freeze, "http://www.w3.org/ns/prov#entity".freeze),
1403
+ "http://www.w3.org/ns/prov#category": "expanded".freeze,
1404
+ "http://www.w3.org/ns/prov#component": "entities-activities".freeze,
1405
+ "http://www.w3.org/ns/prov#inverse": "started".freeze,
1406
+ "http://www.w3.org/ns/prov#qualifiedForm": ["http://www.w3.org/ns/prov#Start".freeze, "http://www.w3.org/ns/prov#qualifiedStart".freeze],
2049
1407
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
2050
1408
  label: "wasStartedBy".freeze,
2051
- "owl:propertyChainAxiom": list("prov:qualifiedStart".freeze, "prov:entity".freeze),
2052
- "prov:category": "expanded".freeze,
2053
- "prov:component": "entities-activities".freeze,
2054
- "prov:inverse": "started".freeze,
2055
- "prov:qualifiedForm": ["prov:Start".freeze, "prov:qualifiedStart".freeze],
2056
- range: "prov:Entity".freeze,
2057
- subPropertyOf: "prov:wasInfluencedBy".freeze,
2058
- type: "owl:ObjectProperty".freeze
1409
+ range: "http://www.w3.org/ns/prov#Entity".freeze,
1410
+ subPropertyOf: "http://www.w3.org/ns/prov#wasInfluencedBy".freeze,
1411
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
2059
1412
 
2060
1413
  # Extra definitions
2061
1414
  term :activityOfInfluence,
2062
- inverseOf: "prov:activity".freeze,
1415
+ inverseOf: "http://www.w3.org/ns/prov#activity".freeze,
2063
1416
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2064
1417
  label: "activityOfInfluence".freeze
2065
1418
  term :agentOfInfluence,
2066
- inverseOf: "prov:agent".freeze,
1419
+ inverseOf: "http://www.w3.org/ns/prov#agent".freeze,
2067
1420
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2068
1421
  label: "agentOfInfluence".freeze
2069
1422
  term :contributed,
2070
- inverseOf: "prov:wasAttributedTo".freeze,
1423
+ inverseOf: "http://www.w3.org/ns/prov#wasAttributedTo".freeze,
2071
1424
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2072
1425
  label: "contributed".freeze
2073
1426
  term :ended,
2074
- inverseOf: "prov:wasEndedBy".freeze,
1427
+ inverseOf: "http://www.w3.org/ns/prov#wasEndedBy".freeze,
2075
1428
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2076
1429
  label: "ended".freeze
2077
1430
  term :entityOfInfluence,
2078
- inverseOf: "prov:entity".freeze,
1431
+ inverseOf: "http://www.w3.org/ns/prov#entity".freeze,
2079
1432
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2080
1433
  label: "entityOfInfluence".freeze
2081
1434
  term :generalizationOf,
2082
- inverseOf: "prov:specializationOf".freeze,
1435
+ inverseOf: "http://www.w3.org/ns/prov#specializationOf".freeze,
2083
1436
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2084
1437
  label: "generalizationOf".freeze
2085
1438
  term :generatedAsDerivation,
2086
- inverseOf: "prov:hadGeneration".freeze,
1439
+ inverseOf: "http://www.w3.org/ns/prov#hadGeneration".freeze,
2087
1440
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2088
1441
  label: "generatedAsDerivation".freeze
2089
1442
  term :hadDelegate,
2090
- inverseOf: "prov:actedOnBehalfOf".freeze,
1443
+ inverseOf: "http://www.w3.org/ns/prov#actedOnBehalfOf".freeze,
2091
1444
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2092
1445
  label: "hadDelegate".freeze
2093
1446
  term :hadDerivation,
2094
- inverseOf: "prov:wasDerivedFrom".freeze,
1447
+ inverseOf: "http://www.w3.org/ns/prov#wasDerivedFrom".freeze,
2095
1448
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2096
1449
  label: "hadDerivation".freeze
2097
1450
  term :hadInfluence,
2098
- inverseOf: "prov:influencer".freeze,
1451
+ inverseOf: "http://www.w3.org/ns/prov#influencer".freeze,
2099
1452
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2100
1453
  label: "hadInfluence".freeze
2101
1454
  term :hadRevision,
2102
- inverseOf: "prov:wasRevisionOf".freeze,
1455
+ inverseOf: "http://www.w3.org/ns/prov#wasRevisionOf".freeze,
2103
1456
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2104
1457
  label: "hadRevision".freeze
2105
1458
  term :informed,
2106
- inverseOf: "prov:wasInformedBy".freeze,
1459
+ inverseOf: "http://www.w3.org/ns/prov#wasInformedBy".freeze,
2107
1460
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2108
1461
  label: "informed".freeze
2109
1462
  term :locationOf,
2110
- inverseOf: "prov:atLocation".freeze,
1463
+ inverseOf: "http://www.w3.org/ns/prov#atLocation".freeze,
2111
1464
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2112
1465
  label: "locationOf".freeze
2113
1466
  term :qualifiedAssociationOf,
2114
- inverseOf: "prov:qualifiedAssociation".freeze,
1467
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedAssociation".freeze,
2115
1468
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2116
1469
  label: "qualifiedAssociationOf".freeze
2117
1470
  term :qualifiedAttributionOf,
2118
- inverseOf: "prov:qualifiedAttribution".freeze,
1471
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedAttribution".freeze,
2119
1472
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2120
1473
  label: "qualifiedAttributionOf".freeze
2121
1474
  term :qualifiedCommunicationOf,
2122
- inverseOf: "prov:qualifiedCommunication".freeze,
1475
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedCommunication".freeze,
2123
1476
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2124
1477
  label: "qualifiedCommunicationOf".freeze
2125
1478
  term :qualifiedDelegationOf,
2126
- inverseOf: "prov:qualifiedDelegation".freeze,
1479
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedDelegation".freeze,
2127
1480
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2128
1481
  label: "qualifiedDelegationOf".freeze
2129
1482
  term :qualifiedDerivationOf,
2130
- inverseOf: "prov:qualifiedDerivation".freeze,
1483
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedDerivation".freeze,
2131
1484
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2132
1485
  label: "qualifiedDerivationOf".freeze
2133
1486
  term :qualifiedEndOf,
2134
- inverseOf: "prov:qualifiedEnd".freeze,
1487
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedEnd".freeze,
2135
1488
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2136
1489
  label: "qualifiedEndOf".freeze
2137
1490
  term :qualifiedGenerationOf,
2138
- inverseOf: "prov:qualifiedGeneration".freeze,
1491
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedGeneration".freeze,
2139
1492
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2140
1493
  label: "qualifiedGenerationOf".freeze
2141
1494
  term :qualifiedInfluenceOf,
2142
- inverseOf: "prov:qualifiedInfluence".freeze,
1495
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedInfluence".freeze,
2143
1496
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2144
1497
  label: "qualifiedInfluenceOf".freeze
2145
1498
  term :qualifiedInvalidationOf,
2146
- inverseOf: "prov:qualifiedInvalidation".freeze,
1499
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedInvalidation".freeze,
2147
1500
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2148
1501
  label: "qualifiedInvalidationOf".freeze
2149
1502
  term :qualifiedQuotationOf,
2150
- inverseOf: "prov:qualifiedQuotation".freeze,
1503
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedQuotation".freeze,
2151
1504
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2152
1505
  label: "qualifiedQuotationOf".freeze
2153
1506
  term :qualifiedSourceOf,
2154
- inverseOf: "prov:qualifiedPrimarySource".freeze,
1507
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedPrimarySource".freeze,
2155
1508
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2156
1509
  label: "qualifiedSourceOf".freeze
2157
1510
  term :qualifiedStartOf,
2158
- inverseOf: "prov:qualifiedStart".freeze,
1511
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedStart".freeze,
2159
1512
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2160
1513
  label: "qualifiedStartOf".freeze
2161
1514
  term :qualifiedUsingActivity,
2162
- inverseOf: "prov:qualifiedUsage".freeze,
1515
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedUsage".freeze,
2163
1516
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2164
1517
  label: "qualifiedUsingActivity".freeze
2165
1518
  term :quotedAs,
2166
- inverseOf: "prov:wasQuotedFrom".freeze,
1519
+ inverseOf: "http://www.w3.org/ns/prov#wasQuotedFrom".freeze,
2167
1520
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2168
1521
  label: "quotedAs".freeze
2169
1522
  term :revisedEntity,
2170
- inverseOf: "prov:qualifiedRevision".freeze,
1523
+ inverseOf: "http://www.w3.org/ns/prov#qualifiedRevision".freeze,
2171
1524
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2172
1525
  label: "revisedEntity".freeze
2173
1526
  term :started,
2174
- inverseOf: "prov:wasStartedBy".freeze,
1527
+ inverseOf: "http://www.w3.org/ns/prov#wasStartedBy".freeze,
2175
1528
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2176
1529
  label: "started".freeze
2177
1530
  term :wasActivityOfInfluence,
2178
- inverseOf: "prov:hadActivity".freeze,
1531
+ inverseOf: "http://www.w3.org/ns/prov#hadActivity".freeze,
2179
1532
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2180
1533
  label: "wasActivityOfInfluence".freeze
2181
1534
  term :wasAssociateFor,
2182
- inverseOf: "prov:wasAssociatedWith".freeze,
1535
+ inverseOf: "http://www.w3.org/ns/prov#wasAssociatedWith".freeze,
2183
1536
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2184
1537
  label: "wasAssociateFor".freeze
2185
1538
  term :wasMemberOf,
2186
- inverseOf: "prov:hadMember".freeze,
1539
+ inverseOf: "http://www.w3.org/ns/prov#hadMember".freeze,
2187
1540
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2188
1541
  label: "wasMemberOf".freeze
2189
1542
  term :wasPlanOf,
2190
- inverseOf: "prov:hadPlan".freeze,
1543
+ inverseOf: "http://www.w3.org/ns/prov#hadPlan".freeze,
2191
1544
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2192
1545
  label: "wasPlanOf".freeze
2193
1546
  term :wasPrimarySourceOf,
2194
- inverseOf: "prov:hadPrimarySource".freeze,
1547
+ inverseOf: "http://www.w3.org/ns/prov#hadPrimarySource".freeze,
2195
1548
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2196
1549
  label: "wasPrimarySourceOf".freeze
2197
1550
  term :wasRoleIn,
2198
- inverseOf: "prov:hadRole".freeze,
1551
+ inverseOf: "http://www.w3.org/ns/prov#hadRole".freeze,
2199
1552
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2200
1553
  label: "wasRoleIn".freeze
2201
1554
  term :wasUsedBy,
2202
- inverseOf: "prov:used".freeze,
1555
+ inverseOf: "http://www.w3.org/ns/prov#used".freeze,
2203
1556
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2204
1557
  label: "wasUsedBy".freeze
2205
1558
  term :wasUsedInDerivation,
2206
- inverseOf: "prov:hadUsage".freeze,
1559
+ inverseOf: "http://www.w3.org/ns/prov#hadUsage".freeze,
2207
1560
  isDefinedBy: "http://www.w3.org/ns/prov-o-inverses#".freeze,
2208
1561
  label: "wasUsedInDerivation".freeze
2209
1562
  end