rdf 1.1.3 → 1.1.4

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