rdf-vocab 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,102 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # This file generated automatically using vocab-fetch from http://www.openarchives.org/ore/1.0/terms
3
+ require 'rdf'
4
+ module RDF::Vocab
5
+ class ORE < RDF::StrictVocabulary("http://www.openarchives.org/ore/terms/")
6
+
7
+ # Class definitions
8
+ term :AggregatedResource,
9
+ comment: %(A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation.).freeze,
10
+ label: "Aggregated Resource".freeze,
11
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
12
+ type: "rdfs:Class".freeze
13
+ term :Aggregation,
14
+ comment: %(A set of related resources \(Aggregated Resources\), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map.).freeze,
15
+ label: "Aggregation".freeze,
16
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
17
+ subClassOf: "http://purl.org/dc/dcmitype/Collection".freeze,
18
+ type: "rdfs:Class".freeze
19
+ term :Proxy,
20
+ comment: %(A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource.).freeze,
21
+ label: "Proxy".freeze,
22
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
23
+ type: "rdfs:Class".freeze
24
+ term :ResourceMap,
25
+ comment: %(A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines.).freeze,
26
+ label: "Resource Map".freeze,
27
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
28
+ subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph".freeze,
29
+ type: "rdfs:Class".freeze
30
+
31
+ # Property definitions
32
+ property :aggregates,
33
+ comment: %(Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject \(the Aggregation\). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example.).freeze,
34
+ domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
35
+ label: "Aggregates".freeze,
36
+ "owl:inverseOf" => %(http://www.openarchives.org/ore/terms/isAggregatedBy).freeze,
37
+ range: "http://www.openarchives.org/ore/terms/AggregatedResource".freeze,
38
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
39
+ subPropertyOf: "dc:hasPart".freeze,
40
+ type: "rdf:Property".freeze
41
+ property :describes,
42
+ comment: %(This relationship asserts that the subject \(a Resource Map\) describes the object \(an Aggregation\).).freeze,
43
+ domain: "http://www.openarchives.org/ore/terms/ResourceMap".freeze,
44
+ label: "Describes".freeze,
45
+ "owl:inverseOf" => %(http://www.openarchives.org/ore/terms/isDescribedBy).freeze,
46
+ range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
47
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
48
+ type: "rdf:Property".freeze
49
+ property :isAggregatedBy,
50
+ comment: %(The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.).freeze,
51
+ domain: "http://www.openarchives.org/ore/terms/AggregatedResource".freeze,
52
+ label: "Is Aggregated By".freeze,
53
+ "owl:inverseOf" => %(http://www.openarchives.org/ore/terms/aggregates).freeze,
54
+ range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
55
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
56
+ subPropertyOf: "dc:isPartOf".freeze,
57
+ type: "rdf:Property".freeze
58
+ property :isDescribedBy,
59
+ comment: %(The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes.).freeze,
60
+ domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
61
+ label: "Is Described By".freeze,
62
+ "owl:inverseOf" => %(http://www.openarchives.org/ore/terms/describes).freeze,
63
+ range: "http://www.openarchives.org/ore/terms/ResourceMap".freeze,
64
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
65
+ type: "rdf:Property".freeze
66
+ property :lineage,
67
+ comment: %(ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy's resource is aggregated.).freeze,
68
+ domain: "http://www.openarchives.org/ore/terms/Proxy".freeze,
69
+ label: "Lineage".freeze,
70
+ range: "http://www.openarchives.org/ore/terms/Proxy".freeze,
71
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
72
+ type: "rdf:Property".freeze
73
+ property :proxyFor,
74
+ comment: %(Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource.).freeze,
75
+ domain: "http://www.openarchives.org/ore/terms/Proxy".freeze,
76
+ label: "Proxy For".freeze,
77
+ range: "http://www.openarchives.org/ore/terms/AggregatedResource".freeze,
78
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
79
+ type: "rdf:Property".freeze
80
+ property :proxyIn,
81
+ comment: %(Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation.).freeze,
82
+ domain: "http://www.openarchives.org/ore/terms/Proxy".freeze,
83
+ label: "Proxy In".freeze,
84
+ range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
85
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
86
+ type: "rdf:Property".freeze
87
+ property :similarTo,
88
+ comment: %(The subject of this relationship MUST be an Aggregation. This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner.).freeze,
89
+ domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
90
+ label: "Similar To".freeze,
91
+ "rdfs:isDefinedBy" => %(http://www.openarchives.org/ore/terms/).freeze,
92
+ type: "rdf:Property".freeze
93
+
94
+ # Extra definitions
95
+ term :"",
96
+ comment: %(The set of terms provided by the OAI ORE initiative).freeze,
97
+ "dc:license" => %(http://creativecommons.org/licenses/by-sa/3.0/).freeze,
98
+ "dc:title" => %(The OAI ORE terms vocabulary).freeze,
99
+ label: "The OAI ORE terms vocabulary".freeze,
100
+ "rdfs:seeAlso" => %(http://www.openarchives.org/ore/toc).freeze
101
+ end
102
+ end
@@ -0,0 +1,1549 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # This file generated automatically using vocab-fetch from http://www.w3.org/ns/prov
3
+ require 'rdf'
4
+ module RDF::Vocab
5
+ class PROV < RDF::StrictVocabulary("http://www.w3.org/ns/prov#")
6
+
7
+ # Class definitions
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, %(It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.).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, %(It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.).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, %(The more specific forms of prov:Derivation \(i.e., prov:Revision, prov:Quotation, prov:PrimarySource\) should be asserted if they apply.).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, %(A given dictionary forms a given structure for its members. A different structure \(obtained either by insertion or removal of members\) constitutes a different dictionary.).freeze],
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, "owl:NamedIndividual".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, "prov:Dictionary".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, "prov:InstantaneousEvent".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, %(It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.).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, "prov:InstantaneousEvent".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, %(Because prov:Influence is a broad relation, its most specific subclasses \(e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.\) should be used when applicable.).freeze],
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, "prov:InstantaneousEvent".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
+ type: "owl:Class".freeze
303
+ term :Location,
304
+ label: "Location".freeze,
305
+ "prov:category" => %(expanded).freeze,
306
+ "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,
307
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location).freeze,
308
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute).freeze,
309
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
310
+ "rdfs:seeAlso" => %(prov:atLocation).freeze,
311
+ type: "owl:Class".freeze
312
+ term :Modify,
313
+ label: "Modify".freeze,
314
+ "prov:definition" => %(Activity that identifies the modification of a resource. ).freeze,
315
+ subClassOf: "prov:Activity".freeze,
316
+ type: "owl:Class".freeze
317
+ term :Organization,
318
+ label: "Organization".freeze,
319
+ "prov:category" => %(expanded).freeze,
320
+ "prov:component" => %(agents-responsibility).freeze,
321
+ "prov:definition" => %(An organization is a social or legal institution such as a company, society, etc.).freeze,
322
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze,
323
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze,
324
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
325
+ subClassOf: "prov:Agent".freeze,
326
+ type: "owl:Class".freeze
327
+ term :Person,
328
+ label: "Person".freeze,
329
+ "prov:category" => %(expanded).freeze,
330
+ "prov:component" => %(agents-responsibility).freeze,
331
+ "prov:definition" => %(Person agents are people.).freeze,
332
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze,
333
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze,
334
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
335
+ subClassOf: "prov:Agent".freeze,
336
+ type: "owl:Class".freeze
337
+ term :Plan,
338
+ 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,
339
+ label: "Plan".freeze,
340
+ "prov:category" => [%(expanded).freeze, %(qualified).freeze],
341
+ "prov:component" => %(agents-responsibility).freeze,
342
+ "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,
343
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association).freeze,
344
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association).freeze,
345
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
346
+ subClassOf: "prov:Entity".freeze,
347
+ type: "owl:Class".freeze
348
+ term :PrimarySource,
349
+ 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,
350
+ label: "PrimarySource".freeze,
351
+ "prov:category" => %(qualified).freeze,
352
+ "prov:component" => %(derivations).freeze,
353
+ "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.
354
+
355
+ 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.
356
+
357
+ 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,
358
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source).freeze,
359
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source).freeze,
360
+ "prov:unqualifiedForm" => %(prov:hadPrimarySource).freeze,
361
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
362
+ subClassOf: "prov:Derivation".freeze,
363
+ type: "owl:Class".freeze
364
+ term :Publish,
365
+ label: "Publish".freeze,
366
+ "prov:definition" => %(Activity that identifies the publication of a resource).freeze,
367
+ subClassOf: "prov:Activity".freeze,
368
+ type: "owl:Class".freeze
369
+ term :Publisher,
370
+ label: "Publisher".freeze,
371
+ "prov:definition" => %(Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity).freeze,
372
+ subClassOf: "prov:Role".freeze,
373
+ type: "owl:Class".freeze
374
+ term :Quotation,
375
+ 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,
376
+ label: "Quotation".freeze,
377
+ "prov:category" => %(qualified).freeze,
378
+ "prov:component" => %(derivations).freeze,
379
+ "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,
380
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation).freeze,
381
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation).freeze,
382
+ "prov:unqualifiedForm" => %(prov:wasQuotedFrom).freeze,
383
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
384
+ subClassOf: "prov:Derivation".freeze,
385
+ type: "owl:Class".freeze
386
+ term :Removal,
387
+ label: "Removal".freeze,
388
+ "prov:category" => %(collections).freeze,
389
+ "prov:component" => %(collections).freeze,
390
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
391
+ "prov:definition" => %(Removal is a derivation that transforms a dictionary into another, by removing one or more key-entity pairs.).freeze,
392
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
393
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
394
+ "prov:unqualifiedForm" => %(prov:derivedByRemovalFrom).freeze,
395
+ "rdfs:isDefinedBy" => %(prov:).freeze,
396
+ subClassOf: "prov:Derivation".freeze,
397
+ type: "owl:Class".freeze
398
+ term :Replace,
399
+ label: "Replace".freeze,
400
+ "prov:definition" => %(Activity that identifies the replacement of a resource.).freeze,
401
+ subClassOf: "prov:Activity".freeze,
402
+ type: "owl:Class".freeze
403
+ term :Revision,
404
+ 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,
405
+ label: "Revision".freeze,
406
+ "prov:category" => %(qualified).freeze,
407
+ "prov:component" => %(derivations).freeze,
408
+ "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,
409
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision).freeze,
410
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision).freeze,
411
+ "prov:unqualifiedForm" => %(prov:wasRevisionOf).freeze,
412
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
413
+ subClassOf: "prov:Derivation".freeze,
414
+ type: "owl:Class".freeze
415
+ term :RightsAssignment,
416
+ label: "RightsAssignment".freeze,
417
+ "prov:definition" => %(Activity that identifies the rights assignment of a resource.).freeze,
418
+ subClassOf: "prov:Activity".freeze,
419
+ type: "owl:Class".freeze
420
+ term :RightsHolder,
421
+ label: "RightsHolder".freeze,
422
+ "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,
423
+ subClassOf: "prov:Role".freeze,
424
+ type: "owl:Class".freeze
425
+ term :Role,
426
+ label: "Role".freeze,
427
+ "prov:category" => %(qualified).freeze,
428
+ "prov:component" => %(agents-responsibility).freeze,
429
+ "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,
430
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role).freeze,
431
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute).freeze,
432
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
433
+ "rdfs:seeAlso" => %(prov:hadRole).freeze,
434
+ type: "owl:Class".freeze
435
+ term :ServiceDescription,
436
+ 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,
437
+ label: "ServiceDescription".freeze,
438
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery).freeze,
439
+ "prov:category" => %(access-and-query).freeze,
440
+ "rdfs:isDefinedBy" => %(prov:).freeze,
441
+ subClassOf: "prov:SoftwareAgent".freeze,
442
+ type: "owl:Class".freeze
443
+ term :SoftwareAgent,
444
+ label: "SoftwareAgent".freeze,
445
+ "prov:category" => %(expanded).freeze,
446
+ "prov:component" => %(agents-responsibility).freeze,
447
+ "prov:definition" => %(A software agent is running software.).freeze,
448
+ "prov:dm" => [%(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent).freeze],
449
+ "prov:n" => [%(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types).freeze],
450
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
451
+ subClassOf: ["prov:Agent".freeze, "owl:Thing".freeze],
452
+ type: "owl:Class".freeze
453
+ term :Start,
454
+ 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,
455
+ label: "Start".freeze,
456
+ "prov:category" => %(qualified).freeze,
457
+ "prov:component" => %(entities-activities).freeze,
458
+ "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
459
+ "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,
460
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start).freeze,
461
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start).freeze,
462
+ "prov:unqualifiedForm" => %(prov:wasStartedBy).freeze,
463
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
464
+ subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
465
+ type: "owl:Class".freeze
466
+ term :Submit,
467
+ label: "Submit".freeze,
468
+ "prov:definition" => %(Activity that identifies the issuance \(e.g., publication\) of a resource. ).freeze,
469
+ subClassOf: "prov:Activity".freeze,
470
+ type: "owl:Class".freeze
471
+ term :Usage,
472
+ 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,
473
+ label: "Usage".freeze,
474
+ "prov:category" => %(qualified).freeze,
475
+ "prov:component" => %(entities-activities).freeze,
476
+ "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
477
+ "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,
478
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage).freeze,
479
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage).freeze,
480
+ "prov:unqualifiedForm" => %(prov:used).freeze,
481
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
482
+ subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
483
+ type: "owl:Class".freeze
484
+
485
+ # Property definitions
486
+ property :actedOnBehalfOf,
487
+ 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,
488
+ domain: "prov:Agent".freeze,
489
+ label: "actedOnBehalfOf".freeze,
490
+ "prov:category" => %(starting-point).freeze,
491
+ "prov:component" => %(agents-responsibility).freeze,
492
+ "prov:inverse" => %(hadDelegate).freeze,
493
+ "prov:qualifiedForm" => [%(prov:Delegation).freeze, %(prov:qualifiedDelegation).freeze],
494
+ range: "prov:Agent".freeze,
495
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
496
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
497
+ type: "owl:ObjectProperty".freeze
498
+ property :activity,
499
+ domain: "prov:ActivityInfluence".freeze,
500
+ label: "activity".freeze,
501
+ "prov:category" => %(qualified).freeze,
502
+ "prov:editorialNote" => %(This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.).freeze,
503
+ "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,
504
+ "prov:inverse" => %(activityOfInfluence).freeze,
505
+ range: "prov:Activity".freeze,
506
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
507
+ subPropertyOf: "prov:influencer".freeze,
508
+ type: "owl:ObjectProperty".freeze
509
+ property :agent,
510
+ domain: "prov:AgentInfluence".freeze,
511
+ label: "agent".freeze,
512
+ "prov:category" => %(qualified).freeze,
513
+ "prov:editorialNote" => %(This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.).freeze,
514
+ "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,
515
+ "prov:inverse" => %(agentOfInfluence).freeze,
516
+ range: "prov:Agent".freeze,
517
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
518
+ subPropertyOf: "prov:influencer".freeze,
519
+ type: "owl:ObjectProperty".freeze
520
+ property :alternateOf,
521
+ domain: "prov:Entity".freeze,
522
+ label: "alternateOf".freeze,
523
+ "owl:inverseOf" => %(prov:alternateOf).freeze,
524
+ "prov:category" => %(expanded).freeze,
525
+ "prov:component" => %(alternate).freeze,
526
+ "prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
527
+ "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,
528
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate).freeze,
529
+ "prov:inverse" => %(alternateOf).freeze,
530
+ "prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate).freeze,
531
+ range: "prov:Entity".freeze,
532
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
533
+ "rdfs:seeAlso" => %(prov:specializationOf).freeze,
534
+ type: "owl:ObjectProperty".freeze
535
+ property :aq,
536
+ label: "aq".freeze,
537
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
538
+ subPropertyOf: "rdfs:seeAlso".freeze,
539
+ type: "owl:AnnotationProperty".freeze
540
+ property :asInBundle,
541
+ comment: %(prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.
542
+
543
+ 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,
544
+ domain: "prov:Entity".freeze,
545
+ label: "asInBundle".freeze,
546
+ "prov:inverse" => %(contextOf).freeze,
547
+ "prov:sharesDefinitionWith" => %(prov:mentionOf).freeze,
548
+ range: "prov:Bundle".freeze,
549
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-links#).freeze,
550
+ type: "owl:ObjectProperty".freeze
551
+ property :atLocation,
552
+ comment: [%(The Location of any resource.).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
553
+ label: "atLocation".freeze,
554
+ "prov:category" => %(expanded).freeze,
555
+ "prov:editorialNote" => [%(The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.).freeze, %(This property is not functional because the many values could be at a variety of granularies \(In this building, in this room, in that chair\).).freeze],
556
+ "prov:inverse" => %(locationOf).freeze,
557
+ "prov:sharesDefinitionWith" => %(prov:Location).freeze,
558
+ range: "prov:Location".freeze,
559
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
560
+ type: "owl:ObjectProperty".freeze
561
+ property :atTime,
562
+ comment: %(The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.).freeze,
563
+ domain: "prov:InstantaneousEvent".freeze,
564
+ label: "atTime".freeze,
565
+ "prov:category" => %(qualified).freeze,
566
+ "prov:component" => %(entities-activities).freeze,
567
+ "prov:sharesDefinitionWith" => %(prov:InstantaneousEvent).freeze,
568
+ "prov:unqualifiedForm" => [%(prov:endedAtTime).freeze, %(prov:generatedAtTime).freeze, %(prov:invalidatedAtTime).freeze, %(prov:startedAtTime).freeze],
569
+ range: "xsd:dateTime".freeze,
570
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
571
+ type: "owl:DatatypeProperty".freeze
572
+ property :category,
573
+ 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,
574
+ label: "category".freeze,
575
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
576
+ type: "owl:AnnotationProperty".freeze
577
+ property :component,
578
+ 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,
579
+ label: "component".freeze,
580
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
581
+ type: "owl:AnnotationProperty".freeze
582
+ property :constraints,
583
+ comment: %(A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.).freeze,
584
+ label: "constraints".freeze,
585
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
586
+ subPropertyOf: "rdfs:seeAlso".freeze,
587
+ type: "owl:AnnotationProperty".freeze
588
+ property :definition,
589
+ comment: %(A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.).freeze,
590
+ label: "definition".freeze,
591
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
592
+ type: "owl:AnnotationProperty".freeze
593
+ property :derivedByInsertionFrom,
594
+ domain: "prov:Dictionary".freeze,
595
+ label: "derivedByInsertionFrom".freeze,
596
+ "prov:category" => %(collections).freeze,
597
+ "prov:component" => %(collections).freeze,
598
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
599
+ "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,
600
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
601
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
602
+ range: "prov:Dictionary".freeze,
603
+ "rdfs:isDefinedBy" => %(prov:).freeze,
604
+ subPropertyOf: "prov:wasDerivedFrom".freeze,
605
+ type: "owl:ObjectProperty".freeze
606
+ property :derivedByRemovalFrom,
607
+ domain: "prov:Dictionary".freeze,
608
+ label: "derivedByRemovalFrom".freeze,
609
+ "prov:category" => %(collections).freeze,
610
+ "prov:component" => %(collections).freeze,
611
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
612
+ "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,
613
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
614
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
615
+ range: "prov:Dictionary".freeze,
616
+ "rdfs:isDefinedBy" => %(prov:).freeze,
617
+ subPropertyOf: "prov:wasDerivedFrom".freeze,
618
+ type: "owl:ObjectProperty".freeze
619
+ property :describesService,
620
+ 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,
621
+ label: "describesService".freeze,
622
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/rovenance-query-service-description).freeze,
623
+ "prov:category" => %(access-and-query).freeze,
624
+ "prov:inverse" => %(serviceDescribedBy).freeze,
625
+ "rdfs:isDefinedBy" => %(prov:).freeze,
626
+ type: "owl:ObjectProperty".freeze
627
+ property :dictionary,
628
+ domain: ["prov:Insertion".freeze, "prov:Removal".freeze],
629
+ label: "dictionary".freeze,
630
+ "prov:category" => %(collections).freeze,
631
+ "prov:component" => %(collections).freeze,
632
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
633
+ "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,
634
+ "prov:dm" => [%(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze, %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze],
635
+ "prov:n" => [%(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze, %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze],
636
+ range: "prov:Dictionary".freeze,
637
+ "rdfs:isDefinedBy" => %(prov:).freeze,
638
+ subPropertyOf: "prov:entity".freeze,
639
+ type: "owl:ObjectProperty".freeze
640
+ property :dm,
641
+ comment: %(A reference to the principal section of the PROV-DM document that describes this concept.).freeze,
642
+ label: "dm".freeze,
643
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
644
+ subPropertyOf: "rdfs:seeAlso".freeze,
645
+ type: "owl:AnnotationProperty".freeze
646
+ property :editorialNote,
647
+ 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,
648
+ label: "editorialNote".freeze,
649
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
650
+ type: "owl:AnnotationProperty".freeze
651
+ property :editorsDefinition,
652
+ comment: %(When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.).freeze,
653
+ label: "editorsDefinition".freeze,
654
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
655
+ subPropertyOf: "prov:definition".freeze,
656
+ type: "owl:AnnotationProperty".freeze
657
+ property :endedAtTime,
658
+ comment: %(The time at which an activity ended. See also prov:startedAtTime.).freeze,
659
+ domain: "prov:Activity".freeze,
660
+ label: "endedAtTime".freeze,
661
+ "prov:category" => %(starting-point).freeze,
662
+ "prov:component" => %(entities-activities).freeze,
663
+ "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedEnd o prov:atTime\) rdfs:subPropertyOf prov:endedAtTime.).freeze,
664
+ "prov:qualifiedForm" => [%(prov:End).freeze, %(prov:atTime).freeze],
665
+ range: "xsd:dateTime".freeze,
666
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
667
+ type: "owl:DatatypeProperty".freeze
668
+ property :entity,
669
+ domain: "prov:EntityInfluence".freeze,
670
+ label: "entity".freeze,
671
+ "prov:category" => %(qualified).freeze,
672
+ "prov:editorialNote" => %(This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.).freeze,
673
+ "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,
674
+ "prov:inverse" => %(entityOfInfluence).freeze,
675
+ range: "prov:Entity".freeze,
676
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
677
+ subPropertyOf: "prov:influencer".freeze,
678
+ type: "owl:ObjectProperty".freeze
679
+ property :generated,
680
+ domain: "prov:Activity".freeze,
681
+ label: "generated".freeze,
682
+ "owl:inverseOf" => %(prov:wasGeneratedBy).freeze,
683
+ "prov:category" => %(expanded).freeze,
684
+ "prov:component" => %(entities-activities).freeze,
685
+ "prov:editorialNote" => %(prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.).freeze,
686
+ "prov:inverse" => %(wasGeneratedBy).freeze,
687
+ "prov:sharesDefinitionWith" => %(prov:Generation).freeze,
688
+ range: "prov:Entity".freeze,
689
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
690
+ subPropertyOf: "prov:influenced".freeze,
691
+ type: "owl:ObjectProperty".freeze
692
+ property :generatedAtTime,
693
+ comment: %(The time at which an entity was completely created and is available for use.).freeze,
694
+ domain: "prov:Entity".freeze,
695
+ label: "generatedAtTime".freeze,
696
+ "prov:category" => %(expanded).freeze,
697
+ "prov:component" => %(entities-activities).freeze,
698
+ "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedGeneration o prov:atTime\) rdfs:subPropertyOf prov:generatedAtTime.).freeze,
699
+ "prov:qualifiedForm" => [%(prov:Generation).freeze, %(prov:atTime).freeze],
700
+ range: "xsd:dateTime".freeze,
701
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
702
+ type: "owl:DatatypeProperty".freeze
703
+ property :hadActivity,
704
+ comment: [%(The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence \(use prov:activity instead\).).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
705
+ domain: "prov:Influence".freeze,
706
+ label: "hadActivity".freeze,
707
+ "prov:category" => %(qualified).freeze,
708
+ "prov:component" => %(derivations).freeze,
709
+ "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,
710
+ "prov:inverse" => %(wasActivityOfInfluence).freeze,
711
+ "prov:sharesDefinitionWith" => %(prov:Activity).freeze,
712
+ range: "prov:Activity".freeze,
713
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
714
+ type: "owl:ObjectProperty".freeze
715
+ property :hadDictionaryMember,
716
+ domain: "prov:Dictionary".freeze,
717
+ label: "hadDictionaryMember".freeze,
718
+ "prov:category" => %(collections).freeze,
719
+ "prov:component" => %(collections).freeze,
720
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
721
+ "prov:definition" => %(Describes the key-entity pair that was member of a prov:Dictionary. A dictionary can have multiple members.).freeze,
722
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
723
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
724
+ range: "prov:KeyEntityPair".freeze,
725
+ "rdfs:isDefinedBy" => %(prov:).freeze,
726
+ type: "owl:ObjectProperty".freeze
727
+ property :hadGeneration,
728
+ comment: %(The _optional_ Generation involved in an Entity's Derivation.).freeze,
729
+ domain: "prov:Derivation".freeze,
730
+ label: "hadGeneration".freeze,
731
+ "prov:category" => %(qualified).freeze,
732
+ "prov:component" => %(derivations).freeze,
733
+ "prov:inverse" => %(generatedAsDerivation).freeze,
734
+ "prov:sharesDefinitionWith" => %(prov:Generation).freeze,
735
+ range: "prov:Generation".freeze,
736
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
737
+ type: "owl:ObjectProperty".freeze
738
+ property :hadMember,
739
+ domain: "prov:Collection".freeze,
740
+ label: "hadMember".freeze,
741
+ "prov:category" => %(expanded).freeze,
742
+ "prov:component" => %(expanded).freeze,
743
+ "prov:inverse" => %(wasMemberOf).freeze,
744
+ "prov:sharesDefinitionWith" => %(prov:Collection).freeze,
745
+ range: "prov:Entity".freeze,
746
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
747
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
748
+ type: "owl:ObjectProperty".freeze
749
+ property :hadPlan,
750
+ comment: %(The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.).freeze,
751
+ domain: "prov:Association".freeze,
752
+ label: "hadPlan".freeze,
753
+ "prov:category" => %(qualified).freeze,
754
+ "prov:component" => %(agents-responsibility).freeze,
755
+ "prov:inverse" => %(wasPlanOf).freeze,
756
+ "prov:sharesDefinitionWith" => %(prov:Plan).freeze,
757
+ range: "prov:Plan".freeze,
758
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
759
+ type: "owl:ObjectProperty".freeze
760
+ property :hadPrimarySource,
761
+ domain: "prov:Entity".freeze,
762
+ label: "hadPrimarySource".freeze,
763
+ "prov:category" => %(expanded).freeze,
764
+ "prov:component" => %(derivations).freeze,
765
+ "prov:inverse" => %(wasPrimarySourceOf).freeze,
766
+ "prov:qualifiedForm" => [%(prov:PrimarySource).freeze, %(prov:qualifiedPrimarySource).freeze],
767
+ range: "prov:Entity".freeze,
768
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
769
+ subPropertyOf: "prov:wasDerivedFrom".freeze,
770
+ type: "owl:ObjectProperty".freeze
771
+ property :hadRole,
772
+ comment: [%(The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
773
+ domain: "prov:Influence".freeze,
774
+ label: "hadRole".freeze,
775
+ "prov:category" => %(qualified).freeze,
776
+ "prov:component" => %(agents-responsibility).freeze,
777
+ "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,
778
+ "prov:inverse" => %(wasRoleIn).freeze,
779
+ "prov:sharesDefinitionWith" => %(prov:Role).freeze,
780
+ range: "prov:Role".freeze,
781
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
782
+ type: "owl:ObjectProperty".freeze
783
+ property :hadUsage,
784
+ comment: %(The _optional_ Usage involved in an Entity's Derivation.).freeze,
785
+ domain: "prov:Derivation".freeze,
786
+ label: "hadUsage".freeze,
787
+ "prov:category" => %(qualified).freeze,
788
+ "prov:component" => %(derivations).freeze,
789
+ "prov:inverse" => %(wasUsedInDerivation).freeze,
790
+ "prov:sharesDefinitionWith" => %(prov:Usage).freeze,
791
+ range: "prov:Usage".freeze,
792
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
793
+ type: "owl:ObjectProperty".freeze
794
+ property :has_anchor,
795
+ comment: %(Indicates anchor URI for a potentially dynamic resource instance.).freeze,
796
+ label: "has_anchor".freeze,
797
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html).freeze,
798
+ "prov:category" => %(access-and-query).freeze,
799
+ "prov:inverse" => %(anchorOf).freeze,
800
+ "rdfs:isDefinedBy" => %(prov:).freeze,
801
+ type: "owl:ObjectProperty".freeze
802
+ property :has_provenance,
803
+ 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,
804
+ label: "has_provenance".freeze,
805
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html).freeze,
806
+ "prov:category" => %(access-and-query).freeze,
807
+ "prov:inverse" => %(provenanceOf).freeze,
808
+ "rdfs:isDefinedBy" => %(prov:).freeze,
809
+ type: "owl:ObjectProperty".freeze
810
+ property :has_query_service,
811
+ comment: %(Indicates a provenance query service that can access provenance related to its subject or anchor resource.).freeze,
812
+ label: "hasProvenanceService".freeze,
813
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/).freeze,
814
+ "prov:category" => %(access-and-query).freeze,
815
+ "prov:inverse" => %(provenanceQueryServiceOf).freeze,
816
+ "rdfs:isDefinedBy" => %(prov:).freeze,
817
+ type: "owl:ObjectProperty".freeze
818
+ property :influenced,
819
+ label: "influenced".freeze,
820
+ "owl:inverseOf" => %(prov:wasInfluencedBy).freeze,
821
+ "prov:category" => %(expanded).freeze,
822
+ "prov:component" => %(agents-responsibility).freeze,
823
+ "prov:inverse" => %(wasInfluencedBy).freeze,
824
+ "prov:sharesDefinitionWith" => %(prov:Influence).freeze,
825
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
826
+ type: "owl:ObjectProperty".freeze
827
+ property :influencer,
828
+ 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,
829
+ domain: "prov:Influence".freeze,
830
+ label: "influencer".freeze,
831
+ "prov:category" => %(qualified).freeze,
832
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence).freeze,
833
+ "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,
834
+ "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,
835
+ "prov:inverse" => %(hadInfluence).freeze,
836
+ range: "owl:Thing".freeze,
837
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
838
+ type: "owl:ObjectProperty".freeze
839
+ property :insertedKeyEntityPair,
840
+ domain: "prov:Insertion".freeze,
841
+ label: "insertedKeyEntityPair".freeze,
842
+ "prov:category" => %(collections).freeze,
843
+ "prov:component" => %(collections).freeze,
844
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
845
+ "prov:definition" => %(An object property to refer to the prov:KeyEntityPair inserted into a prov:Dictionary.).freeze,
846
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
847
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
848
+ range: "prov:KeyEntityPair".freeze,
849
+ "rdfs:isDefinedBy" => %(prov:).freeze,
850
+ type: "owl:ObjectProperty".freeze
851
+ property :invalidated,
852
+ domain: "prov:Activity".freeze,
853
+ label: "invalidated".freeze,
854
+ "owl:inverseOf" => %(prov:wasInvalidatedBy).freeze,
855
+ "prov:category" => %(expanded).freeze,
856
+ "prov:component" => %(entities-activities).freeze,
857
+ "prov:editorialNote" => %(prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.).freeze,
858
+ "prov:inverse" => %(wasInvalidatedBy).freeze,
859
+ "prov:sharesDefinitionWith" => %(prov:Invalidation).freeze,
860
+ range: "prov:Entity".freeze,
861
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
862
+ subPropertyOf: "prov:influenced".freeze,
863
+ type: "owl:ObjectProperty".freeze
864
+ property :invalidatedAtTime,
865
+ comment: %(The time at which an entity was invalidated \(i.e., no longer usable\).).freeze,
866
+ domain: "prov:Entity".freeze,
867
+ label: "invalidatedAtTime".freeze,
868
+ "prov:category" => %(expanded).freeze,
869
+ "prov:component" => %(entities-activities).freeze,
870
+ "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedInvalidation o prov:atTime\) rdfs:subPropertyOf prov:invalidatedAtTime.).freeze,
871
+ "prov:qualifiedForm" => [%(prov:Invalidation).freeze, %(prov:atTime).freeze],
872
+ range: "xsd:dateTime".freeze,
873
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
874
+ type: "owl:DatatypeProperty".freeze
875
+ property :inverse,
876
+ 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,
877
+ label: "inverse".freeze,
878
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
879
+ "rdfs:seeAlso" => %(http://www.w3.org/TR/prov-o/#names-of-inverse-properties).freeze,
880
+ type: "owl:AnnotationProperty".freeze
881
+ property :mentionOf,
882
+ comment: %(prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.
883
+
884
+ prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.).freeze,
885
+ domain: "prov:Entity".freeze,
886
+ label: "mentionOf".freeze,
887
+ "prov:inverse" => %(hadMention).freeze,
888
+ range: "prov:Entity".freeze,
889
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-links#).freeze,
890
+ subPropertyOf: "prov:specializationOf".freeze,
891
+ type: "owl:ObjectProperty".freeze
892
+ property :n,
893
+ comment: [%(A reference to the principal section of the PROV-DM document that describes this concept.).freeze, %(A reference to the principal section of the PROV-M document that describes this concept.).freeze],
894
+ label: "n".freeze,
895
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
896
+ subPropertyOf: "rdfs:seeAlso".freeze,
897
+ type: "owl:AnnotationProperty".freeze
898
+ property :order,
899
+ 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,
900
+ label: "order".freeze,
901
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
902
+ type: "owl:AnnotationProperty".freeze
903
+ property :pairEntity,
904
+ domain: "prov:KeyEntityPair".freeze,
905
+ label: "pairKey".freeze,
906
+ "prov:category" => %(collections).freeze,
907
+ "prov:component" => %(collections).freeze,
908
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
909
+ "prov:definition" => %(The value of a KeyEntityPair.).freeze,
910
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
911
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
912
+ range: "prov:Entity".freeze,
913
+ "rdfs:isDefinedBy" => %(prov:).freeze,
914
+ type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
915
+ property :pairKey,
916
+ domain: "prov:KeyEntityPair".freeze,
917
+ label: "pairKey".freeze,
918
+ "prov:category" => %(collections).freeze,
919
+ "prov:component" => %(collections).freeze,
920
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
921
+ "prov:definition" => %(The key of a KeyEntityPair, which is an element of a prov:Dictionary.).freeze,
922
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
923
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
924
+ range: "rdfs:Literal".freeze,
925
+ "rdfs:isDefinedBy" => %(prov:).freeze,
926
+ type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
927
+ property :pingback,
928
+ comment: %(Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.).freeze,
929
+ label: "provenance pingback".freeze,
930
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-pingback).freeze,
931
+ "prov:category" => %(access-and-query).freeze,
932
+ "rdfs:isDefinedBy" => %(prov:).freeze,
933
+ type: "owl:ObjectProperty".freeze
934
+ property :provenanceUriTemplate,
935
+ comment: %(Relates a provenance service to a URI template string for constructing provenance-URIs.).freeze,
936
+ label: "provenanceUriTemplate".freeze,
937
+ "prov:aq" => %(http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/).freeze,
938
+ "prov:category" => %(access-and-query).freeze,
939
+ "rdfs:isDefinedBy" => %(prov:).freeze,
940
+ type: "owl:DatatypeProperty".freeze
941
+ property :qualifiedAssociation,
942
+ 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,
943
+ domain: "prov:Activity".freeze,
944
+ label: "qualifiedAssociation".freeze,
945
+ "prov:category" => %(qualified).freeze,
946
+ "prov:component" => %(agents-responsibility).freeze,
947
+ "prov:inverse" => %(qualifiedAssociationOf).freeze,
948
+ "prov:sharesDefinitionWith" => %(prov:Association).freeze,
949
+ "prov:unqualifiedForm" => %(prov:wasAssociatedWith).freeze,
950
+ range: "prov:Association".freeze,
951
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
952
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
953
+ type: "owl:ObjectProperty".freeze
954
+ property :qualifiedAttribution,
955
+ 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,
956
+ domain: "prov:Entity".freeze,
957
+ label: "qualifiedAttribution".freeze,
958
+ "prov:category" => %(qualified).freeze,
959
+ "prov:component" => %(agents-responsibility).freeze,
960
+ "prov:inverse" => %(qualifiedAttributionOf).freeze,
961
+ "prov:sharesDefinitionWith" => %(prov:Attribution).freeze,
962
+ "prov:unqualifiedForm" => %(prov:wasAttributedTo).freeze,
963
+ range: "prov:Attribution".freeze,
964
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
965
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
966
+ type: "owl:ObjectProperty".freeze
967
+ property :qualifiedCommunication,
968
+ 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,
969
+ domain: "prov:Activity".freeze,
970
+ label: "qualifiedCommunication".freeze,
971
+ "prov:category" => %(qualified).freeze,
972
+ "prov:component" => %(entities-activities).freeze,
973
+ "prov:inverse" => %(qualifiedCommunicationOf).freeze,
974
+ "prov:qualifiedForm" => %(prov:Communication).freeze,
975
+ "prov:sharesDefinitionWith" => %(prov:Communication).freeze,
976
+ range: "prov:Communication".freeze,
977
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
978
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
979
+ type: "owl:ObjectProperty".freeze
980
+ property :qualifiedDelegation,
981
+ 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,
982
+ domain: "prov:Agent".freeze,
983
+ label: "qualifiedDelegation".freeze,
984
+ "prov:category" => %(qualified).freeze,
985
+ "prov:component" => %(agents-responsibility).freeze,
986
+ "prov:inverse" => %(qualifiedDelegationOf).freeze,
987
+ "prov:sharesDefinitionWith" => %(prov:Delegation).freeze,
988
+ "prov:unqualifiedForm" => %(prov:actedOnBehalfOf).freeze,
989
+ range: "prov:Delegation".freeze,
990
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
991
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
992
+ type: "owl:ObjectProperty".freeze
993
+ property :qualifiedDerivation,
994
+ 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,
995
+ domain: "prov:Entity".freeze,
996
+ label: "qualifiedDerivation".freeze,
997
+ "prov:category" => %(qualified).freeze,
998
+ "prov:component" => %(derivations).freeze,
999
+ "prov:inverse" => %(qualifiedDerivationOf).freeze,
1000
+ "prov:sharesDefinitionWith" => %(prov:Derivation).freeze,
1001
+ "prov:unqualifiedForm" => %(prov:wasDerivedFrom).freeze,
1002
+ range: "prov:Derivation".freeze,
1003
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1004
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1005
+ type: "owl:ObjectProperty".freeze
1006
+ property :qualifiedEnd,
1007
+ 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,
1008
+ domain: "prov:Activity".freeze,
1009
+ label: "qualifiedEnd".freeze,
1010
+ "prov:category" => %(qualified).freeze,
1011
+ "prov:component" => %(entities-activities).freeze,
1012
+ "prov:inverse" => %(qualifiedEndOf).freeze,
1013
+ "prov:sharesDefinitionWith" => %(prov:End).freeze,
1014
+ "prov:unqualifiedForm" => %(prov:wasEndedBy).freeze,
1015
+ range: "prov:End".freeze,
1016
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1017
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1018
+ type: "owl:ObjectProperty".freeze
1019
+ property :qualifiedForm,
1020
+ 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.
1021
+
1022
+ Example annotation:
1023
+
1024
+ prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
1025
+
1026
+ Then this unqualified assertion:
1027
+
1028
+ :entity1 prov:wasGeneratedBy :activity1 .
1029
+
1030
+ can be qualified by adding:
1031
+
1032
+ :entity1 prov:qualifiedGeneration :entity1Gen .
1033
+ :entity1Gen
1034
+ a prov:Generation, prov:Influence;
1035
+ prov:activity :activity1;
1036
+ :customValue 1337 .
1037
+
1038
+ 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,
1039
+ label: "qualifiedForm".freeze,
1040
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1041
+ subPropertyOf: "rdfs:seeAlso".freeze,
1042
+ type: "owl:AnnotationProperty".freeze
1043
+ property :qualifiedGeneration,
1044
+ 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,
1045
+ domain: "prov:Entity".freeze,
1046
+ label: "qualifiedGeneration".freeze,
1047
+ "prov:category" => %(qualified).freeze,
1048
+ "prov:component" => %(entities-activities).freeze,
1049
+ "prov:inverse" => %(qualifiedGenerationOf).freeze,
1050
+ "prov:sharesDefinitionWith" => %(prov:Generation).freeze,
1051
+ "prov:unqualifiedForm" => %(prov:wasGeneratedBy).freeze,
1052
+ range: "prov:Generation".freeze,
1053
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1054
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1055
+ type: "owl:ObjectProperty".freeze
1056
+ property :qualifiedInfluence,
1057
+ comment: %(Because prov:qualifiedInfluence is a broad relation, the more specific relations \(qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.\) should be used when applicable.).freeze,
1058
+ label: "qualifiedInfluence".freeze,
1059
+ "prov:category" => %(qualified).freeze,
1060
+ "prov:component" => %(derivations).freeze,
1061
+ "prov:inverse" => %(qualifiedInfluenceOf).freeze,
1062
+ "prov:sharesDefinitionWith" => %(prov:Influence).freeze,
1063
+ "prov:unqualifiedForm" => %(prov:wasInfluencedBy).freeze,
1064
+ range: "prov:Influence".freeze,
1065
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1066
+ type: "owl:ObjectProperty".freeze
1067
+ property :qualifiedInsertion,
1068
+ domain: "prov:Dictionary".freeze,
1069
+ label: "qualifiedInsertion".freeze,
1070
+ "prov:category" => %(collections).freeze,
1071
+ "prov:component" => %(collections).freeze,
1072
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
1073
+ "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,
1074
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
1075
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
1076
+ range: "prov:Insertion".freeze,
1077
+ "rdfs:isDefinedBy" => %(prov:).freeze,
1078
+ subPropertyOf: "prov:qualifiedDerivation".freeze,
1079
+ type: "owl:ObjectProperty".freeze
1080
+ property :qualifiedInvalidation,
1081
+ 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,
1082
+ domain: "prov:Entity".freeze,
1083
+ label: "qualifiedInvalidation".freeze,
1084
+ "prov:category" => %(qualified).freeze,
1085
+ "prov:component" => %(entities-activities).freeze,
1086
+ "prov:inverse" => %(qualifiedInvalidationOf).freeze,
1087
+ "prov:sharesDefinitionWith" => %(prov:Invalidation).freeze,
1088
+ "prov:unqualifiedForm" => %(prov:wasInvalidatedBy).freeze,
1089
+ range: "prov:Invalidation".freeze,
1090
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1091
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1092
+ type: "owl:ObjectProperty".freeze
1093
+ property :qualifiedPrimarySource,
1094
+ 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,
1095
+ domain: "prov:Entity".freeze,
1096
+ label: "qualifiedPrimarySource".freeze,
1097
+ "prov:category" => %(qualified).freeze,
1098
+ "prov:component" => %(derivations).freeze,
1099
+ "prov:inverse" => %(qualifiedSourceOf).freeze,
1100
+ "prov:sharesDefinitionWith" => %(prov:PrimarySource).freeze,
1101
+ "prov:unqualifiedForm" => %(prov:hadPrimarySource).freeze,
1102
+ range: "prov:PrimarySource".freeze,
1103
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1104
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1105
+ type: "owl:ObjectProperty".freeze
1106
+ property :qualifiedQuotation,
1107
+ 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,
1108
+ domain: "prov:Entity".freeze,
1109
+ label: "qualifiedQuotation".freeze,
1110
+ "prov:category" => %(qualified).freeze,
1111
+ "prov:component" => %(derivations).freeze,
1112
+ "prov:inverse" => %(qualifiedQuotationOf).freeze,
1113
+ "prov:sharesDefinitionWith" => %(prov:Quotation).freeze,
1114
+ "prov:unqualifiedForm" => %(prov:wasQuotedFrom).freeze,
1115
+ range: "prov:Quotation".freeze,
1116
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1117
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1118
+ type: "owl:ObjectProperty".freeze
1119
+ property :qualifiedRemoval,
1120
+ domain: "prov:Dictionary".freeze,
1121
+ label: "qualifiedRemoval".freeze,
1122
+ "prov:category" => %(collections).freeze,
1123
+ "prov:component" => %(collections).freeze,
1124
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
1125
+ "prov:definition" => %(The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed keys.).freeze,
1126
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
1127
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
1128
+ range: "prov:Removal".freeze,
1129
+ "rdfs:isDefinedBy" => %(prov:).freeze,
1130
+ subPropertyOf: "prov:qualifiedDerivation".freeze,
1131
+ type: "owl:ObjectProperty".freeze
1132
+ property :qualifiedRevision,
1133
+ 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,
1134
+ domain: "prov:Entity".freeze,
1135
+ label: "qualifiedRevision".freeze,
1136
+ "prov:category" => %(qualified).freeze,
1137
+ "prov:component" => %(derivations).freeze,
1138
+ "prov:inverse" => %(revisedEntity).freeze,
1139
+ "prov:sharesDefinitionWith" => %(prov:Revision).freeze,
1140
+ "prov:unqualifiedForm" => %(prov:wasRevisionOf).freeze,
1141
+ range: "prov:Revision".freeze,
1142
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1143
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1144
+ type: "owl:ObjectProperty".freeze
1145
+ property :qualifiedStart,
1146
+ 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,
1147
+ domain: "prov:Activity".freeze,
1148
+ label: "qualifiedStart".freeze,
1149
+ "prov:category" => %(qualified).freeze,
1150
+ "prov:component" => %(entities-activities).freeze,
1151
+ "prov:inverse" => %(qualifiedStartOf).freeze,
1152
+ "prov:sharesDefinitionWith" => %(prov:Start).freeze,
1153
+ "prov:unqualifiedForm" => %(prov:wasStartedBy).freeze,
1154
+ range: "prov:Start".freeze,
1155
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1156
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1157
+ type: "owl:ObjectProperty".freeze
1158
+ property :qualifiedUsage,
1159
+ 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,
1160
+ domain: "prov:Activity".freeze,
1161
+ label: "qualifiedUsage".freeze,
1162
+ "prov:category" => %(qualified).freeze,
1163
+ "prov:component" => %(entities-activities).freeze,
1164
+ "prov:inverse" => %(qualifiedUsingActivity).freeze,
1165
+ "prov:sharesDefinitionWith" => %(prov:Usage).freeze,
1166
+ "prov:unqualifiedForm" => %(prov:used).freeze,
1167
+ range: "prov:Usage".freeze,
1168
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1169
+ subPropertyOf: "prov:qualifiedInfluence".freeze,
1170
+ type: "owl:ObjectProperty".freeze
1171
+ property :removedKey,
1172
+ domain: "prov:Removal".freeze,
1173
+ label: "removedKey".freeze,
1174
+ "prov:category" => %(collections).freeze,
1175
+ "prov:component" => %(collections).freeze,
1176
+ "prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
1177
+ "prov:definition" => %(The key removed in a Removal.).freeze,
1178
+ "prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze,
1179
+ "prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze,
1180
+ range: "rdfs:Literal".freeze,
1181
+ "rdfs:isDefinedBy" => %(prov:).freeze,
1182
+ type: "owl:DatatypeProperty".freeze
1183
+ property :sharesDefinitionWith,
1184
+ label: "sharesDefinitionWith".freeze,
1185
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1186
+ subPropertyOf: "rdfs:seeAlso".freeze,
1187
+ type: "owl:AnnotationProperty".freeze
1188
+ property :specializationOf,
1189
+ domain: "prov:Entity".freeze,
1190
+ label: "specializationOf".freeze,
1191
+ "prov:category" => %(expanded).freeze,
1192
+ "prov:component" => %(alternate).freeze,
1193
+ "prov:constraints" => [%(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig).freeze],
1194
+ "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,
1195
+ "prov:dm" => [%(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization).freeze],
1196
+ "prov:inverse" => %(generalizationOf).freeze,
1197
+ "prov:n" => [%(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization).freeze],
1198
+ range: "prov:Entity".freeze,
1199
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1200
+ "rdfs:seeAlso" => %(prov:alternateOf).freeze,
1201
+ subPropertyOf: ["prov:alternateOf".freeze, "owl:topObjectProperty".freeze],
1202
+ type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1203
+ property :startedAtTime,
1204
+ comment: %(The time at which an activity started. See also prov:endedAtTime.).freeze,
1205
+ domain: "prov:Activity".freeze,
1206
+ label: "startedAtTime".freeze,
1207
+ "prov:category" => %(starting-point).freeze,
1208
+ "prov:component" => %(entities-activities).freeze,
1209
+ "prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedStart o prov:atTime\) rdfs:subPropertyOf prov:startedAtTime.).freeze,
1210
+ "prov:qualifiedForm" => [%(prov:Start).freeze, %(prov:atTime).freeze],
1211
+ range: "xsd:dateTime".freeze,
1212
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1213
+ type: "owl:DatatypeProperty".freeze
1214
+ property :todo,
1215
+ label: "todo".freeze,
1216
+ type: "owl:AnnotationProperty".freeze
1217
+ property :unqualifiedForm,
1218
+ 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,
1219
+ label: "unqualifiedForm".freeze,
1220
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
1221
+ subPropertyOf: "rdfs:seeAlso".freeze,
1222
+ type: "owl:AnnotationProperty".freeze
1223
+ property :used,
1224
+ comment: %(A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .).freeze,
1225
+ domain: "prov:Activity".freeze,
1226
+ label: "used".freeze,
1227
+ "prov:category" => %(starting-point).freeze,
1228
+ "prov:component" => %(entities-activities).freeze,
1229
+ "prov:inverse" => %(wasUsedBy).freeze,
1230
+ "prov:qualifiedForm" => [%(prov:Usage).freeze, %(prov:qualifiedUsage).freeze],
1231
+ range: "prov:Entity".freeze,
1232
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1233
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1234
+ type: "owl:ObjectProperty".freeze
1235
+ property :value,
1236
+ domain: "prov:Entity".freeze,
1237
+ label: "value".freeze,
1238
+ "prov:category" => %(expanded).freeze,
1239
+ "prov:component" => %(entities-activities).freeze,
1240
+ "prov:definition" => %(Provides a value that is a direct representation of an entity.).freeze,
1241
+ "prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value).freeze,
1242
+ "prov:editorialNote" => [%(The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue).freeze, %(This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification \(specifically, 'may be used in describing structured values'\).).freeze],
1243
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1244
+ type: "owl:DatatypeProperty".freeze
1245
+ property :wasAssociatedWith,
1246
+ comment: %(An prov:Agent that had some \(unspecified\) responsibility for the occurrence of this prov:Activity.).freeze,
1247
+ domain: "prov:Activity".freeze,
1248
+ label: "wasAssociatedWith".freeze,
1249
+ "prov:category" => %(starting-point).freeze,
1250
+ "prov:component" => %(agents-responsibility).freeze,
1251
+ "prov:inverse" => %(wasAssociateFor).freeze,
1252
+ "prov:qualifiedForm" => [%(prov:Association).freeze, %(prov:qualifiedAssociation).freeze],
1253
+ range: "prov:Agent".freeze,
1254
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1255
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1256
+ type: "owl:ObjectProperty".freeze
1257
+ property :wasAttributedTo,
1258
+ comment: %(Attribution is the ascribing of an entity to an agent.).freeze,
1259
+ domain: "prov:Entity".freeze,
1260
+ label: "wasAttributedTo".freeze,
1261
+ "prov:category" => %(starting-point).freeze,
1262
+ "prov:component" => %(agents-responsibility).freeze,
1263
+ "prov:definition" => %(Attribution is the ascribing of an entity to an agent.).freeze,
1264
+ "prov:inverse" => %(contributed).freeze,
1265
+ "prov:qualifiedForm" => [%(prov:Attribution).freeze, %(prov:qualifiedAttribution).freeze],
1266
+ range: "prov:Agent".freeze,
1267
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1268
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1269
+ type: "owl:ObjectProperty".freeze
1270
+ property :wasDerivedFrom,
1271
+ comment: %(The more specific subproperties of prov:wasDerivedFrom \(i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource\) should be used when applicable.).freeze,
1272
+ domain: "prov:Entity".freeze,
1273
+ label: "wasDerivedFrom".freeze,
1274
+ "prov:category" => %(starting-point).freeze,
1275
+ "prov:component" => %(derivations).freeze,
1276
+ "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,
1277
+ "prov:inverse" => %(hadDerivation).freeze,
1278
+ "prov:qualifiedForm" => [%(prov:Derivation).freeze, %(prov:qualifiedDerivation).freeze],
1279
+ range: "prov:Entity".freeze,
1280
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1281
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1282
+ type: "owl:ObjectProperty".freeze
1283
+ property :wasEndedBy,
1284
+ 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,
1285
+ domain: "prov:Activity".freeze,
1286
+ label: "wasEndedBy".freeze,
1287
+ "prov:category" => %(expanded).freeze,
1288
+ "prov:component" => %(entities-activities).freeze,
1289
+ "prov:inverse" => %(ended).freeze,
1290
+ "prov:qualifiedForm" => [%(prov:End).freeze, %(prov:qualifiedEnd).freeze],
1291
+ range: "prov:Entity".freeze,
1292
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1293
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1294
+ type: "owl:ObjectProperty".freeze
1295
+ property :wasGeneratedBy,
1296
+ domain: "prov:Entity".freeze,
1297
+ label: "wasGeneratedBy".freeze,
1298
+ "owl:inverseOf" => %(prov:generated).freeze,
1299
+ "prov:category" => %(starting-point).freeze,
1300
+ "prov:component" => %(entities-activities).freeze,
1301
+ "prov:inverse" => %(generated).freeze,
1302
+ "prov:qualifiedForm" => [%(prov:Generation).freeze, %(prov:qualifiedGeneration).freeze],
1303
+ range: "prov:Activity".freeze,
1304
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1305
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1306
+ type: "owl:ObjectProperty".freeze
1307
+ property :wasInfluencedBy,
1308
+ comment: [%(Because prov:wasInfluencedBy is a broad relation, its more specific subproperties \(e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.\) should be used when applicable.).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
1309
+ label: "wasInfluencedBy".freeze,
1310
+ "owl:inverseOf" => %(prov:influenced).freeze,
1311
+ "prov:category" => %(qualified).freeze,
1312
+ "prov:component" => %(agents-responsibility).freeze,
1313
+ "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 ] .
1314
+
1315
+ Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
1316
+
1317
+ prov:wasInfluencedBy should not be used without also using one of its subproperties.
1318
+ ).freeze,
1319
+ "prov:inverse" => %(influenced).freeze,
1320
+ "prov:qualifiedForm" => [%(prov:Influence).freeze, %(prov:qualifiedInfluence).freeze],
1321
+ "prov:sharesDefinitionWith" => %(prov:Influence).freeze,
1322
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1323
+ type: "owl:ObjectProperty".freeze
1324
+ property :wasInformedBy,
1325
+ 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,
1326
+ domain: "prov:Activity".freeze,
1327
+ label: "wasInformedBy".freeze,
1328
+ "prov:category" => %(starting-point).freeze,
1329
+ "prov:component" => %(entities-activities).freeze,
1330
+ "prov:inverse" => %(informed).freeze,
1331
+ "prov:qualifiedForm" => [%(prov:Communication).freeze, %(prov:qualifiedCommunication).freeze],
1332
+ range: "prov:Activity".freeze,
1333
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1334
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1335
+ type: "owl:ObjectProperty".freeze
1336
+ property :wasInvalidatedBy,
1337
+ domain: "prov:Entity".freeze,
1338
+ label: "wasInvalidatedBy".freeze,
1339
+ "owl:inverseOf" => %(prov:invalidated).freeze,
1340
+ "prov:category" => %(expanded).freeze,
1341
+ "prov:component" => %(entities-activities).freeze,
1342
+ "prov:inverse" => %(invalidated).freeze,
1343
+ "prov:qualifiedForm" => [%(prov:Invalidation).freeze, %(prov:qualifiedInvalidation).freeze],
1344
+ range: "prov:Activity".freeze,
1345
+ "rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
1346
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1347
+ type: "owl:ObjectProperty".freeze
1348
+ property :wasQuotedFrom,
1349
+ comment: %(An entity is derived from an original entity by copying, or 'quoting', some or all of it.).freeze,
1350
+ domain: "prov:Entity".freeze,
1351
+ label: "wasQuotedFrom".freeze,
1352
+ "prov:category" => %(expanded).freeze,
1353
+ "prov:component" => %(derivations).freeze,
1354
+ "prov:inverse" => %(quotedAs).freeze,
1355
+ "prov:qualifiedForm" => [%(prov:Quotation).freeze, %(prov:qualifiedQuotation).freeze],
1356
+ range: "prov:Entity".freeze,
1357
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1358
+ subPropertyOf: "prov:wasDerivedFrom".freeze,
1359
+ type: "owl:ObjectProperty".freeze
1360
+ property :wasRevisionOf,
1361
+ comment: %(A revision is a derivation that revises an entity into a revised version.).freeze,
1362
+ domain: "prov:Entity".freeze,
1363
+ label: "wasRevisionOf".freeze,
1364
+ "prov:category" => %(expanded).freeze,
1365
+ "prov:component" => %(derivations).freeze,
1366
+ "prov:inverse" => %(hadRevision).freeze,
1367
+ "prov:qualifiedForm" => [%(prov:Revision).freeze, %(prov:qualifiedRevision).freeze],
1368
+ range: "prov:Entity".freeze,
1369
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1370
+ subPropertyOf: "prov:wasDerivedFrom".freeze,
1371
+ type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1372
+ property :wasStartedBy,
1373
+ 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,
1374
+ domain: "prov:Activity".freeze,
1375
+ label: "wasStartedBy".freeze,
1376
+ "prov:category" => %(expanded).freeze,
1377
+ "prov:component" => %(entities-activities).freeze,
1378
+ "prov:inverse" => %(started).freeze,
1379
+ "prov:qualifiedForm" => [%(prov:Start).freeze, %(prov:qualifiedStart).freeze],
1380
+ range: "prov:Entity".freeze,
1381
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
1382
+ subPropertyOf: "prov:wasInfluencedBy".freeze,
1383
+ type: "owl:ObjectProperty".freeze
1384
+
1385
+ # Extra definitions
1386
+ term :"",
1387
+ comment: %(This document is published by the Provenance Working Group \(http://www.w3.org/2011/prov/wiki/Main_Page\).
1388
+
1389
+ 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/
1390
+ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1391
+ label: "W3C PROVenance Interchange".freeze,
1392
+ "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],
1393
+ "owl:versionIRI" => [%(http://www.w3.org/ns/prov-20130430).freeze, %(http://www.w3.org/ns/prov-o-inverses-20130430).freeze],
1394
+ "prov:specializationOf" => %(http://www.w3.org/ns/prov-o-inverses).freeze,
1395
+ "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],
1396
+ "prov:wasRevisionOf" => [%(http://www.w3.org/ns/prov-20130312).freeze, %(http://www.w3.org/ns/prov-o-inverses-20120312).freeze],
1397
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov).freeze,
1398
+ "rdfs:seeAlso" => [%(http://www.w3.org/TR/prov-overview/).freeze, %(http://www.w3.org/TR/prov-o/#names-of-inverse-properties).freeze],
1399
+ type: "owl:Ontology".freeze
1400
+ term :activityOfInfluence,
1401
+ label: "activityOfInfluence".freeze,
1402
+ "owl:inverseOf" => %(prov:activity).freeze,
1403
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1404
+ term :agentOfInfluence,
1405
+ label: "agentOfInfluence".freeze,
1406
+ "owl:inverseOf" => %(prov:agent).freeze,
1407
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1408
+ term :contributed,
1409
+ label: "contributed".freeze,
1410
+ "owl:inverseOf" => %(prov:wasAttributedTo).freeze,
1411
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1412
+ term :ended,
1413
+ label: "ended".freeze,
1414
+ "owl:inverseOf" => %(prov:wasEndedBy).freeze,
1415
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1416
+ term :entityOfInfluence,
1417
+ label: "entityOfInfluence".freeze,
1418
+ "owl:inverseOf" => %(prov:entity).freeze,
1419
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1420
+ term :generalizationOf,
1421
+ label: "generalizationOf".freeze,
1422
+ "owl:inverseOf" => %(prov:specializationOf).freeze,
1423
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1424
+ term :generatedAsDerivation,
1425
+ label: "generatedAsDerivation".freeze,
1426
+ "owl:inverseOf" => %(prov:hadGeneration).freeze,
1427
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1428
+ term :hadDelegate,
1429
+ label: "hadDelegate".freeze,
1430
+ "owl:inverseOf" => %(prov:actedOnBehalfOf).freeze,
1431
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1432
+ term :hadDerivation,
1433
+ label: "hadDerivation".freeze,
1434
+ "owl:inverseOf" => %(prov:wasDerivedFrom).freeze,
1435
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1436
+ term :hadInfluence,
1437
+ label: "hadInfluence".freeze,
1438
+ "owl:inverseOf" => %(prov:influencer).freeze,
1439
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1440
+ term :hadRevision,
1441
+ label: "hadRevision".freeze,
1442
+ "owl:inverseOf" => %(prov:wasRevisionOf).freeze,
1443
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1444
+ term :informed,
1445
+ label: "informed".freeze,
1446
+ "owl:inverseOf" => %(prov:wasInformedBy).freeze,
1447
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1448
+ term :locationOf,
1449
+ label: "locationOf".freeze,
1450
+ "owl:inverseOf" => %(prov:atLocation).freeze,
1451
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1452
+ term :qualifiedAssociationOf,
1453
+ label: "qualifiedAssociationOf".freeze,
1454
+ "owl:inverseOf" => %(prov:qualifiedAssociation).freeze,
1455
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1456
+ term :qualifiedAttributionOf,
1457
+ label: "qualifiedAttributionOf".freeze,
1458
+ "owl:inverseOf" => %(prov:qualifiedAttribution).freeze,
1459
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1460
+ term :qualifiedCommunicationOf,
1461
+ label: "qualifiedCommunicationOf".freeze,
1462
+ "owl:inverseOf" => %(prov:qualifiedCommunication).freeze,
1463
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1464
+ term :qualifiedDelegationOf,
1465
+ label: "qualifiedDelegationOf".freeze,
1466
+ "owl:inverseOf" => %(prov:qualifiedDelegation).freeze,
1467
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1468
+ term :qualifiedDerivationOf,
1469
+ label: "qualifiedDerivationOf".freeze,
1470
+ "owl:inverseOf" => %(prov:qualifiedDerivation).freeze,
1471
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1472
+ term :qualifiedEndOf,
1473
+ label: "qualifiedEndOf".freeze,
1474
+ "owl:inverseOf" => %(prov:qualifiedEnd).freeze,
1475
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1476
+ term :qualifiedGenerationOf,
1477
+ label: "qualifiedGenerationOf".freeze,
1478
+ "owl:inverseOf" => %(prov:qualifiedGeneration).freeze,
1479
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1480
+ term :qualifiedInfluenceOf,
1481
+ label: "qualifiedInfluenceOf".freeze,
1482
+ "owl:inverseOf" => %(prov:qualifiedInfluence).freeze,
1483
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1484
+ term :qualifiedInvalidationOf,
1485
+ label: "qualifiedInvalidationOf".freeze,
1486
+ "owl:inverseOf" => %(prov:qualifiedInvalidation).freeze,
1487
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1488
+ term :qualifiedQuotationOf,
1489
+ label: "qualifiedQuotationOf".freeze,
1490
+ "owl:inverseOf" => %(prov:qualifiedQuotation).freeze,
1491
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1492
+ term :qualifiedSourceOf,
1493
+ label: "qualifiedSourceOf".freeze,
1494
+ "owl:inverseOf" => %(prov:qualifiedPrimarySource).freeze,
1495
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1496
+ term :qualifiedStartOf,
1497
+ label: "qualifiedStartOf".freeze,
1498
+ "owl:inverseOf" => %(prov:qualifiedStart).freeze,
1499
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1500
+ term :qualifiedUsingActivity,
1501
+ label: "qualifiedUsingActivity".freeze,
1502
+ "owl:inverseOf" => %(prov:qualifiedUsage).freeze,
1503
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1504
+ term :quotedAs,
1505
+ label: "quotedAs".freeze,
1506
+ "owl:inverseOf" => %(prov:wasQuotedFrom).freeze,
1507
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1508
+ term :revisedEntity,
1509
+ label: "revisedEntity".freeze,
1510
+ "owl:inverseOf" => %(prov:qualifiedRevision).freeze,
1511
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1512
+ term :started,
1513
+ label: "started".freeze,
1514
+ "owl:inverseOf" => %(prov:wasStartedBy).freeze,
1515
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1516
+ term :wasActivityOfInfluence,
1517
+ label: "wasActivityOfInfluence".freeze,
1518
+ "owl:inverseOf" => %(prov:hadActivity).freeze,
1519
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1520
+ term :wasAssociateFor,
1521
+ label: "wasAssociateFor".freeze,
1522
+ "owl:inverseOf" => %(prov:wasAssociatedWith).freeze,
1523
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1524
+ term :wasMemberOf,
1525
+ label: "wasMemberOf".freeze,
1526
+ "owl:inverseOf" => %(prov:hadMember).freeze,
1527
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1528
+ term :wasPlanOf,
1529
+ label: "wasPlanOf".freeze,
1530
+ "owl:inverseOf" => %(prov:hadPlan).freeze,
1531
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1532
+ term :wasPrimarySourceOf,
1533
+ label: "wasPrimarySourceOf".freeze,
1534
+ "owl:inverseOf" => %(prov:hadPrimarySource).freeze,
1535
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1536
+ term :wasRoleIn,
1537
+ label: "wasRoleIn".freeze,
1538
+ "owl:inverseOf" => %(prov:hadRole).freeze,
1539
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1540
+ term :wasUsedBy,
1541
+ label: "wasUsedBy".freeze,
1542
+ "owl:inverseOf" => %(prov:used).freeze,
1543
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1544
+ term :wasUsedInDerivation,
1545
+ label: "wasUsedInDerivation".freeze,
1546
+ "owl:inverseOf" => %(prov:hadUsage).freeze,
1547
+ "rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o-inverses#).freeze
1548
+ end
1549
+ end