rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/pcdm.rb
CHANGED
@@ -3,166 +3,94 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://pcdm.org/models#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://pcdm.org/models#>
|
8
|
-
# #
|
9
|
-
# # Portland Common Data Model
|
10
|
-
# #
|
11
|
-
# # Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications.
|
12
|
-
# # @version 2016/04/18
|
13
|
-
# # @see https://github.com/duraspace/pcdm/wiki
|
14
|
-
# class PCDM < RDF::StrictVocabulary
|
15
|
-
# # An AlternateOrder is an alternate ordering of its parent's members. It should only order the parent's members, and otherwise has all of the features of ordering (some members may be omitted from the order, members may appear more than once in the order, etc.).
|
16
|
-
# # @return [RDF::Vocabulary::Term]
|
17
|
-
# attr_reader :AlternateOrder
|
18
|
-
#
|
19
|
-
# # A Collection is a group of resources. Collections have descriptive metadata, access metadata, and may links to works and/or collections. By default, member works and collections are an unordered set, but can be ordered using the ORE Proxy class.
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :Collection
|
22
|
-
#
|
23
|
-
# # A File is a sequence of binary data and is described by some accompanying metadata. The metadata typically includes at least basic technical metadata (size, content type, modification date, etc.), but can also include properties related to preservation, digitization process, provenance, etc. Files MUST be contained by exactly one Object.
|
24
|
-
# # @return [RDF::Vocabulary::Term]
|
25
|
-
# attr_reader :File
|
26
|
-
#
|
27
|
-
# # An Object is an intellectual entity, sometimes called a "work", "digital object", etc. Objects have descriptive metadata, access metadata, may contain files and other Objects as member "components". Each level of a work is therefore represented by an Object instance, and is capable of standing on its own, being linked to from Collections and other Objects. Member Objects can be ordered using the ORE Proxy class.
|
28
|
-
# # @return [RDF::Vocabulary::Term]
|
29
|
-
# attr_reader :Object
|
30
|
-
#
|
31
|
-
# # Links from a File to its containing Object.
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :fileOf
|
34
|
-
#
|
35
|
-
# # Links to a File contained by this Object.
|
36
|
-
# # @return [RDF::Vocabulary::Term]
|
37
|
-
# attr_reader :hasFile
|
38
|
-
#
|
39
|
-
# # Links to a subsidiary Object or Collection. Typically used to link to component parts, such as a book linking to a page. Note on transitivity: hasMember is not defined as transitive, but applications may treat it as transitive as local needs dictate.
|
40
|
-
# # @return [RDF::Vocabulary::Term]
|
41
|
-
# attr_reader :hasMember
|
42
|
-
#
|
43
|
-
# # Links to a related Object that is not a component part, such as an object representing a donor agreement or policies that govern the resource.
|
44
|
-
# # @return [RDF::Vocabulary::Term]
|
45
|
-
# attr_reader :hasRelatedObject
|
46
|
-
#
|
47
|
-
# # Links from an Object or Collection to a containing Object or Collection.
|
48
|
-
# # @return [RDF::Vocabulary::Term]
|
49
|
-
# attr_reader :memberOf
|
50
|
-
#
|
51
|
-
# # Links from an Object to a Object or Collection that it is related to.
|
52
|
-
# # @return [RDF::Vocabulary::Term]
|
53
|
-
# attr_reader :relatedObjectOf
|
54
|
-
#
|
55
|
-
# end
|
56
6
|
PCDM = Class.new(RDF::StrictVocabulary("http://pcdm.org/models#")) do
|
57
7
|
|
58
8
|
# Ontology definition
|
59
9
|
ontology :"http://pcdm.org/models#",
|
60
|
-
comment:
|
61
|
-
"dc
|
62
|
-
"dc
|
63
|
-
"dc
|
64
|
-
"
|
65
|
-
"owl
|
66
|
-
"
|
10
|
+
comment: "Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications.".freeze,
|
11
|
+
"http://purl.org/dc/terms/modified": "2016/04/18".freeze,
|
12
|
+
"http://purl.org/dc/terms/publisher": "http://www.duraspace.org/".freeze,
|
13
|
+
"http://purl.org/dc/terms/title": "Portland Common Data Model".freeze,
|
14
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://github.com/duraspace/pcdm/wiki".freeze,
|
15
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://pcdm.org/2015/09/28/models".freeze,
|
16
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2016/04/18".freeze
|
67
17
|
|
68
18
|
# Class definitions
|
69
19
|
term :AlternateOrder,
|
70
|
-
comment:
|
71
|
-
|
72
|
-
parent's members, and otherwise has all of the features of ordering \(some members may be
|
73
|
-
omitted from the order, members may appear more than once in the order, etc.\).
|
74
|
-
).freeze,
|
75
|
-
isDefinedBy: "pcdm:".freeze,
|
20
|
+
comment: "\n An AlternateOrder is an alternate ordering of its parent's members. It should only order the\n parent's members, and otherwise has all of the features of ordering (some members may be\n omitted from the order, members may appear more than once in the order, etc.).\n ".freeze,
|
21
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
76
22
|
label: "Alternate Order".freeze,
|
77
|
-
subClassOf: "pcdm
|
78
|
-
type: "
|
23
|
+
subClassOf: "http://pcdm.org/models#Object".freeze,
|
24
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
79
25
|
term :Collection,
|
80
|
-
comment:
|
81
|
-
|
82
|
-
and may links to works and/or collections. By default, member works and collections are an
|
83
|
-
unordered set, but can be ordered using the ORE Proxy class.
|
84
|
-
).freeze,
|
85
|
-
isDefinedBy: "pcdm:".freeze,
|
26
|
+
comment: "\n A Collection is a group of resources. Collections have descriptive metadata, access metadata,\n and may links to works and/or collections. By default, member works and collections are an\n unordered set, but can be ordered using the ORE Proxy class.\n ".freeze,
|
27
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
86
28
|
label: "Collection".freeze,
|
87
|
-
subClassOf: "ore
|
88
|
-
type: "
|
29
|
+
subClassOf: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
30
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
89
31
|
term :File,
|
90
|
-
comment:
|
91
|
-
|
92
|
-
The metadata typically includes at least basic technical metadata \(size, content type,
|
93
|
-
modification date, etc.\), but can also include properties related to preservation,
|
94
|
-
digitization process, provenance, etc. Files MUST be contained by exactly one Object.
|
95
|
-
).freeze,
|
96
|
-
isDefinedBy: "pcdm:".freeze,
|
32
|
+
comment: "\n A File is a sequence of binary data and is described by some accompanying metadata.\n The metadata typically includes at least basic technical metadata (size, content type,\n modification date, etc.), but can also include properties related to preservation,\n digitization process, provenance, etc. Files MUST be contained by exactly one Object.\n ".freeze,
|
33
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
97
34
|
label: "File".freeze,
|
98
|
-
type: "
|
35
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
99
36
|
term :Object,
|
100
|
-
comment:
|
101
|
-
|
102
|
-
Objects have descriptive metadata, access metadata, may contain files and other Objects as
|
103
|
-
member "components". Each level of a work is therefore represented by an Object instance,
|
104
|
-
and is capable of standing on its own, being linked to from Collections and other Objects.
|
105
|
-
Member Objects can be ordered using the ORE Proxy class.
|
106
|
-
).freeze,
|
107
|
-
isDefinedBy: "pcdm:".freeze,
|
37
|
+
comment: "\n An Object is an intellectual entity, sometimes called a \"work\", \"digital object\", etc.\n Objects have descriptive metadata, access metadata, may contain files and other Objects as\n member \"components\". Each level of a work is therefore represented by an Object instance,\n and is capable of standing on its own, being linked to from Collections and other Objects.\n Member Objects can be ordered using the ORE Proxy class.\n ".freeze,
|
38
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
108
39
|
label: "Object".freeze,
|
109
|
-
subClassOf: "ore
|
110
|
-
type: "
|
40
|
+
subClassOf: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
41
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
111
42
|
|
112
43
|
# Property definitions
|
113
44
|
property :fileOf,
|
114
|
-
comment:
|
115
|
-
domain: "pcdm
|
116
|
-
inverseOf: "pcdm
|
117
|
-
isDefinedBy: "pcdm
|
45
|
+
comment: "Links from a File to its containing Object.".freeze,
|
46
|
+
domain: "http://pcdm.org/models#File".freeze,
|
47
|
+
inverseOf: "http://pcdm.org/models#hasFile".freeze,
|
48
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
118
49
|
label: "is file of".freeze,
|
119
|
-
range: "pcdm
|
120
|
-
subPropertyOf: "ore
|
121
|
-
type: "rdf
|
50
|
+
range: "http://pcdm.org/models#Object".freeze,
|
51
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy".freeze,
|
52
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
122
53
|
property :hasFile,
|
123
|
-
comment:
|
124
|
-
domain: "pcdm
|
125
|
-
isDefinedBy: "pcdm
|
54
|
+
comment: "Links to a File contained by this Object.".freeze,
|
55
|
+
domain: "http://pcdm.org/models#Object".freeze,
|
56
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
126
57
|
label: "has file".freeze,
|
127
|
-
range: "pcdm
|
128
|
-
subPropertyOf: "ore
|
129
|
-
type: "rdf
|
58
|
+
range: "http://pcdm.org/models#File".freeze,
|
59
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates".freeze,
|
60
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
130
61
|
property :hasMember,
|
131
|
-
comment:
|
132
|
-
|
133
|
-
|
134
|
-
dictate.).freeze,
|
135
|
-
domain: "ore:Aggregation".freeze,
|
136
|
-
isDefinedBy: "pcdm:".freeze,
|
62
|
+
comment: "Links to a subsidiary Object or Collection. Typically used to link\n to component parts, such as a book linking to a page. Note on transitivity: hasMember is\n not defined as transitive, but applications may treat it as transitive as local needs\n dictate.".freeze,
|
63
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
64
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
137
65
|
label: "has member".freeze,
|
138
|
-
range: "ore
|
139
|
-
subPropertyOf: "ore
|
140
|
-
type: "rdf
|
66
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
67
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates".freeze,
|
68
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
141
69
|
property :hasRelatedObject,
|
142
|
-
comment:
|
143
|
-
domain: "ore
|
144
|
-
isDefinedBy: "pcdm
|
70
|
+
comment: "Links to a related Object that is not a component part, such as an object representing a donor agreement or policies that govern the resource.".freeze,
|
71
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
72
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
145
73
|
label: "has related object".freeze,
|
146
|
-
range: "pcdm
|
147
|
-
subPropertyOf: "ore
|
148
|
-
type: "rdf
|
74
|
+
range: "http://pcdm.org/models#Object".freeze,
|
75
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates".freeze,
|
76
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
149
77
|
property :memberOf,
|
150
|
-
comment:
|
151
|
-
domain: "ore
|
152
|
-
inverseOf: "pcdm
|
153
|
-
isDefinedBy: "pcdm
|
78
|
+
comment: "Links from an Object or Collection to a containing Object or Collection.".freeze,
|
79
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
80
|
+
inverseOf: "http://pcdm.org/models#hasMember".freeze,
|
81
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
154
82
|
label: "is member of".freeze,
|
155
|
-
range: "ore
|
156
|
-
subPropertyOf: "ore
|
157
|
-
type: "rdf
|
83
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
84
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy".freeze,
|
85
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
158
86
|
property :relatedObjectOf,
|
159
|
-
comment:
|
160
|
-
domain: "pcdm
|
161
|
-
inverseOf: "pcdm
|
162
|
-
isDefinedBy: "pcdm
|
87
|
+
comment: "Links from an Object to a Object or Collection that it is related to.".freeze,
|
88
|
+
domain: "http://pcdm.org/models#Object".freeze,
|
89
|
+
inverseOf: "http://pcdm.org/models#hasRelatedObject".freeze,
|
90
|
+
isDefinedBy: "http://pcdm.org/models#".freeze,
|
163
91
|
label: "is related object of".freeze,
|
164
|
-
range: "ore
|
165
|
-
subPropertyOf: "ore
|
166
|
-
type: "rdf
|
92
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
93
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy".freeze,
|
94
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
167
95
|
end
|
168
96
|
end
|
data/lib/rdf/vocab/pplan.rb
CHANGED
@@ -3,211 +3,25 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/net/p-plan#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://purl.org/net/p-plan#>
|
8
|
-
# #
|
9
|
-
# # The P-Plan ontology
|
10
|
-
# #
|
11
|
-
# # PROV extension for linking Plans and parts of plans to their respective executions. Created by Daniel Garijo and Yolanda Gil
|
12
|
-
# #
|
13
|
-
# # PROV extension for linking Plans and parts of plans to their respective executions.
|
14
|
-
# # @version 1.3
|
15
|
-
# class PPLAN < RDF::StrictVocabulary
|
16
|
-
# # A p-plan:Activity represents the execution process planned in a p-plan:Step
|
17
|
-
# # @return [RDF::Vocabulary::Term]
|
18
|
-
# attr_reader :Activity
|
19
|
-
#
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :Bundle
|
22
|
-
#
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :Entity
|
25
|
-
#
|
26
|
-
# # @return [RDF::Vocabulary::Term]
|
27
|
-
# attr_reader :MultiStep
|
28
|
-
#
|
29
|
-
# # @return [RDF::Vocabulary::Term]
|
30
|
-
# attr_reader :Plan
|
31
|
-
#
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :Step
|
34
|
-
#
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :Variable
|
37
|
-
#
|
38
|
-
# # @return [RDF::Vocabulary::Term]
|
39
|
-
# attr_reader :correspondsToStep
|
40
|
-
#
|
41
|
-
# # @return [RDF::Vocabulary::Term]
|
42
|
-
# attr_reader :correspondsToVariable
|
43
|
-
#
|
44
|
-
# # @return [RDF::Vocabulary::Term]
|
45
|
-
# attr_reader :hasInputVar
|
46
|
-
#
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :hasOutputVar
|
49
|
-
#
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :isDecomposedAsPlan
|
52
|
-
#
|
53
|
-
# # @return [RDF::Vocabulary::Term]
|
54
|
-
# attr_reader :isInputVarOf
|
55
|
-
#
|
56
|
-
# # @return [RDF::Vocabulary::Term]
|
57
|
-
# attr_reader :isOutputVarOf
|
58
|
-
#
|
59
|
-
# # Property that asserts which Step preceeds the current one.
|
60
|
-
# # @return [RDF::Vocabulary::Term]
|
61
|
-
# attr_reader :isPrecededBy
|
62
|
-
#
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :isStepOfPlan
|
65
|
-
#
|
66
|
-
# # @return [RDF::Vocabulary::Term]
|
67
|
-
# attr_reader :isSubPlanOfPlan
|
68
|
-
#
|
69
|
-
# # @return [RDF::Vocabulary::Term]
|
70
|
-
# attr_reader :isVariableOfPlan
|
71
|
-
#
|
72
|
-
# end
|
73
6
|
PPLAN = Class.new(RDF::StrictVocabulary("http://purl.org/net/p-plan#")) do
|
74
7
|
|
75
8
|
# Ontology definition
|
76
9
|
ontology :"http://purl.org/net/p-plan#",
|
77
|
-
|
78
|
-
"dc
|
79
|
-
"
|
80
|
-
"dc
|
81
|
-
"dc
|
82
|
-
"dc
|
83
|
-
"
|
84
|
-
"http://
|
85
|
-
"http://
|
86
|
-
"
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
label: "Activity".freeze,
|
94
|
-
subClassOf: "prov:Activity".freeze,
|
95
|
-
type: "owl:Class".freeze
|
96
|
-
term :Bundle,
|
97
|
-
isDefinedBy: "pplan:".freeze,
|
98
|
-
label: "Bundle".freeze,
|
99
|
-
"prov:definition": "A p-plan:Bundle is a specific type of prov:Bundle that contains the provenance assertions of the execution of a p-plan:Plan".freeze,
|
100
|
-
subClassOf: ["pplan:Entity".freeze, "prov:Bundle".freeze],
|
101
|
-
type: "owl:Class".freeze
|
102
|
-
term :Entity,
|
103
|
-
isDefinedBy: "pplan:".freeze,
|
104
|
-
label: "Entity".freeze,
|
105
|
-
"prov:definition": "A p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable.".freeze,
|
106
|
-
subClassOf: "prov:Entity".freeze,
|
107
|
-
type: "owl:Class".freeze
|
108
|
-
term :MultiStep,
|
109
|
-
isDefinedBy: "pplan:".freeze,
|
110
|
-
label: "MultiStep".freeze,
|
111
|
-
"prov:definition": "A multi step is the representation of a plan that appears as a step of another plan.".freeze,
|
112
|
-
subClassOf: ["pplan:Plan".freeze, "pplan:Step".freeze],
|
113
|
-
type: "owl:Class".freeze
|
114
|
-
term :Plan,
|
115
|
-
isDefinedBy: "pplan:".freeze,
|
116
|
-
label: "Plan".freeze,
|
117
|
-
"prov:definition": "A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables.".freeze,
|
118
|
-
subClassOf: ["pplan:Entity".freeze, "prov:Plan".freeze],
|
119
|
-
type: "owl:Class".freeze
|
120
|
-
term :Step,
|
121
|
-
isDefinedBy: "pplan:".freeze,
|
122
|
-
label: "Step".freeze,
|
123
|
-
"prov:definition": "A p-plan:Step represents the planned execution activity".freeze,
|
124
|
-
type: "owl:Class".freeze
|
125
|
-
term :Variable,
|
126
|
-
isDefinedBy: "pplan:".freeze,
|
127
|
-
label: "Variable".freeze,
|
128
|
-
"prov:definition": "A p-plan:Variable represents a description of the input of the planned Activity (p-plan:Step)".freeze,
|
129
|
-
type: "owl:Class".freeze
|
130
|
-
|
131
|
-
# Property definitions
|
132
|
-
property :correspondsToStep,
|
133
|
-
domain: "pplan:Activity".freeze,
|
134
|
-
isDefinedBy: "pplan:".freeze,
|
135
|
-
label: "correspondsToStep".freeze,
|
136
|
-
"prov:definition": "p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step".freeze,
|
137
|
-
range: "pplan:Step".freeze,
|
138
|
-
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
|
139
|
-
property :correspondsToVariable,
|
140
|
-
domain: "pplan:Entity".freeze,
|
141
|
-
isDefinedBy: "pplan:".freeze,
|
142
|
-
label: "correspondsToVariable".freeze,
|
143
|
-
"prov:definition": "p-plan:correspondsToVariable binds a p-plan:Entity (used by a p-plan:Activity in the execution of a plan) to the p-plan:Variable it represented it in the p-plan:Plan.".freeze,
|
144
|
-
range: "pplan:Variable".freeze,
|
145
|
-
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
|
146
|
-
property :hasInputVar,
|
147
|
-
domain: "pplan:Step".freeze,
|
148
|
-
isDefinedBy: "pplan:".freeze,
|
149
|
-
label: "hasInputVar".freeze,
|
150
|
-
"prov:definition": "p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution".freeze,
|
151
|
-
range: "pplan:Variable".freeze,
|
152
|
-
type: "owl:ObjectProperty".freeze
|
153
|
-
property :hasOutputVar,
|
154
|
-
domain: "pplan:Step".freeze,
|
155
|
-
inverseOf: "pplan:isOutputVarOf".freeze,
|
156
|
-
isDefinedBy: "pplan:".freeze,
|
157
|
-
label: "hasOutputVar".freeze,
|
158
|
-
"prov:definition": "p-plan:hasOutputVar binds a p-plan:Step to the p-plan:Variable that will be produced as output in the planned execution".freeze,
|
159
|
-
range: "pplan:Variable".freeze,
|
160
|
-
type: "owl:ObjectProperty".freeze
|
161
|
-
property :isDecomposedAsPlan,
|
162
|
-
domain: "pplan:MultiStep".freeze,
|
163
|
-
isDefinedBy: "pplan:".freeze,
|
164
|
-
label: "isDecomposedAsPlan".freeze,
|
165
|
-
"prov:definition": "The p-plan:isDecomposedAsPlan relationship binds a p-plan:MultiStep to the p-plan:Plan holding the definition of that step. That is, p-plan:isDecomposedAsPlan links the MultiStep to the Plan sptecification where it is decomposed.".freeze,
|
166
|
-
range: "pplan:Plan".freeze,
|
167
|
-
type: "owl:ObjectProperty".freeze
|
168
|
-
property :isInputVarOf,
|
169
|
-
domain: "pplan:Variable".freeze,
|
170
|
-
inverseOf: "pplan:hasInputVar".freeze,
|
171
|
-
isDefinedBy: "pplan:".freeze,
|
172
|
-
label: "isInputVarOf".freeze,
|
173
|
-
"prov:definition": "p-plan:isInputVarOf links an input variable of a step to the step.".freeze,
|
174
|
-
range: "pplan:Step".freeze,
|
175
|
-
type: "owl:ObjectProperty".freeze
|
176
|
-
property :isOutputVarOf,
|
177
|
-
domain: "pplan:Variable".freeze,
|
178
|
-
isDefinedBy: "pplan:".freeze,
|
179
|
-
label: "isOutputVarOf".freeze,
|
180
|
-
"prov:definition": "p-plan:isOutputVarOf is intended to link an output variable of a step to the step.".freeze,
|
181
|
-
range: "pplan:Step".freeze,
|
182
|
-
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
|
183
|
-
property :isPrecededBy,
|
184
|
-
comment: %(Property that asserts which Step preceeds the current one. ).freeze,
|
185
|
-
domain: "pplan:Step".freeze,
|
186
|
-
isDefinedBy: "pplan:".freeze,
|
187
|
-
label: "isPrecededBy".freeze,
|
188
|
-
range: "pplan:Step".freeze,
|
189
|
-
type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
|
190
|
-
property :isStepOfPlan,
|
191
|
-
domain: "pplan:Step".freeze,
|
192
|
-
isDefinedBy: "pplan:".freeze,
|
193
|
-
label: "isStepOfPlan".freeze,
|
194
|
-
"prov:definition": "p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to.".freeze,
|
195
|
-
range: "pplan:Plan".freeze,
|
196
|
-
type: "owl:ObjectProperty".freeze
|
197
|
-
property :isSubPlanOfPlan,
|
198
|
-
domain: "pplan:Plan".freeze,
|
199
|
-
isDefinedBy: "pplan:".freeze,
|
200
|
-
label: "isSubPlanOfPlan".freeze,
|
201
|
-
"prov:definition": "A p-plan:Plan may be a subplan of another bigger p-plan:Plan. p-plan:isSubPlanOfPlan is used to state the link among the two different plans. Note that if p1 is a p-plan:subPlan of p2, p1will not necessarily be a step of p2. A multistep will represent p1 in p2, and link to p1 with the p-plan.hasStepDecomposition relationship.".freeze,
|
202
|
-
range: "pplan:Plan".freeze,
|
203
|
-
subPropertyOf: "owl:topObjectProperty".freeze,
|
204
|
-
type: "owl:ObjectProperty".freeze
|
205
|
-
property :isVariableOfPlan,
|
206
|
-
domain: "pplan:Variable".freeze,
|
207
|
-
isDefinedBy: "pplan:".freeze,
|
208
|
-
label: "isVariableofPlan".freeze,
|
209
|
-
"prov:definition": "p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to.".freeze,
|
210
|
-
range: "pplan:Plan".freeze,
|
211
|
-
type: "owl:ObjectProperty".freeze
|
10
|
+
"http://purl.org/dc/terms/created": "17 September 2013".freeze,
|
11
|
+
"http://purl.org/dc/terms/creator": ["http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://www.isi.edu/~gil/".freeze],
|
12
|
+
"http://purl.org/dc/terms/isVersionOf": "http://purl.org/net/p-plan".freeze,
|
13
|
+
"http://purl.org/dc/terms/modified": "Release 12 March 2014".freeze,
|
14
|
+
"http://purl.org/dc/terms/rights": "https://creativecommons.org/licenses/by/4.0/".freeze,
|
15
|
+
"http://purl.org/dc/terms/title": ["The P-PLAN Ontology".freeze, "The P-Plan Ontology".freeze],
|
16
|
+
"http://schema.org/author": ["http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://www.isi.edu/~gil/".freeze],
|
17
|
+
"http://schema.org/creator": "http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze,
|
18
|
+
"http://schema.org/dateCreated": "17 September 2013".freeze,
|
19
|
+
"http://schema.org/dateModified": "Release 12 March 2014".freeze,
|
20
|
+
"http://schema.org/mentions": ["http://purl.org/net/p-plan#PROV-DM".freeze, "http://purl.org/net/p-plan#PROV-O".freeze, "http://www.w3.org/TR/prov-o/".freeze],
|
21
|
+
"http://schema.org/name": ["The P-PLAN Ontology".freeze, "The P-Plan Ontology".freeze],
|
22
|
+
"http://schema.org/version": "1.3".freeze,
|
23
|
+
"http://www.w3.org/1999/xhtml/vocab#license": "https://creativecommons.org/licenses/by/4.0/".freeze,
|
24
|
+
"http://www.w3.org/ns/prov#wasAttributedTo": ["http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://www.isi.edu/~gil/".freeze],
|
25
|
+
type: ["http://schema.org/TechArticle".freeze, "http://schema.org/WebPage".freeze, "http://www.w3.org/2002/07/owl#Ontology".freeze, "http://xmlns.com/foaf/0.1/Document".freeze]
|
212
26
|
end
|
213
27
|
end
|