rdf-vocab 3.1.7 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +5 -1
  4. data/lib/rdf/vocab/acl.rb +20 -60
  5. data/lib/rdf/vocab/as.rb +90 -90
  6. data/lib/rdf/vocab/bf2.rb +488 -488
  7. data/lib/rdf/vocab/bibo.rb +120 -123
  8. data/lib/rdf/vocab/cc.rb +18 -47
  9. data/lib/rdf/vocab/crm.rb +240 -775
  10. data/lib/rdf/vocab/dc.rb +98 -98
  11. data/lib/rdf/vocab/dc11.rb +30 -30
  12. data/lib/rdf/vocab/dcat.rb +85 -85
  13. data/lib/rdf/vocab/dcmitype.rb +12 -12
  14. data/lib/rdf/vocab/disco.rb +58 -58
  15. data/lib/rdf/vocab/dwc.rb +188 -188
  16. data/lib/rdf/vocab/earl.rb +27 -27
  17. data/lib/rdf/vocab/ebucore.rb +1232 -1522
  18. data/lib/rdf/vocab/edm.rb +52 -75
  19. data/lib/rdf/vocab/fcrepo4.rb +21 -21
  20. data/lib/rdf/vocab/foaf.rb +75 -75
  21. data/lib/rdf/vocab/geo.rb +8 -109
  22. data/lib/rdf/vocab/geojson.rb +16 -16
  23. data/lib/rdf/vocab/geonames.rb +1344 -1352
  24. data/lib/rdf/vocab/gr.rb +177 -564
  25. data/lib/rdf/vocab/ht.rb +40 -40
  26. data/lib/rdf/vocab/hydra.rb +99 -58
  27. data/lib/rdf/vocab/iana.rb +71 -113
  28. data/lib/rdf/vocab/ical.rb +123 -171
  29. data/lib/rdf/vocab/identifiers.rb +161 -662
  30. data/lib/rdf/vocab/iiif.rb +25 -25
  31. data/lib/rdf/vocab/jsonld.rb +33 -51
  32. data/lib/rdf/vocab/lrmi.rb +16 -16
  33. data/lib/rdf/vocab/ma.rb +79 -79
  34. data/lib/rdf/vocab/marcrelators.rb +4 -3
  35. data/lib/rdf/vocab/mo.rb +196 -539
  36. data/lib/rdf/vocab/mods.rb +119 -123
  37. data/lib/rdf/vocab/oa.rb +68 -72
  38. data/lib/rdf/vocab/ogc.rb +8 -8
  39. data/lib/rdf/vocab/ore.rb +13 -13
  40. data/lib/rdf/vocab/org.rb +46 -46
  41. data/lib/rdf/vocab/pcdm.rb +11 -33
  42. data/lib/rdf/vocab/pplan.rb +18 -196
  43. data/lib/rdf/vocab/premis.rb +321 -416
  44. data/lib/rdf/vocab/premiseventtype.rb +1 -1
  45. data/lib/rdf/vocab/prov.rb +90 -115
  46. data/lib/rdf/vocab/ptr.rb +34 -36
  47. data/lib/rdf/vocab/rightsstatements.rb +12 -12
  48. data/lib/rdf/vocab/rss.rb +10 -10
  49. data/lib/rdf/vocab/schema.rb +3131 -3445
  50. data/lib/rdf/vocab/schemas.rb +27066 -0
  51. data/lib/rdf/vocab/sd.rb +38 -38
  52. data/lib/rdf/vocab/sh.rb +183 -183
  53. data/lib/rdf/vocab/sioc.rb +97 -97
  54. data/lib/rdf/vocab/siocservices.rb +8 -8
  55. data/lib/rdf/vocab/sioctypes.rb +38 -38
  56. data/lib/rdf/vocab/skos.rb +45 -47
  57. data/lib/rdf/vocab/skosxl.rb +10 -10
  58. data/lib/rdf/vocab/v.rb +32 -36
  59. data/lib/rdf/vocab/vcard.rb +117 -118
  60. data/lib/rdf/vocab/vmd.rb +32 -36
  61. data/lib/rdf/vocab/void.rb +26 -26
  62. data/lib/rdf/vocab/vs.rb +4 -4
  63. data/lib/rdf/vocab/wdrs.rb +22 -22
  64. data/lib/rdf/vocab/wot.rb +18 -18
  65. data/lib/rdf/vocab/xhv.rb +84 -200
  66. data/lib/rdf/vocab/xkos.rb +10 -10
  67. metadata +6 -5
@@ -165,7 +165,7 @@ module RDF::Vocab
165
165
 
166
166
  # Ontology definition
167
167
  ontology :"http://id.loc.gov/vocabulary/preservation/eventType/",
168
- comment: %(  Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.).freeze,
168
+ comment: "  Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.".freeze,
169
169
  label: "Event Type".freeze,
170
170
  "mads:adminMetadata": [term(
171
171
  "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2010-06-01T00:00:01".freeze,
@@ -9,8 +9,8 @@ module RDF::Vocab
9
9
  # # W3C PROVenance Interchange
10
10
  # #
11
11
  # # This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/ Archives/Public/public-prov-comments/). All feedback is welcome.
12
- # # @see http://www.w3.org/TR/prov-o/#names-of-inverse-properties
13
12
  # # @see http://www.w3.org/TR/prov-overview/
13
+ # # @see http://www.w3.org/TR/prov-o/#names-of-inverse-properties
14
14
  # class PROV < RDF::StrictVocabulary
15
15
  # # @return [RDF::Vocabulary::Term]
16
16
  # attr_reader :Accept
@@ -77,9 +77,9 @@ module RDF::Vocab
77
77
  # # @return [RDF::Vocabulary::Term]
78
78
  # attr_reader :Derivation
79
79
  #
80
- # # A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.
81
- # #
82
80
  # # This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.
81
+ # #
82
+ # # A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.
83
83
  # # @return [RDF::Vocabulary::Term]
84
84
  # attr_reader :Dictionary
85
85
  #
@@ -110,9 +110,9 @@ module RDF::Vocab
110
110
  # # @return [RDF::Vocabulary::Term]
111
111
  # attr_reader :Generation
112
112
  #
113
- # # 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.
114
- # #
115
113
  # # Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.
114
+ # #
115
+ # # An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable.
116
116
  # # @return [RDF::Vocabulary::Term]
117
117
  # attr_reader :Influence
118
118
  #
@@ -305,9 +305,9 @@ module RDF::Vocab
305
305
  # # @return [RDF::Vocabulary::Term]
306
306
  # attr_reader :hadPrimarySource
307
307
  #
308
- # # 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 ].
309
- # #
310
308
  # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
309
+ # #
310
+ # # The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].
311
311
  # # @return [RDF::Vocabulary::Term]
312
312
  # attr_reader :hadRole
313
313
  #
@@ -488,9 +488,9 @@ module RDF::Vocab
488
488
  # # @return [RDF::Vocabulary::Term]
489
489
  # attr_reader :wasGeneratedBy
490
490
  #
491
- # # Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.
492
- # #
493
491
  # # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
492
+ # #
493
+ # # Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.
494
494
  # # @return [RDF::Vocabulary::Term]
495
495
  # attr_reader :wasInfluencedBy
496
496
  #
@@ -629,10 +629,7 @@ module RDF::Vocab
629
629
 
630
630
  # Ontology definition
631
631
  ontology :"http://www.w3.org/ns/prov#",
632
- comment: %(This document is published by the Provenance Working Group \(http://www.w3.org/2011/prov/wiki/Main_Page\).
633
-
634
- If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org \(subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/
635
- Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
632
+ 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,
636
633
  isDefinedBy: "http://www.w3.org/ns/prov".freeze,
637
634
  label: "W3C PROVenance Interchange".freeze,
638
635
  "owl:imports": ["http://www.w3.org/ns/prov-aq#".freeze, "http://www.w3.org/ns/prov-dc#".freeze, "http://www.w3.org/ns/prov-dictionary#".freeze, "http://www.w3.org/ns/prov-links#".freeze, "http://www.w3.org/ns/prov-o#".freeze, "http://www.w3.org/ns/prov-o-inverses#".freeze],
@@ -661,7 +658,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
661
658
  "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity".freeze,
662
659
  type: "owl:Class".freeze
663
660
  term :ActivityInfluence,
664
- 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],
661
+ 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],
665
662
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
666
663
  label: "ActivityInfluence".freeze,
667
664
  "owl:disjointWith": "prov:EntityInfluence".freeze,
@@ -685,7 +682,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
685
682
  "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent".freeze,
686
683
  type: "owl:Class".freeze
687
684
  term :AgentInfluence,
688
- 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],
685
+ 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],
689
686
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
690
687
  label: "AgentInfluence".freeze,
691
688
  "prov:category": "qualified".freeze,
@@ -694,7 +691,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
694
691
  subClassOf: "prov:Influence".freeze,
695
692
  type: "owl:Class".freeze
696
693
  term :Association,
697
- 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,
694
+ 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,
698
695
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
699
696
  label: "Association".freeze,
700
697
  "prov:category": "qualified".freeze,
@@ -706,7 +703,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
706
703
  subClassOf: "prov:AgentInfluence".freeze,
707
704
  type: "owl:Class".freeze
708
705
  term :Attribution,
709
- 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,
706
+ 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,
710
707
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
711
708
  label: "Attribution".freeze,
712
709
  "prov:category": "qualified".freeze,
@@ -719,7 +716,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
719
716
  subClassOf: "prov:AgentInfluence".freeze,
720
717
  type: "owl:Class".freeze
721
718
  term :Bundle,
722
- 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,
719
+ 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,
723
720
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
724
721
  label: "Bundle".freeze,
725
722
  "prov:category": "expanded".freeze,
@@ -738,7 +735,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
738
735
  subClassOf: "prov:Entity".freeze,
739
736
  type: "owl:Class".freeze
740
737
  term :Communication,
741
- 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,
738
+ 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,
742
739
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
743
740
  label: "Communication".freeze,
744
741
  "prov:category": "qualified".freeze,
@@ -776,7 +773,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
776
773
  subClassOf: "prov:Contributor".freeze,
777
774
  type: "owl:Class".freeze
778
775
  term :Delegation,
779
- 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,
776
+ 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,
780
777
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
781
778
  label: "Delegation".freeze,
782
779
  "prov:category": "qualified".freeze,
@@ -788,7 +785,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
788
785
  subClassOf: "prov:AgentInfluence".freeze,
789
786
  type: "owl:Class".freeze
790
787
  term :Derivation,
791
- 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],
788
+ 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],
792
789
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
793
790
  label: "Derivation".freeze,
794
791
  "prov:category": "qualified".freeze,
@@ -801,7 +798,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
801
798
  subClassOf: "prov:EntityInfluence".freeze,
802
799
  type: "owl:Class".freeze
803
800
  term :Dictionary,
804
- 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],
801
+ 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],
805
802
  isDefinedBy: "prov:".freeze,
806
803
  label: "Dictionary".freeze,
807
804
  "prov:category": "collections".freeze,
@@ -812,7 +809,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
812
809
  "prov:n": "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary".freeze,
813
810
  type: "owl:Class".freeze
814
811
  term :DirectQueryService,
815
- 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,
812
+ 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,
816
813
  isDefinedBy: "prov:".freeze,
817
814
  label: "ProvenanceService".freeze,
818
815
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery".freeze,
@@ -839,7 +836,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
839
836
  subClassOf: ["prov:Dictionary".freeze, "prov:EmptyCollection".freeze],
840
837
  type: "owl:Class".freeze
841
838
  term :End,
842
- 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,
839
+ 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,
843
840
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
844
841
  label: "End".freeze,
845
842
  "prov:category": "qualified".freeze,
@@ -863,7 +860,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
863
860
  "prov:n": "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity".freeze,
864
861
  type: "owl:Class".freeze
865
862
  term :EntityInfluence,
866
- 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],
863
+ 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],
867
864
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
868
865
  label: "EntityInfluence".freeze,
869
866
  "prov:category": "qualified".freeze,
@@ -872,7 +869,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
872
869
  subClassOf: "prov:Influence".freeze,
873
870
  type: "owl:Class".freeze
874
871
  term :Generation,
875
- 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,
872
+ 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,
876
873
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
877
874
  label: "Generation".freeze,
878
875
  "prov:category": "qualified".freeze,
@@ -885,7 +882,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
885
882
  subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
886
883
  type: "owl:Class".freeze
887
884
  term :Influence,
888
- 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],
885
+ 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],
889
886
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
890
887
  label: "Influence".freeze,
891
888
  "prov:category": "qualified".freeze,
@@ -916,7 +913,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
916
913
  )],
917
914
  type: "owl:Class".freeze
918
915
  term :InstantaneousEvent,
919
- 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,
916
+ 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,
920
917
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
921
918
  label: "InstantaneousEvent".freeze,
922
919
  "prov:category": "qualified".freeze,
@@ -925,7 +922,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
925
922
  "prov:definition": "The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.".freeze,
926
923
  type: "owl:Class".freeze
927
924
  term :Invalidation,
928
- 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,
925
+ 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,
929
926
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
930
927
  label: "Invalidation".freeze,
931
928
  "prov:category": "qualified".freeze,
@@ -991,7 +988,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
991
988
  subClassOf: "prov:Agent".freeze,
992
989
  type: "owl:Class".freeze
993
990
  term :Plan,
994
- 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,
991
+ 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,
995
992
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
996
993
  label: "Plan".freeze,
997
994
  "prov:category": ["expanded".freeze, "qualified".freeze],
@@ -1002,7 +999,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1002
999
  subClassOf: "prov:Entity".freeze,
1003
1000
  type: "owl:Class".freeze
1004
1001
  term :PrimarySource,
1005
- 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,
1002
+ 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,
1006
1003
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1007
1004
  label: "PrimarySource".freeze,
1008
1005
  "prov:category": "qualified".freeze,
@@ -1024,7 +1021,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1024
1021
  subClassOf: "prov:Role".freeze,
1025
1022
  type: "owl:Class".freeze
1026
1023
  term :Quotation,
1027
- 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,
1024
+ 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,
1028
1025
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1029
1026
  label: "Quotation".freeze,
1030
1027
  "prov:category": "qualified".freeze,
@@ -1061,7 +1058,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1061
1058
  subClassOf: "prov:Activity".freeze,
1062
1059
  type: "owl:Class".freeze
1063
1060
  term :Revision,
1064
- 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,
1061
+ 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,
1065
1062
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1066
1063
  label: "Revision".freeze,
1067
1064
  "prov:category": "qualified".freeze,
@@ -1093,7 +1090,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1093
1090
  "rdfs:seeAlso": "prov:hadRole".freeze,
1094
1091
  type: "owl:Class".freeze
1095
1092
  term :ServiceDescription,
1096
- 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,
1093
+ 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,
1097
1094
  isDefinedBy: "prov:".freeze,
1098
1095
  label: "ServiceDescription".freeze,
1099
1096
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery".freeze,
@@ -1111,7 +1108,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1111
1108
  subClassOf: ["owl:Thing".freeze, "prov:Agent".freeze],
1112
1109
  type: "owl:Class".freeze
1113
1110
  term :Start,
1114
- 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,
1111
+ 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,
1115
1112
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1116
1113
  label: "Start".freeze,
1117
1114
  "prov:category": "qualified".freeze,
@@ -1129,7 +1126,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1129
1126
  subClassOf: "prov:Activity".freeze,
1130
1127
  type: "owl:Class".freeze
1131
1128
  term :Usage,
1132
- 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,
1129
+ 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,
1133
1130
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1134
1131
  label: "Usage".freeze,
1135
1132
  "prov:category": "qualified".freeze,
@@ -1144,7 +1141,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1144
1141
 
1145
1142
  # Property definitions
1146
1143
  property :actedOnBehalfOf,
1147
- 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,
1144
+ 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,
1148
1145
  domain: "prov:Agent".freeze,
1149
1146
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1150
1147
  label: "actedOnBehalfOf".freeze,
@@ -1198,9 +1195,7 @@ Archives/Public/public-prov-comments/\). All feedback is welcome.).freeze,
1198
1195
  subPropertyOf: "rdfs:seeAlso".freeze,
1199
1196
  type: "owl:AnnotationProperty".freeze
1200
1197
  property :asInBundle,
1201
- comment: %(prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.
1202
-
1203
- When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.).freeze,
1198
+ 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,
1204
1199
  domain: "prov:Entity".freeze,
1205
1200
  isDefinedBy: "http://www.w3.org/ns/prov-links#".freeze,
1206
1201
  label: "asInBundle".freeze,
@@ -1209,7 +1204,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1209
1204
  range: "prov:Bundle".freeze,
1210
1205
  type: "owl:ObjectProperty".freeze
1211
1206
  property :atLocation,
1212
- 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],
1207
+ 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],
1213
1208
  domain: term(
1214
1209
  type: "owl:Class".freeze,
1215
1210
  unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze, "prov:InstantaneousEvent".freeze)
@@ -1223,7 +1218,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1223
1218
  range: "prov:Location".freeze,
1224
1219
  type: "owl:ObjectProperty".freeze
1225
1220
  property :atTime,
1226
- comment: %(The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.).freeze,
1221
+ comment: "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.".freeze,
1227
1222
  domain: "prov:InstantaneousEvent".freeze,
1228
1223
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1229
1224
  label: "atTime".freeze,
@@ -1234,20 +1229,20 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1234
1229
  range: "xsd:dateTime".freeze,
1235
1230
  type: "owl:DatatypeProperty".freeze
1236
1231
  property :category,
1237
- 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,
1232
+ 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,
1238
1233
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1239
1234
  type: "owl:AnnotationProperty".freeze
1240
1235
  property :component,
1241
- 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,
1236
+ 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,
1242
1237
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1243
1238
  type: "owl:AnnotationProperty".freeze
1244
1239
  property :constraints,
1245
- comment: %(A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.).freeze,
1240
+ comment: "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.".freeze,
1246
1241
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1247
1242
  subPropertyOf: "rdfs:seeAlso".freeze,
1248
1243
  type: "owl:AnnotationProperty".freeze
1249
1244
  property :definition,
1250
- comment: %(A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.).freeze,
1245
+ comment: "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.".freeze,
1251
1246
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1252
1247
  type: "owl:AnnotationProperty".freeze
1253
1248
  property :derivedByInsertionFrom,
@@ -1277,7 +1272,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1277
1272
  subPropertyOf: "prov:wasDerivedFrom".freeze,
1278
1273
  type: "owl:ObjectProperty".freeze
1279
1274
  property :describesService,
1280
- 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,
1275
+ 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,
1281
1276
  isDefinedBy: "prov:".freeze,
1282
1277
  label: "describesService".freeze,
1283
1278
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/rovenance-query-service-description".freeze,
@@ -1298,21 +1293,21 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1298
1293
  subPropertyOf: "prov:entity".freeze,
1299
1294
  type: "owl:ObjectProperty".freeze
1300
1295
  property :dm,
1301
- comment: %(A reference to the principal section of the PROV-DM document that describes this concept.).freeze,
1296
+ comment: "A reference to the principal section of the PROV-DM document that describes this concept.".freeze,
1302
1297
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1303
1298
  subPropertyOf: "rdfs:seeAlso".freeze,
1304
1299
  type: "owl:AnnotationProperty".freeze
1305
1300
  property :editorialNote,
1306
- 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,
1301
+ 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,
1307
1302
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1308
1303
  type: "owl:AnnotationProperty".freeze
1309
1304
  property :editorsDefinition,
1310
- comment: %(When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.).freeze,
1305
+ comment: "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.".freeze,
1311
1306
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1312
1307
  subPropertyOf: "prov:definition".freeze,
1313
1308
  type: "owl:AnnotationProperty".freeze
1314
1309
  property :endedAtTime,
1315
- comment: %(The time at which an activity ended. See also prov:startedAtTime.).freeze,
1310
+ comment: "The time at which an activity ended. See also prov:startedAtTime.".freeze,
1316
1311
  domain: "prov:Activity".freeze,
1317
1312
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1318
1313
  label: "endedAtTime".freeze,
@@ -1347,7 +1342,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1347
1342
  subPropertyOf: "prov:influenced".freeze,
1348
1343
  type: "owl:ObjectProperty".freeze
1349
1344
  property :generatedAtTime,
1350
- comment: %(The time at which an entity was completely created and is available for use.).freeze,
1345
+ comment: "The time at which an entity was completely created and is available for use.".freeze,
1351
1346
  domain: "prov:Entity".freeze,
1352
1347
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1353
1348
  label: "generatedAtTime".freeze,
@@ -1358,7 +1353,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1358
1353
  range: "xsd:dateTime".freeze,
1359
1354
  type: "owl:DatatypeProperty".freeze
1360
1355
  property :hadActivity,
1361
- 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],
1356
+ 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],
1362
1357
  domain: ["prov:Influence".freeze, term(
1363
1358
  type: "owl:Class".freeze,
1364
1359
  unionOf: list("prov:Delegation".freeze, "prov:Derivation".freeze, "prov:End".freeze, "prov:Start".freeze)
@@ -1385,7 +1380,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1385
1380
  range: "prov:KeyEntityPair".freeze,
1386
1381
  type: "owl:ObjectProperty".freeze
1387
1382
  property :hadGeneration,
1388
- comment: %(The _optional_ Generation involved in an Entity's Derivation.).freeze,
1383
+ comment: "The _optional_ Generation involved in an Entity's Derivation.".freeze,
1389
1384
  domain: "prov:Derivation".freeze,
1390
1385
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1391
1386
  label: "hadGeneration".freeze,
@@ -1407,7 +1402,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1407
1402
  subPropertyOf: "prov:wasInfluencedBy".freeze,
1408
1403
  type: "owl:ObjectProperty".freeze
1409
1404
  property :hadPlan,
1410
- comment: %(The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.).freeze,
1405
+ comment: "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.".freeze,
1411
1406
  domain: "prov:Association".freeze,
1412
1407
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1413
1408
  label: "hadPlan".freeze,
@@ -1430,7 +1425,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1430
1425
  subPropertyOf: "prov:wasDerivedFrom".freeze,
1431
1426
  type: "owl:ObjectProperty".freeze
1432
1427
  property :hadRole,
1433
- 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],
1428
+ 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],
1434
1429
  domain: ["prov:Influence".freeze, term(
1435
1430
  type: "owl:Class".freeze,
1436
1431
  unionOf: list("prov:Association".freeze, "prov:InstantaneousEvent".freeze)
@@ -1445,7 +1440,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1445
1440
  range: "prov:Role".freeze,
1446
1441
  type: "owl:ObjectProperty".freeze
1447
1442
  property :hadUsage,
1448
- comment: %(The _optional_ Usage involved in an Entity's Derivation.).freeze,
1443
+ comment: "The _optional_ Usage involved in an Entity's Derivation.".freeze,
1449
1444
  domain: "prov:Derivation".freeze,
1450
1445
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1451
1446
  label: "hadUsage".freeze,
@@ -1456,7 +1451,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1456
1451
  range: "prov:Usage".freeze,
1457
1452
  type: "owl:ObjectProperty".freeze
1458
1453
  property :has_anchor,
1459
- comment: %(Indicates anchor URI for a potentially dynamic resource instance.).freeze,
1454
+ comment: "Indicates anchor URI for a potentially dynamic resource instance.".freeze,
1460
1455
  isDefinedBy: "prov:".freeze,
1461
1456
  label: "has_anchor".freeze,
1462
1457
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html".freeze,
@@ -1464,7 +1459,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1464
1459
  "prov:inverse": "anchorOf".freeze,
1465
1460
  type: "owl:ObjectProperty".freeze
1466
1461
  property :has_provenance,
1467
- 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,
1462
+ 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,
1468
1463
  isDefinedBy: "prov:".freeze,
1469
1464
  label: "has_provenance".freeze,
1470
1465
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html".freeze,
@@ -1472,7 +1467,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1472
1467
  "prov:inverse": "provenanceOf".freeze,
1473
1468
  type: "owl:ObjectProperty".freeze
1474
1469
  property :has_query_service,
1475
- comment: %(Indicates a provenance query service that can access provenance related to its subject or anchor resource.).freeze,
1470
+ comment: "Indicates a provenance query service that can access provenance related to its subject or anchor resource.".freeze,
1476
1471
  isDefinedBy: "prov:".freeze,
1477
1472
  label: "hasProvenanceService".freeze,
1478
1473
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/".freeze,
@@ -1489,7 +1484,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1489
1484
  "prov:sharesDefinitionWith": "prov:Influence".freeze,
1490
1485
  type: "owl:ObjectProperty".freeze
1491
1486
  property :influencer,
1492
- 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,
1487
+ 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,
1493
1488
  domain: "prov:Influence".freeze,
1494
1489
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1495
1490
  label: "influencer".freeze,
@@ -1526,7 +1521,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1526
1521
  subPropertyOf: "prov:influenced".freeze,
1527
1522
  type: "owl:ObjectProperty".freeze
1528
1523
  property :invalidatedAtTime,
1529
- comment: %(The time at which an entity was invalidated \(i.e., no longer usable\).).freeze,
1524
+ comment: "The time at which an entity was invalidated (i.e., no longer usable).".freeze,
1530
1525
  domain: "prov:Entity".freeze,
1531
1526
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1532
1527
  label: "invalidatedAtTime".freeze,
@@ -1537,14 +1532,12 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
1537
1532
  range: "xsd:dateTime".freeze,
1538
1533
  type: "owl:DatatypeProperty".freeze
1539
1534
  property :inverse,
1540
- 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,
1535
+ 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,
1541
1536
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1542
1537
  "rdfs:seeAlso": "http://www.w3.org/TR/prov-o/#names-of-inverse-properties".freeze,
1543
1538
  type: "owl:AnnotationProperty".freeze
1544
1539
  property :mentionOf,
1545
- comment: %(prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.
1546
-
1547
- prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.).freeze,
1540
+ 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,
1548
1541
  domain: "prov:Entity".freeze,
1549
1542
  isDefinedBy: "http://www.w3.org/ns/prov-links#".freeze,
1550
1543
  label: "mentionOf".freeze,
@@ -1553,12 +1546,12 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1553
1546
  subPropertyOf: "prov:specializationOf".freeze,
1554
1547
  type: "owl:ObjectProperty".freeze
1555
1548
  property :n,
1556
- 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],
1549
+ 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],
1557
1550
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1558
1551
  subPropertyOf: "rdfs:seeAlso".freeze,
1559
1552
  type: "owl:AnnotationProperty".freeze
1560
1553
  property :order,
1561
- 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,
1554
+ 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,
1562
1555
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1563
1556
  type: "owl:AnnotationProperty".freeze
1564
1557
  property :pairEntity,
@@ -1586,21 +1579,21 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1586
1579
  range: "rdfs:Literal".freeze,
1587
1580
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
1588
1581
  property :pingback,
1589
- comment: %(Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.).freeze,
1582
+ comment: "Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.".freeze,
1590
1583
  isDefinedBy: "prov:".freeze,
1591
1584
  label: "provenance pingback".freeze,
1592
1585
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-pingback".freeze,
1593
1586
  "prov:category": "access-and-query".freeze,
1594
1587
  type: "owl:ObjectProperty".freeze
1595
1588
  property :provenanceUriTemplate,
1596
- comment: %(Relates a provenance service to a URI template string for constructing provenance-URIs.).freeze,
1589
+ comment: "Relates a provenance service to a URI template string for constructing provenance-URIs.".freeze,
1597
1590
  isDefinedBy: "prov:".freeze,
1598
1591
  label: "provenanceUriTemplate".freeze,
1599
1592
  "prov:aq": "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/".freeze,
1600
1593
  "prov:category": "access-and-query".freeze,
1601
1594
  type: "owl:DatatypeProperty".freeze
1602
1595
  property :qualifiedAssociation,
1603
- 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,
1596
+ 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,
1604
1597
  domain: "prov:Activity".freeze,
1605
1598
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1606
1599
  label: "qualifiedAssociation".freeze,
@@ -1613,7 +1606,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1613
1606
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1614
1607
  type: "owl:ObjectProperty".freeze
1615
1608
  property :qualifiedAttribution,
1616
- 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,
1609
+ 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,
1617
1610
  domain: "prov:Entity".freeze,
1618
1611
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1619
1612
  label: "qualifiedAttribution".freeze,
@@ -1626,7 +1619,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1626
1619
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1627
1620
  type: "owl:ObjectProperty".freeze
1628
1621
  property :qualifiedCommunication,
1629
- 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,
1622
+ 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,
1630
1623
  domain: "prov:Activity".freeze,
1631
1624
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1632
1625
  label: "qualifiedCommunication".freeze,
@@ -1639,7 +1632,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1639
1632
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1640
1633
  type: "owl:ObjectProperty".freeze
1641
1634
  property :qualifiedDelegation,
1642
- 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,
1635
+ 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,
1643
1636
  domain: "prov:Agent".freeze,
1644
1637
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1645
1638
  label: "qualifiedDelegation".freeze,
@@ -1652,7 +1645,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1652
1645
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1653
1646
  type: "owl:ObjectProperty".freeze
1654
1647
  property :qualifiedDerivation,
1655
- 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,
1648
+ 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,
1656
1649
  domain: "prov:Entity".freeze,
1657
1650
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1658
1651
  label: "qualifiedDerivation".freeze,
@@ -1665,7 +1658,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1665
1658
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1666
1659
  type: "owl:ObjectProperty".freeze
1667
1660
  property :qualifiedEnd,
1668
- 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,
1661
+ 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,
1669
1662
  domain: "prov:Activity".freeze,
1670
1663
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1671
1664
  label: "qualifiedEnd".freeze,
@@ -1678,30 +1671,12 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
1678
1671
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1679
1672
  type: "owl:ObjectProperty".freeze
1680
1673
  property :qualifiedForm,
1681
- 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.
1682
-
1683
- Example annotation:
1684
-
1685
- prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
1686
-
1687
- Then this unqualified assertion:
1688
-
1689
- :entity1 prov:wasGeneratedBy :activity1 .
1690
-
1691
- can be qualified by adding:
1692
-
1693
- :entity1 prov:qualifiedGeneration :entity1Gen .
1694
- :entity1Gen
1695
- a prov:Generation, prov:Influence;
1696
- prov:activity :activity1;
1697
- :customValue 1337 .
1698
-
1699
- Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1\) is mirrored as the value of the prov:activity \(or prov:entity, or prov:agent\) property on the influence class.).freeze,
1674
+ 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,
1700
1675
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1701
1676
  subPropertyOf: "rdfs:seeAlso".freeze,
1702
1677
  type: "owl:AnnotationProperty".freeze
1703
1678
  property :qualifiedGeneration,
1704
- 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,
1679
+ 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,
1705
1680
  domain: "prov:Entity".freeze,
1706
1681
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1707
1682
  label: "qualifiedGeneration".freeze,
@@ -1714,7 +1689,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1714
1689
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1715
1690
  type: "owl:ObjectProperty".freeze
1716
1691
  property :qualifiedInfluence,
1717
- comment: %(Because prov:qualifiedInfluence is a broad relation, the more specific relations \(qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.\) should be used when applicable.).freeze,
1692
+ comment: "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.".freeze,
1718
1693
  domain: term(
1719
1694
  type: "owl:Class".freeze,
1720
1695
  unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze)
@@ -1742,7 +1717,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1742
1717
  subPropertyOf: "prov:qualifiedDerivation".freeze,
1743
1718
  type: "owl:ObjectProperty".freeze
1744
1719
  property :qualifiedInvalidation,
1745
- 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,
1720
+ 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,
1746
1721
  domain: "prov:Entity".freeze,
1747
1722
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1748
1723
  label: "qualifiedInvalidation".freeze,
@@ -1755,7 +1730,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1755
1730
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1756
1731
  type: "owl:ObjectProperty".freeze
1757
1732
  property :qualifiedPrimarySource,
1758
- 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,
1733
+ 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,
1759
1734
  domain: "prov:Entity".freeze,
1760
1735
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1761
1736
  label: "qualifiedPrimarySource".freeze,
@@ -1768,7 +1743,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1768
1743
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1769
1744
  type: "owl:ObjectProperty".freeze
1770
1745
  property :qualifiedQuotation,
1771
- 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,
1746
+ 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,
1772
1747
  domain: "prov:Entity".freeze,
1773
1748
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1774
1749
  label: "qualifiedQuotation".freeze,
@@ -1794,7 +1769,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1794
1769
  subPropertyOf: "prov:qualifiedDerivation".freeze,
1795
1770
  type: "owl:ObjectProperty".freeze
1796
1771
  property :qualifiedRevision,
1797
- 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,
1772
+ 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,
1798
1773
  domain: "prov:Entity".freeze,
1799
1774
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1800
1775
  label: "qualifiedRevision".freeze,
@@ -1807,7 +1782,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1807
1782
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1808
1783
  type: "owl:ObjectProperty".freeze
1809
1784
  property :qualifiedStart,
1810
- 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,
1785
+ 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,
1811
1786
  domain: "prov:Activity".freeze,
1812
1787
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1813
1788
  label: "qualifiedStart".freeze,
@@ -1820,7 +1795,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1820
1795
  subPropertyOf: "prov:qualifiedInfluence".freeze,
1821
1796
  type: "owl:ObjectProperty".freeze
1822
1797
  property :qualifiedUsage,
1823
- 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,
1798
+ 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,
1824
1799
  domain: "prov:Activity".freeze,
1825
1800
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1826
1801
  label: "qualifiedUsage".freeze,
@@ -1864,7 +1839,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1864
1839
  subPropertyOf: ["owl:topObjectProperty".freeze, "prov:alternateOf".freeze],
1865
1840
  type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
1866
1841
  property :startedAtTime,
1867
- comment: %(The time at which an activity started. See also prov:endedAtTime.).freeze,
1842
+ comment: "The time at which an activity started. See also prov:endedAtTime.".freeze,
1868
1843
  domain: "prov:Activity".freeze,
1869
1844
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1870
1845
  label: "startedAtTime".freeze,
@@ -1877,12 +1852,12 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1877
1852
  property :todo,
1878
1853
  type: "owl:AnnotationProperty".freeze
1879
1854
  property :unqualifiedForm,
1880
- 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,
1855
+ 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,
1881
1856
  isDefinedBy: ["http://www.w3.org/ns/prov-o#".freeze, "prov:".freeze],
1882
1857
  subPropertyOf: "rdfs:seeAlso".freeze,
1883
1858
  type: "owl:AnnotationProperty".freeze
1884
1859
  property :used,
1885
- comment: %(A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .).freeze,
1860
+ comment: "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .".freeze,
1886
1861
  domain: "prov:Activity".freeze,
1887
1862
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1888
1863
  label: "used".freeze,
@@ -1905,7 +1880,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1905
1880
  "prov:editorialNote": ["The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue".freeze, "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values').".freeze],
1906
1881
  type: "owl:DatatypeProperty".freeze
1907
1882
  property :wasAssociatedWith,
1908
- comment: %(An prov:Agent that had some \(unspecified\) responsibility for the occurrence of this prov:Activity.).freeze,
1883
+ comment: "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.".freeze,
1909
1884
  domain: "prov:Activity".freeze,
1910
1885
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1911
1886
  label: "wasAssociatedWith".freeze,
@@ -1918,7 +1893,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1918
1893
  subPropertyOf: "prov:wasInfluencedBy".freeze,
1919
1894
  type: "owl:ObjectProperty".freeze
1920
1895
  property :wasAttributedTo,
1921
- comment: %(Attribution is the ascribing of an entity to an agent.).freeze,
1896
+ comment: "Attribution is the ascribing of an entity to an agent.".freeze,
1922
1897
  domain: "prov:Entity".freeze,
1923
1898
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1924
1899
  label: "wasAttributedTo".freeze,
@@ -1932,7 +1907,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1932
1907
  subPropertyOf: "prov:wasInfluencedBy".freeze,
1933
1908
  type: "owl:ObjectProperty".freeze
1934
1909
  property :wasDerivedFrom,
1935
- comment: %(The more specific subproperties of prov:wasDerivedFrom \(i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource\) should be used when applicable.).freeze,
1910
+ comment: "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.".freeze,
1936
1911
  domain: "prov:Entity".freeze,
1937
1912
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1938
1913
  label: "wasDerivedFrom".freeze,
@@ -1946,7 +1921,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1946
1921
  subPropertyOf: "prov:wasInfluencedBy".freeze,
1947
1922
  type: "owl:ObjectProperty".freeze
1948
1923
  property :wasEndedBy,
1949
- 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,
1924
+ 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,
1950
1925
  domain: "prov:Activity".freeze,
1951
1926
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1952
1927
  label: "wasEndedBy".freeze,
@@ -1972,7 +1947,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1972
1947
  subPropertyOf: "prov:wasInfluencedBy".freeze,
1973
1948
  type: "owl:ObjectProperty".freeze
1974
1949
  property :wasInfluencedBy,
1975
- 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],
1950
+ 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],
1976
1951
  domain: term(
1977
1952
  type: "owl:Class".freeze,
1978
1953
  unionOf: list("prov:Activity".freeze, "prov:Agent".freeze, "prov:Entity".freeze)
@@ -1992,7 +1967,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
1992
1967
  ),
1993
1968
  type: "owl:ObjectProperty".freeze
1994
1969
  property :wasInformedBy,
1995
- 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,
1970
+ 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,
1996
1971
  domain: "prov:Activity".freeze,
1997
1972
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
1998
1973
  label: "wasInformedBy".freeze,
@@ -2018,7 +1993,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
2018
1993
  subPropertyOf: "prov:wasInfluencedBy".freeze,
2019
1994
  type: "owl:ObjectProperty".freeze
2020
1995
  property :wasQuotedFrom,
2021
- comment: %(An entity is derived from an original entity by copying, or 'quoting', some or all of it.).freeze,
1996
+ comment: "An entity is derived from an original entity by copying, or 'quoting', some or all of it.".freeze,
2022
1997
  domain: "prov:Entity".freeze,
2023
1998
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
2024
1999
  label: "wasQuotedFrom".freeze,
@@ -2031,7 +2006,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
2031
2006
  subPropertyOf: "prov:wasDerivedFrom".freeze,
2032
2007
  type: "owl:ObjectProperty".freeze
2033
2008
  property :wasRevisionOf,
2034
- comment: %(A revision is a derivation that revises an entity into a revised version.).freeze,
2009
+ comment: "A revision is a derivation that revises an entity into a revised version.".freeze,
2035
2010
  domain: "prov:Entity".freeze,
2036
2011
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
2037
2012
  label: "wasRevisionOf".freeze,
@@ -2044,7 +2019,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
2044
2019
  subPropertyOf: "prov:wasDerivedFrom".freeze,
2045
2020
  type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
2046
2021
  property :wasStartedBy,
2047
- 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,
2022
+ 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,
2048
2023
  domain: "prov:Activity".freeze,
2049
2024
  isDefinedBy: "http://www.w3.org/ns/prov-o#".freeze,
2050
2025
  label: "wasStartedBy".freeze,