rdf-vocab 3.2.0 → 3.2.1

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