rdf 1.1.4 → 1.1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/cli/vocab-loader.rb +1 -1
- data/lib/rdf/query/solution.rb +1 -1
- data/lib/rdf/reader.rb +1 -0
- data/lib/rdf/util/cache.rb +21 -0
- data/lib/rdf/util/file.rb +3 -2
- data/lib/rdf/vocab.rb +73 -34
- data/lib/rdf/vocab/cert.rb +6 -6
- data/lib/rdf/vocab/dc.rb +39 -34
- data/lib/rdf/vocab/dc11.rb +7 -0
- data/lib/rdf/vocab/doap.rb +12 -12
- data/lib/rdf/vocab/exif.rb +35 -35
- data/lib/rdf/vocab/foaf.rb +83 -82
- data/lib/rdf/vocab/geo.rb +9 -2
- data/lib/rdf/vocab/gr.rb +38 -99
- data/lib/rdf/vocab/ht.rb +29 -28
- data/lib/rdf/vocab/ical.rb +96 -88
- data/lib/rdf/vocab/ma.rb +5 -7
- data/lib/rdf/vocab/mo.rb +729 -753
- data/lib/rdf/vocab/og.rb +1 -1
- data/lib/rdf/vocab/owl.rb +3 -3
- data/lib/rdf/vocab/prov.rb +77 -95
- data/lib/rdf/vocab/rdfs.rb +1 -0
- data/lib/rdf/vocab/rsa.rb +2 -2
- data/lib/rdf/vocab/schema.rb +461 -335
- data/lib/rdf/vocab/sioc.rb +23 -22
- data/lib/rdf/vocab/skos.rb +36 -36
- data/lib/rdf/vocab/skosxl.rb +7 -8
- data/lib/rdf/vocab/v.rb +382 -0
- data/lib/rdf/vocab/vcard.rb +173 -36
- data/lib/rdf/vocab/vmd.rb +382 -0
- data/lib/rdf/vocab/void.rb +16 -16
- data/lib/rdf/vocab/vs.rb +9 -9
- data/lib/rdf/vocab/wdrs.rb +11 -11
- data/lib/rdf/vocab/wot.rb +13 -12
- data/lib/rdf/vocab/xhv.rb +9 -9
- metadata +20 -4
data/lib/rdf/vocab/og.rb
CHANGED
@@ -155,7 +155,7 @@ module RDF
|
|
155
155
|
label: "url".freeze,
|
156
156
|
range: "http://ogp.me/ns/class#url".freeze,
|
157
157
|
"rdfs:isDefinedBy" => %(og:).freeze,
|
158
|
-
"rdfs:seeAlso" => %(dc11:identifier).freeze,
|
158
|
+
"rdfs:seeAlso" => [%(dc11:identifier).freeze, %(foaf:homepage).freeze],
|
159
159
|
type: "rdf:Property".freeze
|
160
160
|
property :video,
|
161
161
|
label: "video".freeze,
|
data/lib/rdf/vocab/owl.rb
CHANGED
@@ -203,7 +203,7 @@ module RDF
|
|
203
203
|
label: "backwardCompatibleWith".freeze,
|
204
204
|
range: "owl:Ontology".freeze,
|
205
205
|
"rdfs:isDefinedBy" => %(owl:).freeze,
|
206
|
-
type: "owl:AnnotationProperty".freeze
|
206
|
+
type: ["owl:AnnotationProperty".freeze, "owl:OntologyProperty".freeze]
|
207
207
|
property :bottomDataProperty,
|
208
208
|
comment: %(The data property that does not relate any individual to any data value.).freeze,
|
209
209
|
domain: "owl:Thing".freeze,
|
@@ -322,7 +322,7 @@ module RDF
|
|
322
322
|
label: "incompatibleWith".freeze,
|
323
323
|
range: "owl:Ontology".freeze,
|
324
324
|
"rdfs:isDefinedBy" => %(owl:).freeze,
|
325
|
-
type: "owl:AnnotationProperty".freeze
|
325
|
+
type: ["owl:AnnotationProperty".freeze, "owl:OntologyProperty".freeze]
|
326
326
|
property :intersectionOf,
|
327
327
|
comment: %(The property that determines the collection of classes or data ranges that build an intersection.).freeze,
|
328
328
|
domain: "rdfs:Class".freeze,
|
@@ -420,7 +420,7 @@ module RDF
|
|
420
420
|
label: "priorVersion".freeze,
|
421
421
|
range: "owl:Ontology".freeze,
|
422
422
|
"rdfs:isDefinedBy" => %(owl:).freeze,
|
423
|
-
type: "owl:AnnotationProperty".freeze
|
423
|
+
type: ["owl:AnnotationProperty".freeze, "owl:OntologyProperty".freeze]
|
424
424
|
property :propertyChainAxiom,
|
425
425
|
comment: %(The property that determines the n-tuple of properties that build a sub property chain of a given property.).freeze,
|
426
426
|
domain: "owl:ObjectProperty".freeze,
|
data/lib/rdf/vocab/prov.rb
CHANGED
@@ -22,7 +22,7 @@ module RDF
|
|
22
22
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
23
23
|
type: "owl:Class".freeze
|
24
24
|
term :ActivityInfluence,
|
25
|
-
comment: %(ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.).freeze,
|
25
|
+
comment: [%(ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.).freeze, %(It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.).freeze],
|
26
26
|
label: "ActivityInfluence".freeze,
|
27
27
|
"owl:disjointWith" => %(prov:EntityInfluence).freeze,
|
28
28
|
"prov:category" => %(qualified).freeze,
|
@@ -42,7 +42,7 @@ module RDF
|
|
42
42
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
43
43
|
type: "owl:Class".freeze
|
44
44
|
term :AgentInfluence,
|
45
|
-
comment: %(AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.).freeze,
|
45
|
+
comment: [%(AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.).freeze, %(It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.).freeze],
|
46
46
|
label: "AgentInfluence".freeze,
|
47
47
|
"prov:category" => %(qualified).freeze,
|
48
48
|
"prov:editorsDefinition" => %(AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.).freeze,
|
@@ -149,7 +149,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
149
149
|
subClassOf: "prov:AgentInfluence".freeze,
|
150
150
|
type: "owl:Class".freeze
|
151
151
|
term :Derivation,
|
152
|
-
comment: %(An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].).freeze,
|
152
|
+
comment: [%(An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].).freeze, %(The more specific forms of prov:Derivation \(i.e., prov:Revision, prov:Quotation, prov:PrimarySource\) should be asserted if they apply.).freeze],
|
153
153
|
label: "Derivation".freeze,
|
154
154
|
"prov:category" => %(qualified).freeze,
|
155
155
|
"prov:component" => %(derivations).freeze,
|
@@ -162,7 +162,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
162
162
|
subClassOf: "prov:EntityInfluence".freeze,
|
163
163
|
type: "owl:Class".freeze
|
164
164
|
term :Dictionary,
|
165
|
-
comment: %(This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.).freeze,
|
165
|
+
comment: [%(This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.).freeze, %(A given dictionary forms a given structure for its members. A different structure \(obtained either by insertion or removal of members\) constitutes a different dictionary.).freeze],
|
166
166
|
label: "Dictionary".freeze,
|
167
167
|
"prov:category" => %(collections).freeze,
|
168
168
|
"prov:component" => %(collections).freeze,
|
@@ -187,7 +187,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
187
187
|
"prov:definition" => %(An empty collection is a collection without members.).freeze,
|
188
188
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
189
189
|
subClassOf: "prov:Collection".freeze,
|
190
|
-
type: "owl:Class".freeze
|
190
|
+
type: ["owl:Class".freeze, "owl:NamedIndividual".freeze]
|
191
191
|
term :EmptyDictionary,
|
192
192
|
label: "Empty Dictionary".freeze,
|
193
193
|
"prov:category" => %(collections).freeze,
|
@@ -197,7 +197,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
197
197
|
"prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition).freeze,
|
198
198
|
"prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary).freeze,
|
199
199
|
"rdfs:isDefinedBy" => %(prov:).freeze,
|
200
|
-
subClassOf: "prov:EmptyCollection".freeze,
|
200
|
+
subClassOf: ["prov:EmptyCollection".freeze, "prov:Dictionary".freeze],
|
201
201
|
type: "owl:Class".freeze
|
202
202
|
term :End,
|
203
203
|
comment: %(An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].).freeze,
|
@@ -210,7 +210,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
210
210
|
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End).freeze,
|
211
211
|
"prov:unqualifiedForm" => %(prov:wasEndedBy).freeze,
|
212
212
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
213
|
-
subClassOf: "prov:EntityInfluence".freeze,
|
213
|
+
subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
|
214
214
|
type: "owl:Class".freeze
|
215
215
|
term :Entity,
|
216
216
|
label: "Entity".freeze,
|
@@ -224,7 +224,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
224
224
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
225
225
|
type: "owl:Class".freeze
|
226
226
|
term :EntityInfluence,
|
227
|
-
comment: %(EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.).freeze,
|
227
|
+
comment: [%(EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.).freeze, %(It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.).freeze],
|
228
228
|
label: "EntityInfluence".freeze,
|
229
229
|
"prov:category" => %(qualified).freeze,
|
230
230
|
"prov:editorsDefinition" => %(EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. ).freeze,
|
@@ -243,10 +243,10 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
243
243
|
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation).freeze,
|
244
244
|
"prov:unqualifiedForm" => %(prov:wasGeneratedBy).freeze,
|
245
245
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
246
|
-
subClassOf: "prov:ActivityInfluence".freeze,
|
246
|
+
subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
|
247
247
|
type: "owl:Class".freeze
|
248
248
|
term :Influence,
|
249
|
-
comment: %(An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations \(Communication, Delegation, End, etc.\) should be used when applicable.).freeze,
|
249
|
+
comment: [%(An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations \(Communication, Delegation, End, etc.\) should be used when applicable.).freeze, %(Because prov:Influence is a broad relation, its most specific subclasses \(e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.\) should be used when applicable.).freeze],
|
250
250
|
label: "Influence".freeze,
|
251
251
|
"prov:category" => %(qualified).freeze,
|
252
252
|
"prov:component" => %(derivations).freeze,
|
@@ -288,7 +288,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
288
288
|
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation).freeze,
|
289
289
|
"prov:unqualifiedForm" => %(prov:wasInvalidatedBy).freeze,
|
290
290
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
291
|
-
subClassOf: "prov:ActivityInfluence".freeze,
|
291
|
+
subClassOf: ["prov:ActivityInfluence".freeze, "prov:InstantaneousEvent".freeze],
|
292
292
|
type: "owl:Class".freeze
|
293
293
|
term :KeyEntityPair,
|
294
294
|
label: "Key-Entity Pair".freeze,
|
@@ -299,7 +299,6 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
299
299
|
"prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-membership).freeze,
|
300
300
|
"prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
|
301
301
|
"rdfs:isDefinedBy" => %(prov:).freeze,
|
302
|
-
subClassOf: "_:g2172986660".freeze,
|
303
302
|
type: "owl:Class".freeze
|
304
303
|
term :Location,
|
305
304
|
label: "Location".freeze,
|
@@ -338,7 +337,7 @@ For example, a student acted on behalf of his supervisor, who acted on behalf of
|
|
338
337
|
term :Plan,
|
339
338
|
comment: %(There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.).freeze,
|
340
339
|
label: "Plan".freeze,
|
341
|
-
"prov:category" => %(expanded).freeze,
|
340
|
+
"prov:category" => [%(expanded).freeze, %(qualified).freeze],
|
342
341
|
"prov:component" => %(agents-responsibility).freeze,
|
343
342
|
"prov:definition" => %(A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.).freeze,
|
344
343
|
"prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association).freeze,
|
@@ -446,10 +445,10 @@ A primary source relation is a particular case of derivation of secondary materi
|
|
446
445
|
"prov:category" => %(expanded).freeze,
|
447
446
|
"prov:component" => %(agents-responsibility).freeze,
|
448
447
|
"prov:definition" => %(A software agent is running software.).freeze,
|
449
|
-
"prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze,
|
450
|
-
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze,
|
451
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
452
|
-
subClassOf: "prov:Agent".freeze,
|
448
|
+
"prov:dm" => [%(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent).freeze],
|
449
|
+
"prov:n" => [%(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types).freeze],
|
450
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
451
|
+
subClassOf: ["prov:Agent".freeze, "owl:Thing".freeze],
|
453
452
|
type: "owl:Class".freeze
|
454
453
|
term :Start,
|
455
454
|
comment: %(An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .).freeze,
|
@@ -462,7 +461,7 @@ A primary source relation is a particular case of derivation of secondary materi
|
|
462
461
|
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start).freeze,
|
463
462
|
"prov:unqualifiedForm" => %(prov:wasStartedBy).freeze,
|
464
463
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
465
|
-
subClassOf: "prov:EntityInfluence".freeze,
|
464
|
+
subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
|
466
465
|
type: "owl:Class".freeze
|
467
466
|
term :Submit,
|
468
467
|
label: "Submit".freeze,
|
@@ -480,7 +479,7 @@ A primary source relation is a particular case of derivation of secondary materi
|
|
480
479
|
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage).freeze,
|
481
480
|
"prov:unqualifiedForm" => %(prov:used).freeze,
|
482
481
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
483
|
-
subClassOf: "prov:EntityInfluence".freeze,
|
482
|
+
subClassOf: ["prov:EntityInfluence".freeze, "prov:InstantaneousEvent".freeze],
|
484
483
|
type: "owl:Class".freeze
|
485
484
|
|
486
485
|
# Property definitions
|
@@ -488,11 +487,10 @@ A primary source relation is a particular case of derivation of secondary materi
|
|
488
487
|
comment: %(An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. ).freeze,
|
489
488
|
domain: "prov:Agent".freeze,
|
490
489
|
label: "actedOnBehalfOf".freeze,
|
491
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedDelegation"}, {"@id"=>"http://www.w3.org/ns/prov#agent"}]}).freeze,
|
492
490
|
"prov:category" => %(starting-point).freeze,
|
493
491
|
"prov:component" => %(agents-responsibility).freeze,
|
494
492
|
"prov:inverse" => %(hadDelegate).freeze,
|
495
|
-
"prov:qualifiedForm" => %(prov:Delegation).freeze,
|
493
|
+
"prov:qualifiedForm" => [%(prov:Delegation).freeze, %(prov:qualifiedDelegation).freeze],
|
496
494
|
range: "prov:Agent".freeze,
|
497
495
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
498
496
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -531,12 +529,12 @@ A primary source relation is a particular case of derivation of secondary materi
|
|
531
529
|
"prov:inverse" => %(alternateOf).freeze,
|
532
530
|
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate).freeze,
|
533
531
|
range: "prov:Entity".freeze,
|
534
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
532
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
535
533
|
"rdfs:seeAlso" => %(prov:specializationOf).freeze,
|
536
534
|
type: "owl:ObjectProperty".freeze
|
537
535
|
property :aq,
|
538
536
|
label: "aq".freeze,
|
539
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
537
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
540
538
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
541
539
|
type: "owl:AnnotationProperty".freeze
|
542
540
|
property :asInBundle,
|
@@ -551,11 +549,10 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
551
549
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-links#).freeze,
|
552
550
|
type: "owl:ObjectProperty".freeze
|
553
551
|
property :atLocation,
|
554
|
-
comment: %(The Location of any resource.).freeze,
|
555
|
-
domain: "_:g2173009760".freeze,
|
552
|
+
comment: [%(The Location of any resource.).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
|
556
553
|
label: "atLocation".freeze,
|
557
554
|
"prov:category" => %(expanded).freeze,
|
558
|
-
"prov:editorialNote" => %(The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.).freeze,
|
555
|
+
"prov:editorialNote" => [%(The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.).freeze, %(This property is not functional because the many values could be at a variety of granularies \(In this building, in this room, in that chair\).).freeze],
|
559
556
|
"prov:inverse" => %(locationOf).freeze,
|
560
557
|
"prov:sharesDefinitionWith" => %(prov:Location).freeze,
|
561
558
|
range: "prov:Location".freeze,
|
@@ -568,30 +565,30 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
568
565
|
"prov:category" => %(qualified).freeze,
|
569
566
|
"prov:component" => %(entities-activities).freeze,
|
570
567
|
"prov:sharesDefinitionWith" => %(prov:InstantaneousEvent).freeze,
|
571
|
-
"prov:unqualifiedForm" => %(prov:endedAtTime).freeze,
|
568
|
+
"prov:unqualifiedForm" => [%(prov:endedAtTime).freeze, %(prov:generatedAtTime).freeze, %(prov:invalidatedAtTime).freeze, %(prov:startedAtTime).freeze],
|
572
569
|
range: "xsd:dateTime".freeze,
|
573
570
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
574
571
|
type: "owl:DatatypeProperty".freeze
|
575
572
|
property :category,
|
576
573
|
comment: %(Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. ).freeze,
|
577
574
|
label: "category".freeze,
|
578
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
575
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
579
576
|
type: "owl:AnnotationProperty".freeze
|
580
577
|
property :component,
|
581
578
|
comment: %(Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.).freeze,
|
582
579
|
label: "component".freeze,
|
583
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
580
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
584
581
|
type: "owl:AnnotationProperty".freeze
|
585
582
|
property :constraints,
|
586
583
|
comment: %(A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.).freeze,
|
587
584
|
label: "constraints".freeze,
|
588
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
585
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
589
586
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
590
587
|
type: "owl:AnnotationProperty".freeze
|
591
588
|
property :definition,
|
592
589
|
comment: %(A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.).freeze,
|
593
590
|
label: "definition".freeze,
|
594
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
591
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
595
592
|
type: "owl:AnnotationProperty".freeze
|
596
593
|
property :derivedByInsertionFrom,
|
597
594
|
domain: "prov:Dictionary".freeze,
|
@@ -628,14 +625,14 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
628
625
|
"rdfs:isDefinedBy" => %(prov:).freeze,
|
629
626
|
type: "owl:ObjectProperty".freeze
|
630
627
|
property :dictionary,
|
631
|
-
domain: "prov:Insertion".freeze,
|
628
|
+
domain: ["prov:Insertion".freeze, "prov:Removal".freeze],
|
632
629
|
label: "dictionary".freeze,
|
633
630
|
"prov:category" => %(collections).freeze,
|
634
631
|
"prov:component" => %(collections).freeze,
|
635
632
|
"prov:constraints" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints).freeze,
|
636
633
|
"prov:definition" => %(The property used by a prov:Insertion and prov:Removal to cite the prov:Dictionary that was prov:derivedByInsertionFrom or prov:derivedByRemovalFrom another dictionary.).freeze,
|
637
|
-
"prov:dm" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze,
|
638
|
-
"prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze,
|
634
|
+
"prov:dm" => [%(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-insertion).freeze, %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#term-dictionary-removal).freeze],
|
635
|
+
"prov:n" => [%(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-insertion).freeze, %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-removal).freeze],
|
639
636
|
range: "prov:Dictionary".freeze,
|
640
637
|
"rdfs:isDefinedBy" => %(prov:).freeze,
|
641
638
|
subPropertyOf: "prov:entity".freeze,
|
@@ -643,18 +640,18 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
643
640
|
property :dm,
|
644
641
|
comment: %(A reference to the principal section of the PROV-DM document that describes this concept.).freeze,
|
645
642
|
label: "dm".freeze,
|
646
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
643
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
647
644
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
648
645
|
type: "owl:AnnotationProperty".freeze
|
649
646
|
property :editorialNote,
|
650
647
|
comment: %(A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.).freeze,
|
651
648
|
label: "editorialNote".freeze,
|
652
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
649
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
653
650
|
type: "owl:AnnotationProperty".freeze
|
654
651
|
property :editorsDefinition,
|
655
652
|
comment: %(When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.).freeze,
|
656
653
|
label: "editorsDefinition".freeze,
|
657
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
654
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
658
655
|
subPropertyOf: "prov:definition".freeze,
|
659
656
|
type: "owl:AnnotationProperty".freeze
|
660
657
|
property :endedAtTime,
|
@@ -664,7 +661,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
664
661
|
"prov:category" => %(starting-point).freeze,
|
665
662
|
"prov:component" => %(entities-activities).freeze,
|
666
663
|
"prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedEnd o prov:atTime\) rdfs:subPropertyOf prov:endedAtTime.).freeze,
|
667
|
-
"prov:qualifiedForm" => %(prov:End).freeze,
|
664
|
+
"prov:qualifiedForm" => [%(prov:End).freeze, %(prov:atTime).freeze],
|
668
665
|
range: "xsd:dateTime".freeze,
|
669
666
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
670
667
|
type: "owl:DatatypeProperty".freeze
|
@@ -689,7 +686,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
689
686
|
"prov:inverse" => %(wasGeneratedBy).freeze,
|
690
687
|
"prov:sharesDefinitionWith" => %(prov:Generation).freeze,
|
691
688
|
range: "prov:Entity".freeze,
|
692
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
689
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
693
690
|
subPropertyOf: "prov:influenced".freeze,
|
694
691
|
type: "owl:ObjectProperty".freeze
|
695
692
|
property :generatedAtTime,
|
@@ -699,12 +696,12 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
699
696
|
"prov:category" => %(expanded).freeze,
|
700
697
|
"prov:component" => %(entities-activities).freeze,
|
701
698
|
"prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedGeneration o prov:atTime\) rdfs:subPropertyOf prov:generatedAtTime.).freeze,
|
702
|
-
"prov:qualifiedForm" => %(prov:Generation).freeze,
|
699
|
+
"prov:qualifiedForm" => [%(prov:Generation).freeze, %(prov:atTime).freeze],
|
703
700
|
range: "xsd:dateTime".freeze,
|
704
701
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
705
702
|
type: "owl:DatatypeProperty".freeze
|
706
703
|
property :hadActivity,
|
707
|
-
comment: %(The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence \(use prov:activity instead\).).freeze,
|
704
|
+
comment: [%(The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence \(use prov:activity instead\).).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
|
708
705
|
domain: "prov:Influence".freeze,
|
709
706
|
label: "hadActivity".freeze,
|
710
707
|
"prov:category" => %(qualified).freeze,
|
@@ -763,17 +760,16 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
763
760
|
property :hadPrimarySource,
|
764
761
|
domain: "prov:Entity".freeze,
|
765
762
|
label: "hadPrimarySource".freeze,
|
766
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedPrimarySource"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
767
763
|
"prov:category" => %(expanded).freeze,
|
768
764
|
"prov:component" => %(derivations).freeze,
|
769
765
|
"prov:inverse" => %(wasPrimarySourceOf).freeze,
|
770
|
-
"prov:qualifiedForm" => %(prov:PrimarySource).freeze,
|
766
|
+
"prov:qualifiedForm" => [%(prov:PrimarySource).freeze, %(prov:qualifiedPrimarySource).freeze],
|
771
767
|
range: "prov:Entity".freeze,
|
772
768
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
773
769
|
subPropertyOf: "prov:wasDerivedFrom".freeze,
|
774
770
|
type: "owl:ObjectProperty".freeze
|
775
771
|
property :hadRole,
|
776
|
-
comment: %(The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].).freeze,
|
772
|
+
comment: [%(The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
|
777
773
|
domain: "prov:Influence".freeze,
|
778
774
|
label: "hadRole".freeze,
|
779
775
|
"prov:category" => %(qualified).freeze,
|
@@ -793,7 +789,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
793
789
|
"prov:inverse" => %(wasUsedInDerivation).freeze,
|
794
790
|
"prov:sharesDefinitionWith" => %(prov:Usage).freeze,
|
795
791
|
range: "prov:Usage".freeze,
|
796
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
792
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
797
793
|
type: "owl:ObjectProperty".freeze
|
798
794
|
property :has_anchor,
|
799
795
|
comment: %(Indicates anchor URI for a potentially dynamic resource instance.).freeze,
|
@@ -826,7 +822,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
826
822
|
"prov:component" => %(agents-responsibility).freeze,
|
827
823
|
"prov:inverse" => %(wasInfluencedBy).freeze,
|
828
824
|
"prov:sharesDefinitionWith" => %(prov:Influence).freeze,
|
829
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
825
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
830
826
|
type: "owl:ObjectProperty".freeze
|
831
827
|
property :influencer,
|
832
828
|
comment: %(Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy \(e.g. prov:used, prov:wasGeneratedBy\). prov:influencer is used much like rdf:object is used.).freeze,
|
@@ -862,7 +858,7 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
862
858
|
"prov:inverse" => %(wasInvalidatedBy).freeze,
|
863
859
|
"prov:sharesDefinitionWith" => %(prov:Invalidation).freeze,
|
864
860
|
range: "prov:Entity".freeze,
|
865
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
861
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
866
862
|
subPropertyOf: "prov:influenced".freeze,
|
867
863
|
type: "owl:ObjectProperty".freeze
|
868
864
|
property :invalidatedAtTime,
|
@@ -872,14 +868,14 @@ When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:a
|
|
872
868
|
"prov:category" => %(expanded).freeze,
|
873
869
|
"prov:component" => %(entities-activities).freeze,
|
874
870
|
"prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedInvalidation o prov:atTime\) rdfs:subPropertyOf prov:invalidatedAtTime.).freeze,
|
875
|
-
"prov:qualifiedForm" => %(prov:Invalidation).freeze,
|
871
|
+
"prov:qualifiedForm" => [%(prov:Invalidation).freeze, %(prov:atTime).freeze],
|
876
872
|
range: "xsd:dateTime".freeze,
|
877
873
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
878
874
|
type: "owl:DatatypeProperty".freeze
|
879
875
|
property :inverse,
|
880
876
|
comment: %(PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.).freeze,
|
881
877
|
label: "inverse".freeze,
|
882
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
878
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
883
879
|
"rdfs:seeAlso" => %(http://www.w3.org/TR/prov-o/#names-of-inverse-properties).freeze,
|
884
880
|
type: "owl:AnnotationProperty".freeze
|
885
881
|
property :mentionOf,
|
@@ -894,9 +890,9 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
|
|
894
890
|
subPropertyOf: "prov:specializationOf".freeze,
|
895
891
|
type: "owl:ObjectProperty".freeze
|
896
892
|
property :n,
|
897
|
-
comment: %(A reference to the principal section of the PROV-DM document that describes this concept.).freeze,
|
893
|
+
comment: [%(A reference to the principal section of the PROV-DM document that describes this concept.).freeze, %(A reference to the principal section of the PROV-M document that describes this concept.).freeze],
|
898
894
|
label: "n".freeze,
|
899
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
895
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
900
896
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
901
897
|
type: "owl:AnnotationProperty".freeze
|
902
898
|
property :order,
|
@@ -915,7 +911,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
|
|
915
911
|
"prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
|
916
912
|
range: "prov:Entity".freeze,
|
917
913
|
"rdfs:isDefinedBy" => %(prov:).freeze,
|
918
|
-
type: "owl:ObjectProperty".freeze
|
914
|
+
type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
|
919
915
|
property :pairKey,
|
920
916
|
domain: "prov:KeyEntityPair".freeze,
|
921
917
|
label: "pairKey".freeze,
|
@@ -927,7 +923,7 @@ prov:asInBundle is used to cite the Bundle in which the generalization was menti
|
|
927
923
|
"prov:n" => %(http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary-membership).freeze,
|
928
924
|
range: "rdfs:Literal".freeze,
|
929
925
|
"rdfs:isDefinedBy" => %(prov:).freeze,
|
930
|
-
type: "owl:DatatypeProperty".freeze
|
926
|
+
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
|
931
927
|
property :pingback,
|
932
928
|
comment: %(Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.).freeze,
|
933
929
|
label: "provenance pingback".freeze,
|
@@ -1041,7 +1037,7 @@ can be qualified by adding:
|
|
1041
1037
|
|
1042
1038
|
Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1\) is mirrored as the value of the prov:activity \(or prov:entity, or prov:agent\) property on the influence class.).freeze,
|
1043
1039
|
label: "qualifiedForm".freeze,
|
1044
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1040
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
1045
1041
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
1046
1042
|
type: "owl:AnnotationProperty".freeze
|
1047
1043
|
property :qualifiedGeneration,
|
@@ -1059,7 +1055,6 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1059
1055
|
type: "owl:ObjectProperty".freeze
|
1060
1056
|
property :qualifiedInfluence,
|
1061
1057
|
comment: %(Because prov:qualifiedInfluence is a broad relation, the more specific relations \(qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.\) should be used when applicable.).freeze,
|
1062
|
-
domain: "_:g2207967880".freeze,
|
1063
1058
|
label: "qualifiedInfluence".freeze,
|
1064
1059
|
"prov:category" => %(qualified).freeze,
|
1065
1060
|
"prov:component" => %(derivations).freeze,
|
@@ -1187,7 +1182,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1187
1182
|
type: "owl:DatatypeProperty".freeze
|
1188
1183
|
property :sharesDefinitionWith,
|
1189
1184
|
label: "sharesDefinitionWith".freeze,
|
1190
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1185
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
1191
1186
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
1192
1187
|
type: "owl:AnnotationProperty".freeze
|
1193
1188
|
property :specializationOf,
|
@@ -1195,16 +1190,16 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1195
1190
|
label: "specializationOf".freeze,
|
1196
1191
|
"prov:category" => %(expanded).freeze,
|
1197
1192
|
"prov:component" => %(alternate).freeze,
|
1198
|
-
"prov:constraints" => %(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze,
|
1193
|
+
"prov:constraints" => [%(http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig).freeze],
|
1199
1194
|
"prov:definition" => %(An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity.).freeze,
|
1200
|
-
"prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization).freeze,
|
1195
|
+
"prov:dm" => [%(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization).freeze],
|
1201
1196
|
"prov:inverse" => %(generalizationOf).freeze,
|
1202
|
-
"prov:n" => %(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization).freeze,
|
1197
|
+
"prov:n" => [%(http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization).freeze, %(http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization).freeze],
|
1203
1198
|
range: "prov:Entity".freeze,
|
1204
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1199
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
1205
1200
|
"rdfs:seeAlso" => %(prov:alternateOf).freeze,
|
1206
|
-
subPropertyOf: "prov:alternateOf".freeze,
|
1207
|
-
type: "owl:AnnotationProperty".freeze
|
1201
|
+
subPropertyOf: ["prov:alternateOf".freeze, "owl:topObjectProperty".freeze],
|
1202
|
+
type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
|
1208
1203
|
property :startedAtTime,
|
1209
1204
|
comment: %(The time at which an activity started. See also prov:endedAtTime.).freeze,
|
1210
1205
|
domain: "prov:Activity".freeze,
|
@@ -1212,7 +1207,7 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1212
1207
|
"prov:category" => %(starting-point).freeze,
|
1213
1208
|
"prov:component" => %(entities-activities).freeze,
|
1214
1209
|
"prov:editorialNote" => %(It is the intent that the property chain holds: \(prov:qualifiedStart o prov:atTime\) rdfs:subPropertyOf prov:startedAtTime.).freeze,
|
1215
|
-
"prov:qualifiedForm" => %(prov:Start).freeze,
|
1210
|
+
"prov:qualifiedForm" => [%(prov:Start).freeze, %(prov:atTime).freeze],
|
1216
1211
|
range: "xsd:dateTime".freeze,
|
1217
1212
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1218
1213
|
type: "owl:DatatypeProperty".freeze
|
@@ -1222,18 +1217,17 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1222
1217
|
property :unqualifiedForm,
|
1223
1218
|
comment: %(Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.).freeze,
|
1224
1219
|
label: "unqualifiedForm".freeze,
|
1225
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1220
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(prov:).freeze],
|
1226
1221
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
1227
1222
|
type: "owl:AnnotationProperty".freeze
|
1228
1223
|
property :used,
|
1229
1224
|
comment: %(A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .).freeze,
|
1230
1225
|
domain: "prov:Activity".freeze,
|
1231
1226
|
label: "used".freeze,
|
1232
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedUsage"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
1233
1227
|
"prov:category" => %(starting-point).freeze,
|
1234
1228
|
"prov:component" => %(entities-activities).freeze,
|
1235
1229
|
"prov:inverse" => %(wasUsedBy).freeze,
|
1236
|
-
"prov:qualifiedForm" => %(prov:Usage).freeze,
|
1230
|
+
"prov:qualifiedForm" => [%(prov:Usage).freeze, %(prov:qualifiedUsage).freeze],
|
1237
1231
|
range: "prov:Entity".freeze,
|
1238
1232
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1239
1233
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -1245,18 +1239,17 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1245
1239
|
"prov:component" => %(entities-activities).freeze,
|
1246
1240
|
"prov:definition" => %(Provides a value that is a direct representation of an entity.).freeze,
|
1247
1241
|
"prov:dm" => %(http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value).freeze,
|
1248
|
-
"prov:editorialNote" => %(The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue).freeze,
|
1242
|
+
"prov:editorialNote" => [%(The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue).freeze, %(This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification \(specifically, 'may be used in describing structured values'\).).freeze],
|
1249
1243
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1250
1244
|
type: "owl:DatatypeProperty".freeze
|
1251
1245
|
property :wasAssociatedWith,
|
1252
1246
|
comment: %(An prov:Agent that had some \(unspecified\) responsibility for the occurrence of this prov:Activity.).freeze,
|
1253
1247
|
domain: "prov:Activity".freeze,
|
1254
1248
|
label: "wasAssociatedWith".freeze,
|
1255
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedAssociation"}, {"@id"=>"http://www.w3.org/ns/prov#agent"}]}).freeze,
|
1256
1249
|
"prov:category" => %(starting-point).freeze,
|
1257
1250
|
"prov:component" => %(agents-responsibility).freeze,
|
1258
1251
|
"prov:inverse" => %(wasAssociateFor).freeze,
|
1259
|
-
"prov:qualifiedForm" => %(prov:Association).freeze,
|
1252
|
+
"prov:qualifiedForm" => [%(prov:Association).freeze, %(prov:qualifiedAssociation).freeze],
|
1260
1253
|
range: "prov:Agent".freeze,
|
1261
1254
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1262
1255
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -1265,12 +1258,11 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1265
1258
|
comment: %(Attribution is the ascribing of an entity to an agent.).freeze,
|
1266
1259
|
domain: "prov:Entity".freeze,
|
1267
1260
|
label: "wasAttributedTo".freeze,
|
1268
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedAttribution"}, {"@id"=>"http://www.w3.org/ns/prov#agent"}]}).freeze,
|
1269
1261
|
"prov:category" => %(starting-point).freeze,
|
1270
1262
|
"prov:component" => %(agents-responsibility).freeze,
|
1271
1263
|
"prov:definition" => %(Attribution is the ascribing of an entity to an agent.).freeze,
|
1272
1264
|
"prov:inverse" => %(contributed).freeze,
|
1273
|
-
"prov:qualifiedForm" => %(prov:Attribution).freeze,
|
1265
|
+
"prov:qualifiedForm" => [%(prov:Attribution).freeze, %(prov:qualifiedAttribution).freeze],
|
1274
1266
|
range: "prov:Agent".freeze,
|
1275
1267
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1276
1268
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -1279,12 +1271,11 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1279
1271
|
comment: %(The more specific subproperties of prov:wasDerivedFrom \(i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource\) should be used when applicable.).freeze,
|
1280
1272
|
domain: "prov:Entity".freeze,
|
1281
1273
|
label: "wasDerivedFrom".freeze,
|
1282
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedDerivation"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
1283
1274
|
"prov:category" => %(starting-point).freeze,
|
1284
1275
|
"prov:component" => %(derivations).freeze,
|
1285
1276
|
"prov:definition" => %(A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.).freeze,
|
1286
1277
|
"prov:inverse" => %(hadDerivation).freeze,
|
1287
|
-
"prov:qualifiedForm" => %(prov:Derivation).freeze,
|
1278
|
+
"prov:qualifiedForm" => [%(prov:Derivation).freeze, %(prov:qualifiedDerivation).freeze],
|
1288
1279
|
range: "prov:Entity".freeze,
|
1289
1280
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1290
1281
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -1293,11 +1284,10 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1293
1284
|
comment: %(End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.).freeze,
|
1294
1285
|
domain: "prov:Activity".freeze,
|
1295
1286
|
label: "wasEndedBy".freeze,
|
1296
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedEnd"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
1297
1287
|
"prov:category" => %(expanded).freeze,
|
1298
1288
|
"prov:component" => %(entities-activities).freeze,
|
1299
1289
|
"prov:inverse" => %(ended).freeze,
|
1300
|
-
"prov:qualifiedForm" => %(prov:End).freeze,
|
1290
|
+
"prov:qualifiedForm" => [%(prov:End).freeze, %(prov:qualifiedEnd).freeze],
|
1301
1291
|
range: "prov:Entity".freeze,
|
1302
1292
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1303
1293
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -1306,18 +1296,16 @@ Note how the value of the unqualified influence \(prov:wasGeneratedBy :activity1
|
|
1306
1296
|
domain: "prov:Entity".freeze,
|
1307
1297
|
label: "wasGeneratedBy".freeze,
|
1308
1298
|
"owl:inverseOf" => %(prov:generated).freeze,
|
1309
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedGeneration"}, {"@id"=>"http://www.w3.org/ns/prov#activity"}]}).freeze,
|
1310
1299
|
"prov:category" => %(starting-point).freeze,
|
1311
1300
|
"prov:component" => %(entities-activities).freeze,
|
1312
1301
|
"prov:inverse" => %(generated).freeze,
|
1313
|
-
"prov:qualifiedForm" => %(prov:Generation).freeze,
|
1302
|
+
"prov:qualifiedForm" => [%(prov:Generation).freeze, %(prov:qualifiedGeneration).freeze],
|
1314
1303
|
range: "prov:Activity".freeze,
|
1315
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1304
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
1316
1305
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
1317
1306
|
type: "owl:ObjectProperty".freeze
|
1318
1307
|
property :wasInfluencedBy,
|
1319
|
-
comment: %(Because prov:wasInfluencedBy is a broad relation, its more specific subproperties \(e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.\) should be used when applicable.).freeze,
|
1320
|
-
domain: "_:g2186678800".freeze,
|
1308
|
+
comment: [%(Because prov:wasInfluencedBy is a broad relation, its more specific subproperties \(e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.\) should be used when applicable.).freeze, %(This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.).freeze],
|
1321
1309
|
label: "wasInfluencedBy".freeze,
|
1322
1310
|
"owl:inverseOf" => %(prov:influenced).freeze,
|
1323
1311
|
"prov:category" => %(qualified).freeze,
|
@@ -1329,20 +1317,18 @@ Subproperties of prov:wasInfluencedBy may also be asserted directly without bein
|
|
1329
1317
|
prov:wasInfluencedBy should not be used without also using one of its subproperties.
|
1330
1318
|
).freeze,
|
1331
1319
|
"prov:inverse" => %(influenced).freeze,
|
1332
|
-
"prov:qualifiedForm" => %(prov:Influence).freeze,
|
1320
|
+
"prov:qualifiedForm" => [%(prov:Influence).freeze, %(prov:qualifiedInfluence).freeze],
|
1333
1321
|
"prov:sharesDefinitionWith" => %(prov:Influence).freeze,
|
1334
|
-
|
1335
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1322
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
1336
1323
|
type: "owl:ObjectProperty".freeze
|
1337
1324
|
property :wasInformedBy,
|
1338
1325
|
comment: %(An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.).freeze,
|
1339
1326
|
domain: "prov:Activity".freeze,
|
1340
1327
|
label: "wasInformedBy".freeze,
|
1341
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedCommunication"}, {"@id"=>"http://www.w3.org/ns/prov#activity"}]}).freeze,
|
1342
1328
|
"prov:category" => %(starting-point).freeze,
|
1343
1329
|
"prov:component" => %(entities-activities).freeze,
|
1344
1330
|
"prov:inverse" => %(informed).freeze,
|
1345
|
-
"prov:qualifiedForm" => %(prov:Communication).freeze,
|
1331
|
+
"prov:qualifiedForm" => [%(prov:Communication).freeze, %(prov:qualifiedCommunication).freeze],
|
1346
1332
|
range: "prov:Activity".freeze,
|
1347
1333
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1348
1334
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
@@ -1351,24 +1337,22 @@ prov:wasInfluencedBy should not be used without also using one of its subpropert
|
|
1351
1337
|
domain: "prov:Entity".freeze,
|
1352
1338
|
label: "wasInvalidatedBy".freeze,
|
1353
1339
|
"owl:inverseOf" => %(prov:invalidated).freeze,
|
1354
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedInvalidation"}, {"@id"=>"http://www.w3.org/ns/prov#activity"}]}).freeze,
|
1355
1340
|
"prov:category" => %(expanded).freeze,
|
1356
1341
|
"prov:component" => %(entities-activities).freeze,
|
1357
1342
|
"prov:inverse" => %(invalidated).freeze,
|
1358
|
-
"prov:qualifiedForm" => %(prov:Invalidation).freeze,
|
1343
|
+
"prov:qualifiedForm" => [%(prov:Invalidation).freeze, %(prov:qualifiedInvalidation).freeze],
|
1359
1344
|
range: "prov:Activity".freeze,
|
1360
|
-
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1345
|
+
"rdfs:isDefinedBy" => [%(http://www.w3.org/ns/prov-o#).freeze, %(http://www.w3.org/ns/prov-o-inverses#).freeze],
|
1361
1346
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|
1362
1347
|
type: "owl:ObjectProperty".freeze
|
1363
1348
|
property :wasQuotedFrom,
|
1364
1349
|
comment: %(An entity is derived from an original entity by copying, or 'quoting', some or all of it.).freeze,
|
1365
1350
|
domain: "prov:Entity".freeze,
|
1366
1351
|
label: "wasQuotedFrom".freeze,
|
1367
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedQuotation"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
1368
1352
|
"prov:category" => %(expanded).freeze,
|
1369
1353
|
"prov:component" => %(derivations).freeze,
|
1370
1354
|
"prov:inverse" => %(quotedAs).freeze,
|
1371
|
-
"prov:qualifiedForm" => %(prov:Quotation).freeze,
|
1355
|
+
"prov:qualifiedForm" => [%(prov:Quotation).freeze, %(prov:qualifiedQuotation).freeze],
|
1372
1356
|
range: "prov:Entity".freeze,
|
1373
1357
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1374
1358
|
subPropertyOf: "prov:wasDerivedFrom".freeze,
|
@@ -1377,24 +1361,22 @@ prov:wasInfluencedBy should not be used without also using one of its subpropert
|
|
1377
1361
|
comment: %(A revision is a derivation that revises an entity into a revised version.).freeze,
|
1378
1362
|
domain: "prov:Entity".freeze,
|
1379
1363
|
label: "wasRevisionOf".freeze,
|
1380
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedRevision"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
1381
1364
|
"prov:category" => %(expanded).freeze,
|
1382
1365
|
"prov:component" => %(derivations).freeze,
|
1383
1366
|
"prov:inverse" => %(hadRevision).freeze,
|
1384
|
-
"prov:qualifiedForm" => %(prov:Revision).freeze,
|
1367
|
+
"prov:qualifiedForm" => [%(prov:Revision).freeze, %(prov:qualifiedRevision).freeze],
|
1385
1368
|
range: "prov:Entity".freeze,
|
1386
1369
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1387
1370
|
subPropertyOf: "prov:wasDerivedFrom".freeze,
|
1388
|
-
type: "owl:AnnotationProperty".freeze
|
1371
|
+
type: ["owl:AnnotationProperty".freeze, "owl:ObjectProperty".freeze]
|
1389
1372
|
property :wasStartedBy,
|
1390
1373
|
comment: %(Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.).freeze,
|
1391
1374
|
domain: "prov:Activity".freeze,
|
1392
1375
|
label: "wasStartedBy".freeze,
|
1393
|
-
"owl:propertyChainAxiom" => %({"@list"=>[{"@id"=>"http://www.w3.org/ns/prov#qualifiedStart"}, {"@id"=>"http://www.w3.org/ns/prov#entity"}]}).freeze,
|
1394
1376
|
"prov:category" => %(expanded).freeze,
|
1395
1377
|
"prov:component" => %(entities-activities).freeze,
|
1396
1378
|
"prov:inverse" => %(started).freeze,
|
1397
|
-
"prov:qualifiedForm" => %(prov:Start).freeze,
|
1379
|
+
"prov:qualifiedForm" => [%(prov:Start).freeze, %(prov:qualifiedStart).freeze],
|
1398
1380
|
range: "prov:Entity".freeze,
|
1399
1381
|
"rdfs:isDefinedBy" => %(http://www.w3.org/ns/prov-o#).freeze,
|
1400
1382
|
subPropertyOf: "prov:wasInfluencedBy".freeze,
|