rdf-vocab 3.1.9 → 3.1.14

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