rdf-vocab 3.2.0 → 3.2.1

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