rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/pcdm.rb
CHANGED
@@ -3,94 +3,96 @@
|
|
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
|
+
# Vocabulary for <http://pcdm.org/models#>
|
7
|
+
# @!visibility private
|
6
8
|
PCDM = Class.new(RDF::StrictVocabulary("http://pcdm.org/models#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://pcdm.org/models#",
|
10
|
-
comment: "Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications."
|
11
|
-
"http://purl.org/dc/terms/modified": "2016/04/18"
|
12
|
-
"http://purl.org/dc/terms/publisher": "http://www.duraspace.org/"
|
13
|
-
"http://purl.org/dc/terms/title": "Portland Common Data Model"
|
14
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://github.com/duraspace/pcdm/wiki"
|
15
|
-
"http://www.w3.org/2002/07/owl#priorVersion": "http://pcdm.org/2015/09/28/models"
|
16
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "2016/04/18"
|
12
|
+
comment: {en: "Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications."},
|
13
|
+
"http://purl.org/dc/terms/modified": "2016/04/18",
|
14
|
+
"http://purl.org/dc/terms/publisher": "http://www.duraspace.org/",
|
15
|
+
"http://purl.org/dc/terms/title": {en: "Portland Common Data Model"},
|
16
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://github.com/duraspace/pcdm/wiki",
|
17
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://pcdm.org/2015/09/28/models",
|
18
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2016/04/18"
|
17
19
|
|
18
20
|
# Class definitions
|
19
21
|
term :AlternateOrder,
|
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 "
|
21
|
-
isDefinedBy: "http://pcdm.org/models#"
|
22
|
-
label: "Alternate Order"
|
23
|
-
subClassOf: "http://pcdm.org/models#Object"
|
24
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
22
|
+
comment: {en: "\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 "},
|
23
|
+
isDefinedBy: "http://pcdm.org/models#",
|
24
|
+
label: {en: "Alternate Order"},
|
25
|
+
subClassOf: "http://pcdm.org/models#Object",
|
26
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
25
27
|
term :Collection,
|
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 "
|
27
|
-
isDefinedBy: "http://pcdm.org/models#"
|
28
|
-
label: "Collection"
|
29
|
-
subClassOf: "http://www.openarchives.org/ore/terms/Aggregation"
|
30
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
28
|
+
comment: {en: "\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 "},
|
29
|
+
isDefinedBy: "http://pcdm.org/models#",
|
30
|
+
label: {en: "Collection"},
|
31
|
+
subClassOf: "http://www.openarchives.org/ore/terms/Aggregation",
|
32
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
31
33
|
term :File,
|
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 "
|
33
|
-
isDefinedBy: "http://pcdm.org/models#"
|
34
|
-
label: "File"
|
35
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
|
+
comment: {en: "\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 "},
|
35
|
+
isDefinedBy: "http://pcdm.org/models#",
|
36
|
+
label: {en: "File"},
|
37
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
36
38
|
term :Object,
|
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 "
|
38
|
-
isDefinedBy: "http://pcdm.org/models#"
|
39
|
-
label: "Object"
|
40
|
-
subClassOf: "http://www.openarchives.org/ore/terms/Aggregation"
|
41
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
39
|
+
comment: {en: "\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 "},
|
40
|
+
isDefinedBy: "http://pcdm.org/models#",
|
41
|
+
label: {en: "Object"},
|
42
|
+
subClassOf: "http://www.openarchives.org/ore/terms/Aggregation",
|
43
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
42
44
|
|
43
45
|
# Property definitions
|
44
46
|
property :fileOf,
|
45
|
-
comment: "Links from a File to its containing Object."
|
46
|
-
domain: "http://pcdm.org/models#File"
|
47
|
-
inverseOf: "http://pcdm.org/models#hasFile"
|
48
|
-
isDefinedBy: "http://pcdm.org/models#"
|
49
|
-
label: "is file of"
|
50
|
-
range: "http://pcdm.org/models#Object"
|
51
|
-
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy"
|
52
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
47
|
+
comment: {en: "Links from a File to its containing Object."},
|
48
|
+
domain: "http://pcdm.org/models#File",
|
49
|
+
inverseOf: "http://pcdm.org/models#hasFile",
|
50
|
+
isDefinedBy: "http://pcdm.org/models#",
|
51
|
+
label: {en: "is file of"},
|
52
|
+
range: "http://pcdm.org/models#Object",
|
53
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy",
|
54
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
53
55
|
property :hasFile,
|
54
|
-
comment: "Links to a File contained by this Object."
|
55
|
-
domain: "http://pcdm.org/models#Object"
|
56
|
-
isDefinedBy: "http://pcdm.org/models#"
|
57
|
-
label: "has file"
|
58
|
-
range: "http://pcdm.org/models#File"
|
59
|
-
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates"
|
60
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
56
|
+
comment: {en: "Links to a File contained by this Object."},
|
57
|
+
domain: "http://pcdm.org/models#Object",
|
58
|
+
isDefinedBy: "http://pcdm.org/models#",
|
59
|
+
label: {en: "has file"},
|
60
|
+
range: "http://pcdm.org/models#File",
|
61
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates",
|
62
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
61
63
|
property :hasMember,
|
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."
|
63
|
-
domain: "http://www.openarchives.org/ore/terms/Aggregation"
|
64
|
-
isDefinedBy: "http://pcdm.org/models#"
|
65
|
-
label: "has member"
|
66
|
-
range: "http://www.openarchives.org/ore/terms/Aggregation"
|
67
|
-
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates"
|
68
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
64
|
+
comment: {en: "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."},
|
65
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation",
|
66
|
+
isDefinedBy: "http://pcdm.org/models#",
|
67
|
+
label: {en: "has member"},
|
68
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation",
|
69
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates",
|
70
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
69
71
|
property :hasRelatedObject,
|
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."
|
71
|
-
domain: "http://www.openarchives.org/ore/terms/Aggregation"
|
72
|
-
isDefinedBy: "http://pcdm.org/models#"
|
73
|
-
label: "has related object"
|
74
|
-
range: "http://pcdm.org/models#Object"
|
75
|
-
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates"
|
76
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
72
|
+
comment: {en: "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."},
|
73
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation",
|
74
|
+
isDefinedBy: "http://pcdm.org/models#",
|
75
|
+
label: {en: "has related object"},
|
76
|
+
range: "http://pcdm.org/models#Object",
|
77
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates",
|
78
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
77
79
|
property :memberOf,
|
78
|
-
comment: "Links from an Object or Collection to a containing Object or Collection."
|
79
|
-
domain: "http://www.openarchives.org/ore/terms/Aggregation"
|
80
|
-
inverseOf: "http://pcdm.org/models#hasMember"
|
81
|
-
isDefinedBy: "http://pcdm.org/models#"
|
82
|
-
label: "is member of"
|
83
|
-
range: "http://www.openarchives.org/ore/terms/Aggregation"
|
84
|
-
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy"
|
85
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
80
|
+
comment: {en: "Links from an Object or Collection to a containing Object or Collection."},
|
81
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation",
|
82
|
+
inverseOf: "http://pcdm.org/models#hasMember",
|
83
|
+
isDefinedBy: "http://pcdm.org/models#",
|
84
|
+
label: {en: "is member of"},
|
85
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation",
|
86
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy",
|
87
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
86
88
|
property :relatedObjectOf,
|
87
|
-
comment: "Links from an Object to a Object or Collection that it is related to."
|
88
|
-
domain: "http://pcdm.org/models#Object"
|
89
|
-
inverseOf: "http://pcdm.org/models#hasRelatedObject"
|
90
|
-
isDefinedBy: "http://pcdm.org/models#"
|
91
|
-
label: "is related object of"
|
92
|
-
range: "http://www.openarchives.org/ore/terms/Aggregation"
|
93
|
-
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy"
|
94
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
89
|
+
comment: {en: "Links from an Object to a Object or Collection that it is related to."},
|
90
|
+
domain: "http://pcdm.org/models#Object",
|
91
|
+
inverseOf: "http://pcdm.org/models#hasRelatedObject",
|
92
|
+
isDefinedBy: "http://pcdm.org/models#",
|
93
|
+
label: {en: "is related object of"},
|
94
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation",
|
95
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/isAggregatedBy",
|
96
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
95
97
|
end
|
96
98
|
end
|
data/lib/rdf/vocab/pplan.rb
CHANGED
@@ -3,123 +3,125 @@
|
|
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
|
+
# Vocabulary for <http://purl.org/net/p-plan#>
|
7
|
+
# @!visibility private
|
6
8
|
PPLAN = Class.new(RDF::StrictVocabulary("http://purl.org/net/p-plan#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://purl.org/net/p-plan#",
|
10
|
-
comment: "PROV extension for linking Plans and parts of plans to their respective executions. Created by Daniel Garijo and Yolanda Gil"
|
11
|
-
"http://purl.org/dc/terms/created": "2012-11-10"
|
12
|
-
"http://purl.org/dc/terms/creator": ["http://delicias.dia.fi.upm.es/members/DGarijo#me"
|
13
|
-
"http://purl.org/dc/terms/description": "PROV extension for linking Plans and parts of plans to their respective executions."
|
14
|
-
"http://purl.org/dc/terms/license": "http://creativecommons.org/licenses/by-nc-sa/2.0/"
|
15
|
-
"http://purl.org/dc/terms/modified": "2013-05-17"
|
16
|
-
"http://purl.org/dc/terms/title": "The P-Plan ontology"
|
17
|
-
"http://purl.org/vocab/vann/preferredNamespacePrefix": "p-plan"
|
18
|
-
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://purl.org/net/p-plan#"
|
19
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "1.2"
|
20
|
-
type: ["http://www.w3.org/2002/07/owl#NamedIndividual"
|
12
|
+
comment: "PROV extension for linking Plans and parts of plans to their respective executions. Created by Daniel Garijo and Yolanda Gil",
|
13
|
+
"http://purl.org/dc/terms/created": "2012-11-10",
|
14
|
+
"http://purl.org/dc/terms/creator": ["http://delicias.dia.fi.upm.es/members/DGarijo#me", "http://www.isi.edu/~gil/"],
|
15
|
+
"http://purl.org/dc/terms/description": {en: "PROV extension for linking Plans and parts of plans to their respective executions."},
|
16
|
+
"http://purl.org/dc/terms/license": "http://creativecommons.org/licenses/by-nc-sa/2.0/",
|
17
|
+
"http://purl.org/dc/terms/modified": "2013-05-17",
|
18
|
+
"http://purl.org/dc/terms/title": {en: "The P-Plan ontology"},
|
19
|
+
"http://purl.org/vocab/vann/preferredNamespacePrefix": "p-plan",
|
20
|
+
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://purl.org/net/p-plan#",
|
21
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.2",
|
22
|
+
type: ["http://www.w3.org/2002/07/owl#NamedIndividual", "http://www.w3.org/2002/07/owl#Ontology", "http://www.w3.org/2002/07/owl#Thing"]
|
21
23
|
|
22
24
|
# Class definitions
|
23
25
|
term :Activity,
|
24
|
-
comment: "A p-plan:Activity represents the execution process planned in a p-plan:Step"
|
25
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
26
|
-
label: "Activity"
|
27
|
-
subClassOf: "http://www.w3.org/ns/prov#Activity"
|
28
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
26
|
+
comment: "A p-plan:Activity represents the execution process planned in a p-plan:Step",
|
27
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
28
|
+
label: "Activity",
|
29
|
+
subClassOf: "http://www.w3.org/ns/prov#Activity",
|
30
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
29
31
|
term :Bundle,
|
30
|
-
"http://www.w3.org/ns/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"
|
31
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
32
|
-
label: "Bundle"
|
33
|
-
subClassOf: "http://www.w3.org/ns/prov#Bundle"
|
34
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
32
|
+
"http://www.w3.org/ns/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",
|
33
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
34
|
+
label: "Bundle",
|
35
|
+
subClassOf: "http://www.w3.org/ns/prov#Bundle",
|
36
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
35
37
|
term :Entity,
|
36
|
-
"http://www.w3.org/ns/prov#definition": "a p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable."
|
37
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
38
|
-
label: "Entity"
|
39
|
-
subClassOf: "http://www.w3.org/ns/prov#Entity"
|
40
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
38
|
+
"http://www.w3.org/ns/prov#definition": "a p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable.",
|
39
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
40
|
+
label: "Entity",
|
41
|
+
subClassOf: "http://www.w3.org/ns/prov#Entity",
|
42
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
41
43
|
term :Plan,
|
42
|
-
"http://www.w3.org/ns/prov#definition": "A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables."
|
43
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
44
|
-
label: "Plan"
|
45
|
-
subClassOf: "http://www.w3.org/ns/prov#Plan"
|
46
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
44
|
+
"http://www.w3.org/ns/prov#definition": "A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables.",
|
45
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
46
|
+
label: "Plan",
|
47
|
+
subClassOf: "http://www.w3.org/ns/prov#Plan",
|
48
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
47
49
|
term :Step,
|
48
|
-
"http://www.w3.org/ns/prov#definition": "A p-plan:Step represents the planned execution activity"
|
49
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
50
|
-
label: "Step"
|
51
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
50
|
+
"http://www.w3.org/ns/prov#definition": "A p-plan:Step represents the planned execution activity",
|
51
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
52
|
+
label: "Step",
|
53
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
52
54
|
term :Variable,
|
53
|
-
"http://www.w3.org/ns/prov#definition": "A p-plan:Variable represents a description of the input of the planned Activity (p-plan:Step)"
|
54
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
55
|
-
label: "Variable"
|
56
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
55
|
+
"http://www.w3.org/ns/prov#definition": "A p-plan:Variable represents a description of the input of the planned Activity (p-plan:Step)",
|
56
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
57
|
+
label: "Variable",
|
58
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
57
59
|
|
58
60
|
# Property definitions
|
59
61
|
property :correspondsToStep,
|
60
|
-
domain: "http://purl.org/net/p-plan#Activity"
|
61
|
-
"http://www.w3.org/ns/prov#definition": "p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step"
|
62
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
63
|
-
label: "correspondsToStep"
|
64
|
-
range: "http://purl.org/net/p-plan#Step"
|
65
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
62
|
+
domain: "http://purl.org/net/p-plan#Activity",
|
63
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step"},
|
64
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
65
|
+
label: {en: "correspondsToStep"},
|
66
|
+
range: "http://purl.org/net/p-plan#Step",
|
67
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
66
68
|
property :correspondsToVariable,
|
67
|
-
domain: "http://purl.org/net/p-plan#Entity"
|
68
|
-
"http://www.w3.org/ns/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."
|
69
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
70
|
-
label: "correspondsToVariable"
|
71
|
-
range: "http://purl.org/net/p-plan#Variable"
|
72
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
69
|
+
domain: "http://purl.org/net/p-plan#Entity",
|
70
|
+
"http://www.w3.org/ns/prov#definition": {en: "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."},
|
71
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
72
|
+
label: {en: "correspondsToVariable"},
|
73
|
+
range: "http://purl.org/net/p-plan#Variable",
|
74
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
73
75
|
property :hasInputVar,
|
74
|
-
domain: "http://purl.org/net/p-plan#Step"
|
75
|
-
"http://www.w3.org/ns/prov#definition": "p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution"
|
76
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
77
|
-
label: "hasInputVar"
|
78
|
-
range: "http://purl.org/net/p-plan#Variable"
|
79
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
76
|
+
domain: "http://purl.org/net/p-plan#Step",
|
77
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution"},
|
78
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
79
|
+
label: {en: "hasInputVar"},
|
80
|
+
range: "http://purl.org/net/p-plan#Variable",
|
81
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
80
82
|
property :hasOutputVar,
|
81
|
-
domain: "http://purl.org/net/p-plan#Step"
|
82
|
-
"http://www.w3.org/ns/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"
|
83
|
-
inverseOf: "http://purl.org/net/p-plan#isOutputVarOf"
|
84
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
85
|
-
label: "hasOutputVar"
|
86
|
-
range: "http://purl.org/net/p-plan#Variable"
|
87
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
83
|
+
domain: "http://purl.org/net/p-plan#Step",
|
84
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:hasOutputVar binds a p-plan:Step to the p-plan:Variable that will be produced as output in the planned execution"},
|
85
|
+
inverseOf: "http://purl.org/net/p-plan#isOutputVarOf",
|
86
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
87
|
+
label: {en: "hasOutputVar"},
|
88
|
+
range: "http://purl.org/net/p-plan#Variable",
|
89
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
88
90
|
property :isInputVarOf,
|
89
|
-
domain: "http://purl.org/net/p-plan#Variable"
|
90
|
-
"http://www.w3.org/ns/prov#definition": "p-plan:isInputVarOf links an input variable of a step to the step."
|
91
|
-
inverseOf: "http://purl.org/net/p-plan#hasInputVar"
|
92
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
93
|
-
label: "isInputVarOf"
|
94
|
-
range: "http://purl.org/net/p-plan#Step"
|
95
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
91
|
+
domain: "http://purl.org/net/p-plan#Variable",
|
92
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:isInputVarOf links an input variable of a step to the step."},
|
93
|
+
inverseOf: "http://purl.org/net/p-plan#hasInputVar",
|
94
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
95
|
+
label: {en: "isInputVarOf"},
|
96
|
+
range: "http://purl.org/net/p-plan#Step",
|
97
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
96
98
|
property :isOutputVarOf,
|
97
|
-
domain: "http://purl.org/net/p-plan#Variable"
|
98
|
-
"http://www.w3.org/ns/prov#definition": "p-plan:isOutputVarOf is intended to link an output variable of a step to the step."
|
99
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
100
|
-
label: "isOutputVarOf"
|
101
|
-
range: "http://purl.org/net/p-plan#Step"
|
102
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
99
|
+
domain: "http://purl.org/net/p-plan#Variable",
|
100
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:isOutputVarOf is intended to link an output variable of a step to the step."},
|
101
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
102
|
+
label: {en: "isOutputVarOf"},
|
103
|
+
range: "http://purl.org/net/p-plan#Step",
|
104
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
103
105
|
property :isPreceededBy,
|
104
|
-
comment: "http://purl.org/net/p-plan#"
|
105
|
-
domain: "http://purl.org/net/p-plan#Step"
|
106
|
-
isDefinedBy: "Property that asserts which Step preceeds the current one. "
|
107
|
-
label: "isPreceededBy"
|
108
|
-
range: "http://purl.org/net/p-plan#Step"
|
109
|
-
type: ["http://www.w3.org/2002/07/owl#ObjectProperty"
|
106
|
+
comment: "http://purl.org/net/p-plan#",
|
107
|
+
domain: "http://purl.org/net/p-plan#Step",
|
108
|
+
isDefinedBy: {en: "Property that asserts which Step preceeds the current one. "},
|
109
|
+
label: {en: "isPreceededBy"},
|
110
|
+
range: "http://purl.org/net/p-plan#Step",
|
111
|
+
type: ["http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty"]
|
110
112
|
property :isStepOfPlan,
|
111
|
-
domain: "http://purl.org/net/p-plan#Step"
|
112
|
-
"http://www.w3.org/ns/prov#definition": "p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to."
|
113
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
114
|
-
label: "isStepOfPlan"
|
115
|
-
range: "http://purl.org/net/p-plan#Plan"
|
116
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
113
|
+
domain: "http://purl.org/net/p-plan#Step",
|
114
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to."},
|
115
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
116
|
+
label: {en: "isStepOfPlan"},
|
117
|
+
range: "http://purl.org/net/p-plan#Plan",
|
118
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
117
119
|
property :isVariableOfPlan,
|
118
|
-
domain: "http://purl.org/net/p-plan#Variable"
|
119
|
-
"http://www.w3.org/ns/prov#definition": "p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to."
|
120
|
-
isDefinedBy: "http://purl.org/net/p-plan#"
|
121
|
-
label: "isVariableofPlan"
|
122
|
-
range: "http://purl.org/net/p-plan#Plan"
|
123
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
120
|
+
domain: "http://purl.org/net/p-plan#Variable",
|
121
|
+
"http://www.w3.org/ns/prov#definition": {en: "p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to."},
|
122
|
+
isDefinedBy: "http://purl.org/net/p-plan#",
|
123
|
+
label: {en: "isVariableofPlan"},
|
124
|
+
range: "http://purl.org/net/p-plan#Plan",
|
125
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
124
126
|
end
|
125
127
|
end
|