rdf-fcrepo4 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c09c21abc475cfa3502da9ae36980e4e5f70bac2
4
+ data.tar.gz: f09427c5859ab9ed6ce4f9a258033d821bacfebf
5
+ SHA512:
6
+ metadata.gz: 547a3e9807df4f84568c961070bebc63304e9b9b4aff0d9e47340dd70e2f4fe443c53f535cd950fcfd9da4527f5db0afa1a8adbaf8a84a853a25da9635b59415
7
+ data.tar.gz: a7e5310aebc0479fe8e22dee556773cbb10d052c2e8155bd7976de3845938dbf54c7fe9b32e172c8fe481f009f287f2fad5cf0d27d9e40b089ff60213b398266
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in open_annotation.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,19 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rdf-ldp (0.0.1)
5
+ rdf
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ rake (10.3.2)
11
+ rdf (1.1.6)
12
+
13
+ PLATFORMS
14
+ ruby
15
+
16
+ DEPENDENCIES
17
+ bundler (~> 1.6)
18
+ rake (~> 10.0)
19
+ rdf-ldp!
data/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2014 The Board of Trustees of the Leland Stanford Junior University.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,38 @@
1
+ # rdf-ldp
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/rdf-fcrepo4.svg)](http://badge.fury.io/rb/rdf-fcrepo4)
4
+
5
+ Contains vocabularies to be used by RDF ruby gem https://github.com/ruby-rdf/rdf/ to simplify coding when using Fedora RDF objects.
6
+
7
+ Also contains helper method to strip Fedora triples from an RDF::Graph object.
8
+
9
+ ## Installation
10
+
11
+ Add this line to your application's Gemfile:
12
+
13
+ ```ruby
14
+ gem 'rdf-fcrepo4'
15
+ ```
16
+
17
+ And then execute:
18
+
19
+ $ bundle
20
+
21
+ Or install it yourself as:
22
+
23
+ $ gem install rdf-fcrepo4
24
+
25
+ ## Usage
26
+
27
+ include rdf
28
+ include rdf-fcrepo4
29
+
30
+ RDF::FCRepo4.Object #=> RDF::URI("http://fedora.info/definitions/v4/rest-api#object")
31
+
32
+ ## Contributing
33
+
34
+ 1. Fork it ( https://github.com/[my-github-username]/rdf-fcrepo4/fork )
35
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
36
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
37
+ 4. Push to the branch (`git push origin my-new-feature`)
38
+ 5. Create a new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+
@@ -0,0 +1,5 @@
1
+ module RDF
2
+ module FCRepo4
3
+ VERSION = "0.0.1"
4
+ end
5
+ end
@@ -0,0 +1,290 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # This file generated automatically using vocab-fetch from http://fedora.info/definitions/v4/repository
3
+ require 'rdf'
4
+ module RDF
5
+ class FCRepo4 < RDF::StrictVocabulary("http://fedora.info/definitions/v4/repository")
6
+
7
+ # Class definitions
8
+ term :"#AnnotatedResource",
9
+ comment: %(A Resource that maintains properties in its own right.).freeze,
10
+ label: "annotated resource".freeze,
11
+ subClassOf: "http://fedora.info/definitions/v4/repository#Resource".freeze,
12
+ type: "owl:Class".freeze
13
+ term :"#Content",
14
+ comment: %(A bitstream, with no further data properties.).freeze,
15
+ label: "Content".freeze,
16
+ "owl:disjointWith" => [%(http://fedora.info/definitions/v4/repository#Datastream).freeze, %(http://fedora.info/definitions/v4/repository#Object).freeze],
17
+ subClassOf: "http://fedora.info/definitions/v4/repository#Resource".freeze,
18
+ type: "owl:Class".freeze
19
+ term :"#Datastream",
20
+ comment: %(A container for a bitstream and associated properties.).freeze,
21
+ label: "Fedora datastream".freeze,
22
+ "owl:disjointWith" => %(http://fedora.info/definitions/v4/repository#Object).freeze,
23
+ subClassOf: "http://fedora.info/definitions/v4/repository#AnnotatedResource".freeze,
24
+ type: "owl:Class".freeze
25
+ term :"#Fixity",
26
+ comment: %(A calculated or recorded result of a fixity measurement on a bitstream.).freeze,
27
+ label: "fixity".freeze,
28
+ "owl:disjointWith" => %(http://fedora.info/definitions/v4/repository#Resource).freeze,
29
+ subClassOf: "http://fedora.info/definitions/v4/repository#Thing".freeze,
30
+ type: "owl:Class".freeze
31
+ term :"#InboundReferences",
32
+ comment: %(The set of triples representing other repository resources which link to a given resource.).freeze,
33
+ label: "inbound references".freeze,
34
+ subClassOf: "http://fedora.info/definitions/v4/repository#Thing".freeze,
35
+ type: "owl:Class".freeze
36
+ term :"#Lock",
37
+ comment: %(A marker of exclusive ability to modify a resource by a single user.).freeze,
38
+ label: "lock".freeze,
39
+ "owl:disjointWith" => %(http://fedora.info/definitions/v4/repository#Resource).freeze,
40
+ subClassOf: "http://fedora.info/definitions/v4/repository#Thing".freeze,
41
+ type: "owl:Class".freeze
42
+ term :"#Object",
43
+ comment: %(A Fedora object: the fundamental quantum of durable content in a Fedora repository.).freeze,
44
+ label: "Fedora object".freeze,
45
+ subClassOf: "http://fedora.info/definitions/v4/repository#AnnotatedResource".freeze,
46
+ type: "owl:Class".freeze
47
+ term :"#Resource",
48
+ comment: %(An entity that has been committed to the repository for safekeeping. For example, Fedora objects and datastreams are Resources. A Fixity is not, because the provenance of the instance is entirely internal to the repository.).freeze,
49
+ label: "Fedora resource".freeze,
50
+ subClassOf: "http://fedora.info/definitions/v4/repository#Thing".freeze,
51
+ type: "owl:Class".freeze
52
+ term :"#Thing",
53
+ comment: %(Something that is contemplated in the Fedora repository model.).freeze,
54
+ label: "Fedora thing".freeze,
55
+ type: "owl:Class".freeze
56
+ term :"#Version",
57
+ label: "A snapshot of a Fedora object at a given point in time.".freeze,
58
+ subClassOf: "http://fedora.info/definitions/v4/repository#Object".freeze,
59
+ type: "owl:Class".freeze
60
+
61
+ # Property definitions
62
+ property :"#baseVersion",
63
+ domain: "http://fedora.info/definitions/v4/repository#Object".freeze,
64
+ label: "base version".freeze,
65
+ range: "http://fedora.info/definitions/v4/repository#Version".freeze,
66
+ type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
67
+ property :"#clusterCacheMode",
68
+ label: "#clusterCacheMode".freeze,
69
+ subPropertyOf: "owl:topDataProperty".freeze,
70
+ type: "owl:DatatypeProperty".freeze
71
+ property :"#clusterMembers",
72
+ label: "#clusterMembers".freeze,
73
+ subPropertyOf: "owl:topDataProperty".freeze,
74
+ type: "owl:DatatypeProperty".freeze
75
+ property :"#clusterName",
76
+ label: "#clusterName".freeze,
77
+ range: "xsd:string".freeze,
78
+ subPropertyOf: "owl:topDataProperty".freeze,
79
+ type: "owl:DatatypeProperty".freeze
80
+ property :"#clusterNodeAddress",
81
+ label: "#clusterNodeAddress".freeze,
82
+ subPropertyOf: "owl:topDataProperty".freeze,
83
+ type: "owl:DatatypeProperty".freeze
84
+ property :"#clusterNodeView",
85
+ label: "#clusterNodeView".freeze,
86
+ subPropertyOf: "owl:topDataProperty".freeze,
87
+ type: "owl:DatatypeProperty".freeze
88
+ property :"#clusterPhysicalAddress",
89
+ label: "#clusterPhysicalAddress".freeze,
90
+ subPropertyOf: "owl:topDataProperty".freeze,
91
+ type: "owl:DatatypeProperty".freeze
92
+ property :"#clusterSize",
93
+ label: "#clusterSize".freeze,
94
+ range: "xsd:nonNegativeInteger".freeze,
95
+ subPropertyOf: "owl:topDataProperty".freeze,
96
+ type: "owl:DatatypeProperty".freeze
97
+ property :"#computedChecksum",
98
+ label: "#computedChecksum".freeze,
99
+ subPropertyOf: "owl:topDataProperty".freeze,
100
+ type: "owl:DatatypeProperty".freeze
101
+ property :"#computedSize",
102
+ label: "#computedSize".freeze,
103
+ subPropertyOf: "owl:topDataProperty".freeze,
104
+ type: "owl:DatatypeProperty".freeze
105
+ property :"#couldNotStoreProperty",
106
+ label: "#couldNotStoreProperty".freeze,
107
+ subPropertyOf: "owl:topDataProperty".freeze,
108
+ type: "owl:DatatypeProperty".freeze
109
+ property :"#created",
110
+ label: "#created".freeze,
111
+ range: "xsd:dateTime".freeze,
112
+ subPropertyOf: "owl:topDataProperty".freeze,
113
+ type: "owl:DatatypeProperty".freeze
114
+ property :"#createdBy",
115
+ label: "#createdBy".freeze,
116
+ subPropertyOf: "owl:topDataProperty".freeze,
117
+ type: "owl:DatatypeProperty".freeze
118
+ property :"#frozenMixinTypes",
119
+ label: "#frozenMixinTypes".freeze,
120
+ subPropertyOf: "http://fedora.info/definitions/v4/repository#mixinTypes".freeze,
121
+ type: "owl:DatatypeProperty".freeze
122
+ property :"#frozenPrimaryType",
123
+ label: "#frozenPrimaryType".freeze,
124
+ subPropertyOf: "http://fedora.info/definitions/v4/repository#primaryType".freeze,
125
+ type: "owl:DatatypeProperty".freeze
126
+ property :"#frozenUuid",
127
+ label: "#frozenUuid".freeze,
128
+ subPropertyOf: "http://fedora.info/definitions/v4/repository#uuid".freeze,
129
+ type: "owl:DatatypeProperty".freeze
130
+ property :"#hasChild",
131
+ domain: "http://fedora.info/definitions/v4/repository#Object".freeze,
132
+ label: "has child".freeze,
133
+ type: ["owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze]
134
+ property :"#hasContent",
135
+ comment: %(Indicates a Content in which content is stored for this Datastream.).freeze,
136
+ domain: "http://fedora.info/definitions/v4/repository#Datastream".freeze,
137
+ label: "has content".freeze,
138
+ range: "http://fedora.info/definitions/v4/repository#Content".freeze,
139
+ type: "owl:ObjectProperty".freeze
140
+ property :"#hasDefaultWorkspace",
141
+ comment: %(Indicates the default workspace of the repository.).freeze,
142
+ label: "has default workspace".freeze,
143
+ type: "owl:ObjectProperty".freeze
144
+ property :"#hasFixity",
145
+ domain: "http://fedora.info/definitions/v4/repository#Content".freeze,
146
+ label: "has fixity".freeze,
147
+ range: "http://fedora.info/definitions/v4/repository#Fixity".freeze,
148
+ type: "owl:ObjectProperty".freeze
149
+ property :"#hasLocation",
150
+ label: "#hasLocation".freeze,
151
+ range: "xsd:anyURI".freeze,
152
+ subPropertyOf: "owl:topDataProperty".freeze,
153
+ type: "owl:DatatypeProperty".freeze
154
+ property :"#hasLock",
155
+ label: "has lock".freeze,
156
+ range: "http://fedora.info/definitions/v4/repository#Lock".freeze,
157
+ type: "owl:ObjectProperty".freeze
158
+ property :"#hasLockToken",
159
+ label: "#hasLockToken".freeze,
160
+ subPropertyOf: "owl:topDataProperty".freeze,
161
+ type: "owl:DatatypeProperty".freeze
162
+ property :"#hasMember",
163
+ comment: %(Links to a newly-minted identifier which can be used to create a repository resource.).freeze,
164
+ label: "has member".freeze,
165
+ range: "xsd:anyURI".freeze,
166
+ type: "owl:ObjectProperty".freeze
167
+ property :"#hasNodeType",
168
+ label: "#hasNodeType".freeze,
169
+ subPropertyOf: "owl:topDataProperty".freeze,
170
+ type: "owl:DatatypeProperty".freeze
171
+ property :"#hasParent",
172
+ domain: "http://fedora.info/definitions/v4/repository#Resource".freeze,
173
+ label: "has parent".freeze,
174
+ range: "http://fedora.info/definitions/v4/repository#Object".freeze,
175
+ type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze]
176
+ property :"#hasResultsMember",
177
+ label: "has results member".freeze,
178
+ range: "http://fedora.info/definitions/v4/repository#Resource".freeze,
179
+ type: "owl:ObjectProperty".freeze
180
+ property :"#hasVersion",
181
+ domain: "http://fedora.info/definitions/v4/repository#Object".freeze,
182
+ label: "has version".freeze,
183
+ range: "http://fedora.info/definitions/v4/repository#Version".freeze,
184
+ type: "owl:ObjectProperty".freeze
185
+ property :"#hasVersionLabel",
186
+ label: "#hasVersionLabel".freeze,
187
+ range: "xsd:string".freeze,
188
+ subPropertyOf: "owl:topDataProperty".freeze,
189
+ type: "owl:DatatypeProperty".freeze
190
+ property :"#hasWorkspace",
191
+ comment: %(Links to a workspace of the repository.).freeze,
192
+ label: "has workspace".freeze,
193
+ type: "owl:ObjectProperty".freeze
194
+ property :"#isCheckedOut",
195
+ label: "#isCheckedOut".freeze,
196
+ range: "xsd:boolean".freeze,
197
+ subPropertyOf: "owl:topDataProperty".freeze,
198
+ type: "owl:DatatypeProperty".freeze
199
+ property :"#isContentOf",
200
+ comment: %(Indicates a Datastream for which this resource contains the content. ).freeze,
201
+ domain: "http://fedora.info/definitions/v4/repository#Content".freeze,
202
+ label: "is content of".freeze,
203
+ range: "http://fedora.info/definitions/v4/repository#Datastream".freeze,
204
+ type: ["owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze]
205
+ property :"#isDeep",
206
+ domain: "http://fedora.info/definitions/v4/repository#Lock".freeze,
207
+ label: "#isDeep".freeze,
208
+ range: "xsd:boolean".freeze,
209
+ subPropertyOf: "owl:topDataProperty".freeze,
210
+ type: "owl:DatatypeProperty".freeze
211
+ property :"#isFixityOf",
212
+ domain: "http://fedora.info/definitions/v4/repository#Fixity".freeze,
213
+ label: "is fixity of".freeze,
214
+ range: "http://fedora.info/definitions/v4/repository#Content".freeze,
215
+ type: ["owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze]
216
+ property :"#lastModified",
217
+ label: "#lastModified".freeze,
218
+ range: "xsd:dateTime".freeze,
219
+ subPropertyOf: "owl:topDataProperty".freeze,
220
+ type: "owl:DatatypeProperty".freeze
221
+ property :"#lastModifiedBy",
222
+ label: "#lastModifiedBy".freeze,
223
+ subPropertyOf: "owl:topDataProperty".freeze,
224
+ type: "owl:DatatypeProperty".freeze
225
+ property :"#locks",
226
+ domain: "http://fedora.info/definitions/v4/repository#Lock".freeze,
227
+ label: "locks".freeze,
228
+ type: "owl:ObjectProperty".freeze
229
+ property :"#mimeType",
230
+ label: "#mimeType".freeze,
231
+ range: "xsd:string".freeze,
232
+ subPropertyOf: "owl:topDataProperty".freeze,
233
+ type: "owl:DatatypeProperty".freeze
234
+ property :"#mixinTypes",
235
+ label: "#mixinTypes".freeze,
236
+ subPropertyOf: "owl:topDataProperty".freeze,
237
+ type: "owl:DatatypeProperty".freeze
238
+ property :"#numFixityChecks",
239
+ label: "#numFixityChecks".freeze,
240
+ range: "xsd:nonNegativeInteger".freeze,
241
+ subPropertyOf: "owl:topDataProperty".freeze,
242
+ type: "owl:DatatypeProperty".freeze
243
+ property :"#numFixityErrors",
244
+ label: "#numFixityErrors".freeze,
245
+ range: "xsd:nonNegativeInteger".freeze,
246
+ subPropertyOf: "owl:topDataProperty".freeze,
247
+ type: "owl:DatatypeProperty".freeze
248
+ property :"#numFixityRepaired",
249
+ label: "#numFixityRepaired".freeze,
250
+ range: "xsd:nonNegativeInteger".freeze,
251
+ subPropertyOf: "owl:topDataProperty".freeze,
252
+ type: "owl:DatatypeProperty".freeze
253
+ property :"#numberOfChildren",
254
+ label: "#numberOfChildren".freeze,
255
+ range: "xsd:nonNegativeInteger".freeze,
256
+ subPropertyOf: "owl:topDataProperty".freeze,
257
+ type: "owl:DatatypeProperty".freeze
258
+ property :"#objectCount",
259
+ label: "#objectCount".freeze,
260
+ subPropertyOf: "owl:topDataProperty".freeze,
261
+ type: "owl:DatatypeProperty".freeze
262
+ property :"#objectSize",
263
+ label: "#objectSize".freeze,
264
+ subPropertyOf: "owl:topDataProperty".freeze,
265
+ type: "owl:DatatypeProperty".freeze
266
+ property :"#predecessors",
267
+ domain: "http://fedora.info/definitions/v4/repository#Version".freeze,
268
+ label: "predecessors".freeze,
269
+ range: "http://fedora.info/definitions/v4/repository#Version".freeze,
270
+ type: "owl:ObjectProperty".freeze
271
+ property :"#primaryType",
272
+ label: "#primaryType".freeze,
273
+ subPropertyOf: "owl:topDataProperty".freeze,
274
+ type: "owl:DatatypeProperty".freeze
275
+ property :"#status",
276
+ label: "#status".freeze,
277
+ subPropertyOf: "owl:topDataProperty".freeze,
278
+ type: "owl:DatatypeProperty".freeze
279
+ property :"#uuid",
280
+ label: "#uuid".freeze,
281
+ subPropertyOf: "owl:topDataProperty".freeze,
282
+ type: "owl:DatatypeProperty".freeze
283
+
284
+ # Extra definitions
285
+ term :"#",
286
+ comment: %(A first attempt to formalize an ontology for the Fedora data model, intended primarily to make it possible to expose Fedora-curated RDF predicates via de-reference-able URIs.).freeze,
287
+ label: "Fedora Commons Repository Ontology".freeze,
288
+ type: "owl:Ontology".freeze
289
+ end
290
+ end
@@ -0,0 +1,24 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'rdf/fcrepo4/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "rdf-fcrepo4"
8
+ spec.version = RDF::FCRepo4::VERSION
9
+ spec.authors = ["Naomi Dushay"]
10
+ spec.email = ["ndushay@stanford.edu"]
11
+ spec.summary = %q{Fedora Commons Repository Version 4 vocabulary for RDF.rb and helper methods}
12
+ spec.homepage = ""
13
+ spec.license = "Apache 2"
14
+
15
+ spec.files = `git ls-files -z`.split("\x0")
16
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
+ spec.require_paths = ["lib"]
19
+
20
+ spec.add_dependency 'rdf'
21
+
22
+ spec.add_development_dependency "bundler", "~> 1.6"
23
+ spec.add_development_dependency "rake", "~> 10.0"
24
+ end
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rdf-fcrepo4
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Naomi Dushay
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rdf
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.6'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.6'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - ndushay@stanford.edu
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - Gemfile
63
+ - Gemfile.lock
64
+ - LICENSE
65
+ - README.md
66
+ - Rakefile
67
+ - lib/rdf/fcrepo4.rb
68
+ - lib/rdf/fcrepo4/version.rb
69
+ - rdf-fcrepo4.gemspec
70
+ homepage: ''
71
+ licenses:
72
+ - Apache 2
73
+ metadata: {}
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.2.0
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: Fedora Commons Repository Version 4 vocabulary for RDF.rb and helper methods
94
+ test_files: []