rdf-vocab 3.1.4 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +14 -28
  6. data/lib/rdf/vocab/acl.rb +84 -1
  7. data/lib/rdf/vocab/as.rb +466 -1
  8. data/lib/rdf/vocab/bf2.rb +1317 -1
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +496 -1
  11. data/lib/rdf/vocab/cc.rb +107 -1
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1303 -1
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +1 -1
  18. data/lib/rdf/vocab/dc11.rb +63 -1
  19. data/lib/rdf/vocab/dcat.rb +152 -4
  20. data/lib/rdf/vocab/dcmitype.rb +1 -1
  21. data/lib/rdf/vocab/disco.rb +228 -1
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +753 -1
  24. data/lib/rdf/vocab/earl.rb +135 -1
  25. data/lib/rdf/vocab/ebucore.rb +7335 -1974
  26. data/lib/rdf/vocab/edm.rb +150 -1
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +253 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +377 -1
  30. data/lib/rdf/vocab/foaf.rb +305 -1
  31. data/lib/rdf/vocab/geo.rb +39 -1
  32. data/lib/rdf/vocab/geojson.rb +66 -1
  33. data/lib/rdf/vocab/geonames.rb +166 -1
  34. data/lib/rdf/vocab/gr.rb +684 -1
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +164 -1
  37. data/lib/rdf/vocab/hydra.rb +236 -2
  38. data/lib/rdf/vocab/iana.rb +230 -1
  39. data/lib/rdf/vocab/ical.rb +462 -1
  40. data/lib/rdf/vocab/identifiers.rb +462 -1
  41. data/lib/rdf/vocab/iiif.rb +136 -1
  42. data/lib/rdf/vocab/jsonld.rb +135 -1
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +1 -1
  45. data/lib/rdf/vocab/ma.rb +381 -1
  46. data/lib/rdf/vocab/mads.rb +600 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +809 -1
  48. data/lib/rdf/vocab/mo.rb +919 -1
  49. data/lib/rdf/vocab/mods.rb +516 -1
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +275 -1
  52. data/lib/rdf/vocab/og.rb +78 -1
  53. data/lib/rdf/vocab/ogc.rb +34 -1
  54. data/lib/rdf/vocab/ore.rb +56 -1
  55. data/lib/rdf/vocab/org.rb +189 -1
  56. data/lib/rdf/vocab/pcdm.rb +47 -1
  57. data/lib/rdf/vocab/pplan.rb +64 -1
  58. data/lib/rdf/vocab/premis.rb +1266 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +155 -1
  60. data/lib/rdf/vocab/prov.rb +619 -1
  61. data/lib/rdf/vocab/ptr.rb +138 -1
  62. data/lib/rdf/vocab/rightsstatements.rb +5 -1
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +1 -1
  65. data/lib/rdf/vocab/schema.rb +10032 -12
  66. data/lib/rdf/vocab/sd.rb +372 -0
  67. data/lib/rdf/vocab/sh.rb +736 -1
  68. data/lib/rdf/vocab/sioc.rb +401 -1
  69. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +38 -1
  70. data/lib/rdf/vocab/{sioct.rb → sioctypes.rb} +158 -1
  71. data/lib/rdf/vocab/skos.rb +119 -1
  72. data/lib/rdf/vocab/skosxl.rb +30 -1
  73. data/lib/rdf/vocab/v.rb +291 -1
  74. data/lib/rdf/vocab/vcard.rb +508 -1
  75. data/lib/rdf/vocab/vmd.rb +291 -1
  76. data/lib/rdf/vocab/void.rb +121 -1
  77. data/lib/rdf/vocab/vs.rb +19 -1
  78. data/lib/rdf/vocab/wdrs.rb +90 -1
  79. data/lib/rdf/vocab/wot.rb +78 -1
  80. data/lib/rdf/vocab/xhtml.rb +2 -1
  81. data/lib/rdf/vocab/xhv.rb +338 -1
  82. data/lib/rdf/vocab/xkos.rb +150 -1
  83. data/spec/extensions_spec.rb +68 -0
  84. data/spec/vocab_spec.rb +10 -0
  85. metadata +15 -8
@@ -5,9 +5,163 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://id.loc.gov/vocabulary/preservation/eventType/>
8
+ # #
9
+ # # Event Type
10
+ # #
11
+ # #   Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.
8
12
  # class PremisEventType < RDF::StrictVocabulary
13
+ # # @return [RDF::Vocabulary::Term]
14
+ # attr_reader :acc
15
+ #
16
+ # # @return [RDF::Vocabulary::Term]
17
+ # attr_reader :app
18
+ #
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :cap
21
+ #
22
+ # # @return [RDF::Vocabulary::Term]
23
+ # attr_reader :com
24
+ #
25
+ # # @return [RDF::Vocabulary::Term]
26
+ # attr_reader :cop
27
+ #
28
+ # # @return [RDF::Vocabulary::Term]
29
+ # attr_reader :cre
30
+ #
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :dea
33
+ #
34
+ # # @return [RDF::Vocabulary::Term]
35
+ # attr_reader :dec
36
+ #
37
+ # # @return [RDF::Vocabulary::Term]
38
+ # attr_reader :del
39
+ #
40
+ # # @return [RDF::Vocabulary::Term]
41
+ # attr_reader :der
42
+ #
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :dig
45
+ #
46
+ # # @return [RDF::Vocabulary::Term]
47
+ # attr_reader :dis
48
+ #
49
+ # # @return [RDF::Vocabulary::Term]
50
+ # attr_reader :dsg
51
+ #
52
+ # # @return [RDF::Vocabulary::Term]
53
+ # attr_reader :dsp
54
+ #
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :enc
57
+ #
58
+ # # @return [RDF::Vocabulary::Term]
59
+ # attr_reader :exe
60
+ #
61
+ # # @return [RDF::Vocabulary::Term]
62
+ # attr_reader :exp
63
+ #
64
+ # # @return [RDF::Vocabulary::Term]
65
+ # attr_reader :ext
66
+ #
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :ffa
69
+ #
70
+ # # @return [RDF::Vocabulary::Term]
71
+ # attr_reader :fil
72
+ #
73
+ # # @return [RDF::Vocabulary::Term]
74
+ # attr_reader :fix
75
+ #
76
+ # # @return [RDF::Vocabulary::Term]
77
+ # attr_reader :for
78
+ #
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :ima
81
+ #
82
+ # # @return [RDF::Vocabulary::Term]
83
+ # attr_reader :ine
84
+ #
85
+ # # @return [RDF::Vocabulary::Term]
86
+ # attr_reader :ing
87
+ #
88
+ # # @return [RDF::Vocabulary::Term]
89
+ # attr_reader :ins
90
+ #
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :int
93
+ #
94
+ # # @return [RDF::Vocabulary::Term]
95
+ # attr_reader :ipc
96
+ #
97
+ # # @return [RDF::Vocabulary::Term]
98
+ # attr_reader :ipm
99
+ #
100
+ # # @return [RDF::Vocabulary::Term]
101
+ # attr_reader :ips
102
+ #
103
+ # # @return [RDF::Vocabulary::Term]
104
+ # attr_reader :mee
105
+ #
106
+ # # @return [RDF::Vocabulary::Term]
107
+ # attr_reader :mem
108
+ #
109
+ # # @return [RDF::Vocabulary::Term]
110
+ # attr_reader :mes
111
+ #
112
+ # # @return [RDF::Vocabulary::Term]
113
+ # attr_reader :mig
114
+ #
115
+ # # @return [RDF::Vocabulary::Term]
116
+ # attr_reader :mod
117
+ #
118
+ # # @return [RDF::Vocabulary::Term]
119
+ # attr_reader :nor
120
+ #
121
+ # # @return [RDF::Vocabulary::Term]
122
+ # attr_reader :pac
123
+ #
124
+ # # @return [RDF::Vocabulary::Term]
125
+ # attr_reader :poa
126
+ #
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :prt
129
+ #
130
+ # # @return [RDF::Vocabulary::Term]
131
+ # attr_reader :qua
132
+ #
133
+ # # @return [RDF::Vocabulary::Term]
134
+ # attr_reader :rec
135
+ #
136
+ # # @return [RDF::Vocabulary::Term]
137
+ # attr_reader :red
138
+ #
139
+ # # @return [RDF::Vocabulary::Term]
140
+ # attr_reader :ref
141
+ #
142
+ # # @return [RDF::Vocabulary::Term]
143
+ # attr_reader :ren
144
+ #
145
+ # # @return [RDF::Vocabulary::Term]
146
+ # attr_reader :rep
147
+ #
148
+ # # @return [RDF::Vocabulary::Term]
149
+ # attr_reader :tra
150
+ #
151
+ # # @return [RDF::Vocabulary::Term]
152
+ # attr_reader :unp
153
+ #
154
+ # # @return [RDF::Vocabulary::Term]
155
+ # attr_reader :unq
156
+ #
157
+ # # @return [RDF::Vocabulary::Term]
158
+ # attr_reader :val
159
+ #
160
+ # # @return [RDF::Vocabulary::Term]
161
+ # attr_reader :vir
162
+ #
9
163
  # end
10
- class PremisEventType < RDF::StrictVocabulary("http://id.loc.gov/vocabulary/preservation/eventType/")
164
+ PremisEventType = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/preservation/eventType/")) do
11
165
 
12
166
  # Ontology definition
13
167
  ontology :"http://id.loc.gov/vocabulary/preservation/eventType/",
@@ -5,9 +5,627 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.w3.org/ns/prov#>
8
+ # #
9
+ # # W3C PROVenance Interchange
10
+ # #
11
+ # # This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/ Archives/Public/public-prov-comments/). All feedback is welcome.
12
+ # # @see http://www.w3.org/TR/prov-overview/
13
+ # # @see http://www.w3.org/TR/prov-o/#names-of-inverse-properties
8
14
  # class PROV < RDF::StrictVocabulary
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :Accept
17
+ #
18
+ # # @return [RDF::Vocabulary::Term]
19
+ # attr_reader :Activity
20
+ #
21
+ # # It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.
22
+ # #
23
+ # # 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.
24
+ # # @return [RDF::Vocabulary::Term]
25
+ # attr_reader :ActivityInfluence
26
+ #
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :Agent
29
+ #
30
+ # # It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.
31
+ # #
32
+ # # 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.
33
+ # # @return [RDF::Vocabulary::Term]
34
+ # attr_reader :AgentInfluence
35
+ #
36
+ # # An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].
37
+ # # @return [RDF::Vocabulary::Term]
38
+ # attr_reader :Association
39
+ #
40
+ # # An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].
41
+ # # @return [RDF::Vocabulary::Term]
42
+ # attr_reader :Attribution
43
+ #
44
+ # # Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.
45
+ # # @return [RDF::Vocabulary::Term]
46
+ # attr_reader :Bundle
47
+ #
48
+ # # @return [RDF::Vocabulary::Term]
49
+ # attr_reader :Collection
50
+ #
51
+ # # An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].
52
+ # # @return [RDF::Vocabulary::Term]
53
+ # attr_reader :Communication
54
+ #
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :Contribute
57
+ #
58
+ # # @return [RDF::Vocabulary::Term]
59
+ # attr_reader :Contributor
60
+ #
61
+ # # @return [RDF::Vocabulary::Term]
62
+ # attr_reader :Copyright
63
+ #
64
+ # # @return [RDF::Vocabulary::Term]
65
+ # attr_reader :Create
66
+ #
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :Creator
69
+ #
70
+ # # An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :Delegation
73
+ #
74
+ # # An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].
75
+ # #
76
+ # # The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.
77
+ # # @return [RDF::Vocabulary::Term]
78
+ # attr_reader :Derivation
79
+ #
80
+ # # A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.
81
+ # #
82
+ # # This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :Dictionary
85
+ #
86
+ # # Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :DirectQueryService
89
+ #
90
+ # # @return [RDF::Vocabulary::Term]
91
+ # attr_reader :EmptyCollection
92
+ #
93
+ # # @return [RDF::Vocabulary::Term]
94
+ # attr_reader :EmptyDictionary
95
+ #
96
+ # # An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].
97
+ # # @return [RDF::Vocabulary::Term]
98
+ # attr_reader :End
99
+ #
100
+ # # @return [RDF::Vocabulary::Term]
101
+ # attr_reader :Entity
102
+ #
103
+ # # It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.
104
+ # #
105
+ # # EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.
106
+ # # @return [RDF::Vocabulary::Term]
107
+ # attr_reader :EntityInfluence
108
+ #
109
+ # # An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].
110
+ # # @return [RDF::Vocabulary::Term]
111
+ # attr_reader :Generation
112
+ #
113
+ # # Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.
114
+ # #
115
+ # # An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable.
116
+ # # @return [RDF::Vocabulary::Term]
117
+ # attr_reader :Influence
118
+ #
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :Insertion
121
+ #
122
+ # # An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :InstantaneousEvent
125
+ #
126
+ # # An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :Invalidation
129
+ #
130
+ # # @return [RDF::Vocabulary::Term]
131
+ # attr_reader :KeyEntityPair
132
+ #
133
+ # # @return [RDF::Vocabulary::Term]
134
+ # attr_reader :Location
135
+ #
136
+ # # @return [RDF::Vocabulary::Term]
137
+ # attr_reader :Modify
138
+ #
139
+ # # @return [RDF::Vocabulary::Term]
140
+ # attr_reader :Organization
141
+ #
142
+ # # @return [RDF::Vocabulary::Term]
143
+ # attr_reader :Person
144
+ #
145
+ # # There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.
146
+ # # @return [RDF::Vocabulary::Term]
147
+ # attr_reader :Plan
148
+ #
149
+ # # An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .
150
+ # # @return [RDF::Vocabulary::Term]
151
+ # attr_reader :PrimarySource
152
+ #
153
+ # # @return [RDF::Vocabulary::Term]
154
+ # attr_reader :Publish
155
+ #
156
+ # # @return [RDF::Vocabulary::Term]
157
+ # attr_reader :Publisher
158
+ #
159
+ # # An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].
160
+ # # @return [RDF::Vocabulary::Term]
161
+ # attr_reader :Quotation
162
+ #
163
+ # # @return [RDF::Vocabulary::Term]
164
+ # attr_reader :Removal
165
+ #
166
+ # # @return [RDF::Vocabulary::Term]
167
+ # attr_reader :Replace
168
+ #
169
+ # # An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].
170
+ # # @return [RDF::Vocabulary::Term]
171
+ # attr_reader :Revision
172
+ #
173
+ # # @return [RDF::Vocabulary::Term]
174
+ # attr_reader :RightsAssignment
175
+ #
176
+ # # @return [RDF::Vocabulary::Term]
177
+ # attr_reader :RightsHolder
178
+ #
179
+ # # @return [RDF::Vocabulary::Term]
180
+ # attr_reader :Role
181
+ #
182
+ # # Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
183
+ # # @return [RDF::Vocabulary::Term]
184
+ # attr_reader :ServiceDescription
185
+ #
186
+ # # @return [RDF::Vocabulary::Term]
187
+ # attr_reader :SoftwareAgent
188
+ #
189
+ # # An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .
190
+ # # @return [RDF::Vocabulary::Term]
191
+ # attr_reader :Start
192
+ #
193
+ # # @return [RDF::Vocabulary::Term]
194
+ # attr_reader :Submit
195
+ #
196
+ # # An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].
197
+ # # @return [RDF::Vocabulary::Term]
198
+ # attr_reader :Usage
199
+ #
200
+ # # An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity.
201
+ # # @return [RDF::Vocabulary::Term]
202
+ # attr_reader :actedOnBehalfOf
203
+ #
204
+ # # @return [RDF::Vocabulary::Term]
205
+ # attr_reader :activity
206
+ #
207
+ # # @return [RDF::Vocabulary::Term]
208
+ # attr_reader :agent
209
+ #
210
+ # # @return [RDF::Vocabulary::Term]
211
+ # attr_reader :alternateOf
212
+ #
213
+ # # @return [RDF::Vocabulary::Term]
214
+ # attr_reader :aq
215
+ #
216
+ # # prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described. When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.
217
+ # # @return [RDF::Vocabulary::Term]
218
+ # attr_reader :asInBundle
219
+ #
220
+ # # The Location of any resource.
221
+ # #
222
+ # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
223
+ # # @return [RDF::Vocabulary::Term]
224
+ # attr_reader :atLocation
225
+ #
226
+ # # The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.
227
+ # # @return [RDF::Vocabulary::Term]
228
+ # attr_reader :atTime
229
+ #
230
+ # # Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users.
231
+ # # @return [RDF::Vocabulary::Term]
232
+ # attr_reader :category
233
+ #
234
+ # # Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.
235
+ # # @return [RDF::Vocabulary::Term]
236
+ # attr_reader :component
237
+ #
238
+ # # A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.
239
+ # # @return [RDF::Vocabulary::Term]
240
+ # attr_reader :constraints
241
+ #
242
+ # # A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.
243
+ # # @return [RDF::Vocabulary::Term]
244
+ # attr_reader :definition
245
+ #
246
+ # # @return [RDF::Vocabulary::Term]
247
+ # attr_reader :derivedByInsertionFrom
248
+ #
249
+ # # @return [RDF::Vocabulary::Term]
250
+ # attr_reader :derivedByRemovalFrom
251
+ #
252
+ # # relates a generic provenance query service resource (type prov:ServiceDescription) to a specific query service description (e.g. a prov:DirectQueryService or a sd:Service).
253
+ # # @return [RDF::Vocabulary::Term]
254
+ # attr_reader :describesService
255
+ #
256
+ # # @return [RDF::Vocabulary::Term]
257
+ # attr_reader :dictionary
258
+ #
259
+ # # A reference to the principal section of the PROV-DM document that describes this concept.
260
+ # # @return [RDF::Vocabulary::Term]
261
+ # attr_reader :dm
262
+ #
263
+ # # A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.
264
+ # # @return [RDF::Vocabulary::Term]
265
+ # attr_reader :editorialNote
266
+ #
267
+ # # When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.
268
+ # # @return [RDF::Vocabulary::Term]
269
+ # attr_reader :editorsDefinition
270
+ #
271
+ # # The time at which an activity ended. See also prov:startedAtTime.
272
+ # # @return [RDF::Vocabulary::Term]
273
+ # attr_reader :endedAtTime
274
+ #
275
+ # # @return [RDF::Vocabulary::Term]
276
+ # attr_reader :entity
277
+ #
278
+ # # @return [RDF::Vocabulary::Term]
279
+ # attr_reader :generated
280
+ #
281
+ # # The time at which an entity was completely created and is available for use.
282
+ # # @return [RDF::Vocabulary::Term]
283
+ # attr_reader :generatedAtTime
284
+ #
285
+ # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
286
+ # #
287
+ # # The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).
288
+ # # @return [RDF::Vocabulary::Term]
289
+ # attr_reader :hadActivity
290
+ #
291
+ # # @return [RDF::Vocabulary::Term]
292
+ # attr_reader :hadDictionaryMember
293
+ #
294
+ # # The _optional_ Generation involved in an Entity's Derivation.
295
+ # # @return [RDF::Vocabulary::Term]
296
+ # attr_reader :hadGeneration
297
+ #
298
+ # # @return [RDF::Vocabulary::Term]
299
+ # attr_reader :hadMember
300
+ #
301
+ # # The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.
302
+ # # @return [RDF::Vocabulary::Term]
303
+ # attr_reader :hadPlan
304
+ #
305
+ # # @return [RDF::Vocabulary::Term]
306
+ # attr_reader :hadPrimarySource
307
+ #
308
+ # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
309
+ # #
310
+ # # The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].
311
+ # # @return [RDF::Vocabulary::Term]
312
+ # attr_reader :hadRole
313
+ #
314
+ # # The _optional_ Usage involved in an Entity's Derivation.
315
+ # # @return [RDF::Vocabulary::Term]
316
+ # attr_reader :hadUsage
317
+ #
318
+ # # Indicates anchor URI for a potentially dynamic resource instance.
319
+ # # @return [RDF::Vocabulary::Term]
320
+ # attr_reader :has_anchor
321
+ #
322
+ # # Indicates a provenance-URI for a resource; the resource identified by this property presents a provenance record about its subject or anchor resource.
323
+ # # @return [RDF::Vocabulary::Term]
324
+ # attr_reader :has_provenance
325
+ #
326
+ # # Indicates a provenance query service that can access provenance related to its subject or anchor resource.
327
+ # # @return [RDF::Vocabulary::Term]
328
+ # attr_reader :has_query_service
329
+ #
330
+ # # @return [RDF::Vocabulary::Term]
331
+ # attr_reader :influenced
332
+ #
333
+ # # Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.
334
+ # # @return [RDF::Vocabulary::Term]
335
+ # attr_reader :influencer
336
+ #
337
+ # # @return [RDF::Vocabulary::Term]
338
+ # attr_reader :insertedKeyEntityPair
339
+ #
340
+ # # @return [RDF::Vocabulary::Term]
341
+ # attr_reader :invalidated
342
+ #
343
+ # # The time at which an entity was invalidated (i.e., no longer usable).
344
+ # # @return [RDF::Vocabulary::Term]
345
+ # attr_reader :invalidatedAtTime
346
+ #
347
+ # # PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.
348
+ # # @return [RDF::Vocabulary::Term]
349
+ # attr_reader :inverse
350
+ #
351
+ # # prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle. prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.
352
+ # # @return [RDF::Vocabulary::Term]
353
+ # attr_reader :mentionOf
354
+ #
355
+ # # A reference to the principal section of the PROV-M document that describes this concept.
356
+ # #
357
+ # # A reference to the principal section of the PROV-DM document that describes this concept.
358
+ # # @return [RDF::Vocabulary::Term]
359
+ # attr_reader :n
360
+ #
361
+ # # The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.
362
+ # # @return [RDF::Vocabulary::Term]
363
+ # attr_reader :order
364
+ #
365
+ # # @return [RDF::Vocabulary::Term]
366
+ # attr_reader :pairEntity
367
+ #
368
+ # # @return [RDF::Vocabulary::Term]
369
+ # attr_reader :pairKey
370
+ #
371
+ # # Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.
372
+ # # @return [RDF::Vocabulary::Term]
373
+ # attr_reader :pingback
374
+ #
375
+ # # Relates a provenance service to a URI template string for constructing provenance-URIs.
376
+ # # @return [RDF::Vocabulary::Term]
377
+ # attr_reader :provenanceUriTemplate
378
+ #
379
+ # # If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ].
380
+ # # @return [RDF::Vocabulary::Term]
381
+ # attr_reader :qualifiedAssociation
382
+ #
383
+ # # If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution; prov:agent :ag; :foo :bar ].
384
+ # # @return [RDF::Vocabulary::Term]
385
+ # attr_reader :qualifiedAttribution
386
+ #
387
+ # # If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication; prov:activity :a; :foo :bar ].
388
+ # # @return [RDF::Vocabulary::Term]
389
+ # attr_reader :qualifiedCommunication
390
+ #
391
+ # # If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ].
392
+ # # @return [RDF::Vocabulary::Term]
393
+ # attr_reader :qualifiedDelegation
394
+ #
395
+ # # If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation; prov:entity :e; :foo :bar ].
396
+ # # @return [RDF::Vocabulary::Term]
397
+ # attr_reader :qualifiedDerivation
398
+ #
399
+ # # If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End; prov:entity :e1; :foo :bar ].
400
+ # # @return [RDF::Vocabulary::Term]
401
+ # attr_reader :qualifiedEnd
402
+ #
403
+ # # This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. Example annotation: prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation . Then this unqualified assertion: :entity1 prov:wasGeneratedBy :activity1 . can be qualified by adding: :entity1 prov:qualifiedGeneration :entity1Gen . :entity1Gen a prov:Generation, prov:Influence; prov:activity :activity1; :customValue 1337 . Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.
404
+ # # @return [RDF::Vocabulary::Term]
405
+ # attr_reader :qualifiedForm
406
+ #
407
+ # # If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation; prov:entity :e; :foo :bar ].
408
+ # # @return [RDF::Vocabulary::Term]
409
+ # attr_reader :qualifiedGeneration
410
+ #
411
+ # # Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.
412
+ # # @return [RDF::Vocabulary::Term]
413
+ # attr_reader :qualifiedInfluence
414
+ #
415
+ # # @return [RDF::Vocabulary::Term]
416
+ # attr_reader :qualifiedInsertion
417
+ #
418
+ # # If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :a; :foo :bar ].
419
+ # # @return [RDF::Vocabulary::Term]
420
+ # attr_reader :qualifiedInvalidation
421
+ #
422
+ # # If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].
423
+ # # @return [RDF::Vocabulary::Term]
424
+ # attr_reader :qualifiedPrimarySource
425
+ #
426
+ # # If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ].
427
+ # # @return [RDF::Vocabulary::Term]
428
+ # attr_reader :qualifiedQuotation
429
+ #
430
+ # # @return [RDF::Vocabulary::Term]
431
+ # attr_reader :qualifiedRemoval
432
+ #
433
+ # # If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision; prov:entity :e; :foo :bar ].
434
+ # # @return [RDF::Vocabulary::Term]
435
+ # attr_reader :qualifiedRevision
436
+ #
437
+ # # If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start; prov:entity :e1; :foo :bar ].
438
+ # # @return [RDF::Vocabulary::Term]
439
+ # attr_reader :qualifiedStart
440
+ #
441
+ # # If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].
442
+ # # @return [RDF::Vocabulary::Term]
443
+ # attr_reader :qualifiedUsage
444
+ #
445
+ # # @return [RDF::Vocabulary::Term]
446
+ # attr_reader :removedKey
447
+ #
448
+ # # @return [RDF::Vocabulary::Term]
449
+ # attr_reader :sharesDefinitionWith
450
+ #
451
+ # # @return [RDF::Vocabulary::Term]
452
+ # attr_reader :specializationOf
453
+ #
454
+ # # The time at which an activity started. See also prov:endedAtTime.
455
+ # # @return [RDF::Vocabulary::Term]
456
+ # attr_reader :startedAtTime
457
+ #
458
+ # # @return [RDF::Vocabulary::Term]
459
+ # attr_reader :todo
460
+ #
461
+ # # Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.
462
+ # # @return [RDF::Vocabulary::Term]
463
+ # attr_reader :unqualifiedForm
464
+ #
465
+ # # A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .
466
+ # # @return [RDF::Vocabulary::Term]
467
+ # attr_reader :used
468
+ #
469
+ # # @return [RDF::Vocabulary::Term]
470
+ # attr_reader :value
471
+ #
472
+ # # An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.
473
+ # # @return [RDF::Vocabulary::Term]
474
+ # attr_reader :wasAssociatedWith
475
+ #
476
+ # # Attribution is the ascribing of an entity to an agent.
477
+ # # @return [RDF::Vocabulary::Term]
478
+ # attr_reader :wasAttributedTo
479
+ #
480
+ # # The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.
481
+ # # @return [RDF::Vocabulary::Term]
482
+ # attr_reader :wasDerivedFrom
483
+ #
484
+ # # End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.
485
+ # # @return [RDF::Vocabulary::Term]
486
+ # attr_reader :wasEndedBy
487
+ #
488
+ # # @return [RDF::Vocabulary::Term]
489
+ # attr_reader :wasGeneratedBy
490
+ #
491
+ # # Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.
492
+ # #
493
+ # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
494
+ # # @return [RDF::Vocabulary::Term]
495
+ # attr_reader :wasInfluencedBy
496
+ #
497
+ # # An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.
498
+ # # @return [RDF::Vocabulary::Term]
499
+ # attr_reader :wasInformedBy
500
+ #
501
+ # # @return [RDF::Vocabulary::Term]
502
+ # attr_reader :wasInvalidatedBy
503
+ #
504
+ # # An entity is derived from an original entity by copying, or 'quoting', some or all of it.
505
+ # # @return [RDF::Vocabulary::Term]
506
+ # attr_reader :wasQuotedFrom
507
+ #
508
+ # # A revision is a derivation that revises an entity into a revised version.
509
+ # # @return [RDF::Vocabulary::Term]
510
+ # attr_reader :wasRevisionOf
511
+ #
512
+ # # Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.
513
+ # # @return [RDF::Vocabulary::Term]
514
+ # attr_reader :wasStartedBy
515
+ #
516
+ # # @return [RDF::Vocabulary::Term]
517
+ # attr_reader :activityOfInfluence
518
+ #
519
+ # # @return [RDF::Vocabulary::Term]
520
+ # attr_reader :agentOfInfluence
521
+ #
522
+ # # @return [RDF::Vocabulary::Term]
523
+ # attr_reader :contributed
524
+ #
525
+ # # @return [RDF::Vocabulary::Term]
526
+ # attr_reader :ended
527
+ #
528
+ # # @return [RDF::Vocabulary::Term]
529
+ # attr_reader :entityOfInfluence
530
+ #
531
+ # # @return [RDF::Vocabulary::Term]
532
+ # attr_reader :generalizationOf
533
+ #
534
+ # # @return [RDF::Vocabulary::Term]
535
+ # attr_reader :generatedAsDerivation
536
+ #
537
+ # # @return [RDF::Vocabulary::Term]
538
+ # attr_reader :hadDelegate
539
+ #
540
+ # # @return [RDF::Vocabulary::Term]
541
+ # attr_reader :hadDerivation
542
+ #
543
+ # # @return [RDF::Vocabulary::Term]
544
+ # attr_reader :hadInfluence
545
+ #
546
+ # # @return [RDF::Vocabulary::Term]
547
+ # attr_reader :hadRevision
548
+ #
549
+ # # @return [RDF::Vocabulary::Term]
550
+ # attr_reader :informed
551
+ #
552
+ # # @return [RDF::Vocabulary::Term]
553
+ # attr_reader :locationOf
554
+ #
555
+ # # @return [RDF::Vocabulary::Term]
556
+ # attr_reader :qualifiedAssociationOf
557
+ #
558
+ # # @return [RDF::Vocabulary::Term]
559
+ # attr_reader :qualifiedAttributionOf
560
+ #
561
+ # # @return [RDF::Vocabulary::Term]
562
+ # attr_reader :qualifiedCommunicationOf
563
+ #
564
+ # # @return [RDF::Vocabulary::Term]
565
+ # attr_reader :qualifiedDelegationOf
566
+ #
567
+ # # @return [RDF::Vocabulary::Term]
568
+ # attr_reader :qualifiedDerivationOf
569
+ #
570
+ # # @return [RDF::Vocabulary::Term]
571
+ # attr_reader :qualifiedEndOf
572
+ #
573
+ # # @return [RDF::Vocabulary::Term]
574
+ # attr_reader :qualifiedGenerationOf
575
+ #
576
+ # # @return [RDF::Vocabulary::Term]
577
+ # attr_reader :qualifiedInfluenceOf
578
+ #
579
+ # # @return [RDF::Vocabulary::Term]
580
+ # attr_reader :qualifiedInvalidationOf
581
+ #
582
+ # # @return [RDF::Vocabulary::Term]
583
+ # attr_reader :qualifiedQuotationOf
584
+ #
585
+ # # @return [RDF::Vocabulary::Term]
586
+ # attr_reader :qualifiedSourceOf
587
+ #
588
+ # # @return [RDF::Vocabulary::Term]
589
+ # attr_reader :qualifiedStartOf
590
+ #
591
+ # # @return [RDF::Vocabulary::Term]
592
+ # attr_reader :qualifiedUsingActivity
593
+ #
594
+ # # @return [RDF::Vocabulary::Term]
595
+ # attr_reader :quotedAs
596
+ #
597
+ # # @return [RDF::Vocabulary::Term]
598
+ # attr_reader :revisedEntity
599
+ #
600
+ # # @return [RDF::Vocabulary::Term]
601
+ # attr_reader :started
602
+ #
603
+ # # @return [RDF::Vocabulary::Term]
604
+ # attr_reader :wasActivityOfInfluence
605
+ #
606
+ # # @return [RDF::Vocabulary::Term]
607
+ # attr_reader :wasAssociateFor
608
+ #
609
+ # # @return [RDF::Vocabulary::Term]
610
+ # attr_reader :wasMemberOf
611
+ #
612
+ # # @return [RDF::Vocabulary::Term]
613
+ # attr_reader :wasPlanOf
614
+ #
615
+ # # @return [RDF::Vocabulary::Term]
616
+ # attr_reader :wasPrimarySourceOf
617
+ #
618
+ # # @return [RDF::Vocabulary::Term]
619
+ # attr_reader :wasRoleIn
620
+ #
621
+ # # @return [RDF::Vocabulary::Term]
622
+ # attr_reader :wasUsedBy
623
+ #
624
+ # # @return [RDF::Vocabulary::Term]
625
+ # attr_reader :wasUsedInDerivation
626
+ #
9
627
  # end
10
- class PROV < RDF::StrictVocabulary("http://www.w3.org/ns/prov#")
628
+ PROV = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/prov#")) do
11
629
 
12
630
  # Ontology definition
13
631
  ontology :"http://www.w3.org/ns/prov#",