rdf-rdfxml 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/{History.rdoc → History.markdown} +19 -15
- data/{README → README.markdown} +2 -2
- data/VERSION +1 -1
- data/lib/rdf/rdfxml/format.rb +13 -0
- data/lib/rdf/rdfxml/reader.rb +26 -24
- data/lib/rdf/rdfxml/writer.rb +41 -32
- metadata +31 -66
- data/.yardopts +0 -13
- data/README.md +0 -95
- data/Rakefile +0 -59
- data/etc/doap.nt +0 -47
- data/etc/doap.xml +0 -73
- data/example.rb +0 -37
- data/rdf-rdfxml.gemspec +0 -99
- data/script/console +0 -10
- data/script/parse +0 -55
- data/script/tc +0 -50
- data/script/yard-to-rubyforge +0 -2
- data/spec/.gitignore +0 -1
- data/spec/format_spec.rb +0 -28
- data/spec/graph_spec.rb +0 -59
- data/spec/literal_spec.rb +0 -244
- data/spec/matchers.rb +0 -79
- data/spec/rdf_test.rb +0 -69
- data/spec/reader_spec.rb +0 -394
- data/spec/spec.opts +0 -1
- data/spec/spec_helper.rb +0 -53
- data/spec/writer_spec.rb +0 -714
metadata
CHANGED
@@ -1,30 +1,31 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf-rdfxml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Gregg
|
8
|
+
- Gregg
|
9
|
+
- Kellogg
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2011-
|
13
|
+
date: 2011-09-14 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rdf
|
16
|
-
requirement: &
|
17
|
+
requirement: &2161650980 !ruby/object:Gem::Requirement
|
17
18
|
none: false
|
18
19
|
requirements:
|
19
20
|
- - ! '>='
|
20
21
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.3.
|
22
|
+
version: 0.3.4
|
22
23
|
type: :runtime
|
23
24
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
+
version_requirements: *2161650980
|
25
26
|
- !ruby/object:Gem::Dependency
|
26
27
|
name: nokogiri
|
27
|
-
requirement: &
|
28
|
+
requirement: &2161650360 !ruby/object:Gem::Requirement
|
28
29
|
none: false
|
29
30
|
requirements:
|
30
31
|
- - ! '>='
|
@@ -32,10 +33,10 @@ dependencies:
|
|
32
33
|
version: 1.4.4
|
33
34
|
type: :runtime
|
34
35
|
prerelease: false
|
35
|
-
version_requirements: *
|
36
|
+
version_requirements: *2161650360
|
36
37
|
- !ruby/object:Gem::Dependency
|
37
38
|
name: open-uri-cached
|
38
|
-
requirement: &
|
39
|
+
requirement: &2161649680 !ruby/object:Gem::Requirement
|
39
40
|
none: false
|
40
41
|
requirements:
|
41
42
|
- - ! '>='
|
@@ -43,10 +44,10 @@ dependencies:
|
|
43
44
|
version: '0'
|
44
45
|
type: :development
|
45
46
|
prerelease: false
|
46
|
-
version_requirements: *
|
47
|
+
version_requirements: *2161649680
|
47
48
|
- !ruby/object:Gem::Dependency
|
48
49
|
name: spira
|
49
|
-
requirement: &
|
50
|
+
requirement: &2161648620 !ruby/object:Gem::Requirement
|
50
51
|
none: false
|
51
52
|
requirements:
|
52
53
|
- - ! '>='
|
@@ -54,10 +55,10 @@ dependencies:
|
|
54
55
|
version: 0.0.12
|
55
56
|
type: :development
|
56
57
|
prerelease: false
|
57
|
-
version_requirements: *
|
58
|
+
version_requirements: *2161648620
|
58
59
|
- !ruby/object:Gem::Dependency
|
59
60
|
name: rspec
|
60
|
-
requirement: &
|
61
|
+
requirement: &2161647120 !ruby/object:Gem::Requirement
|
61
62
|
none: false
|
62
63
|
requirements:
|
63
64
|
- - ! '>='
|
@@ -65,21 +66,10 @@ dependencies:
|
|
65
66
|
version: 2.5.0
|
66
67
|
type: :development
|
67
68
|
prerelease: false
|
68
|
-
version_requirements: *
|
69
|
+
version_requirements: *2161647120
|
69
70
|
- !ruby/object:Gem::Dependency
|
70
71
|
name: rdf-spec
|
71
|
-
requirement: &
|
72
|
-
none: false
|
73
|
-
requirements:
|
74
|
-
- - ! '>='
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: 0.3.3
|
77
|
-
type: :development
|
78
|
-
prerelease: false
|
79
|
-
version_requirements: *2157273900
|
80
|
-
- !ruby/object:Gem::Dependency
|
81
|
-
name: rdf-isomorphic
|
82
|
-
requirement: &2157269860 !ruby/object:Gem::Requirement
|
72
|
+
requirement: &2161627120 !ruby/object:Gem::Requirement
|
83
73
|
none: false
|
84
74
|
requirements:
|
85
75
|
- - ! '>='
|
@@ -87,42 +77,30 @@ dependencies:
|
|
87
77
|
version: 0.3.4
|
88
78
|
type: :development
|
89
79
|
prerelease: false
|
90
|
-
version_requirements: *
|
80
|
+
version_requirements: *2161627120
|
91
81
|
- !ruby/object:Gem::Dependency
|
92
82
|
name: yard
|
93
|
-
requirement: &
|
83
|
+
requirement: &2161626020 !ruby/object:Gem::Requirement
|
94
84
|
none: false
|
95
85
|
requirements:
|
96
86
|
- - ! '>='
|
97
87
|
- !ruby/object:Gem::Version
|
98
|
-
version: 0.6.
|
88
|
+
version: 0.6.0
|
99
89
|
type: :development
|
100
90
|
prerelease: false
|
101
|
-
version_requirements: *
|
91
|
+
version_requirements: *2161626020
|
102
92
|
description: RDF::RDFXML is an RDF/XML reader and writer for the RDF.rb library suite.
|
103
|
-
email:
|
93
|
+
email: public-rdf-ruby@w3.org
|
104
94
|
executables: []
|
105
95
|
extensions: []
|
106
|
-
extra_rdoc_files:
|
107
|
-
- AUTHORS
|
108
|
-
- CONTRIBUTORS
|
109
|
-
- History.rdoc
|
110
|
-
- README.md
|
111
|
-
- UNLICENSE
|
96
|
+
extra_rdoc_files: []
|
112
97
|
files:
|
113
|
-
- .
|
98
|
+
- README.markdown
|
99
|
+
- History.markdown
|
114
100
|
- AUTHORS
|
115
101
|
- CONTRIBUTORS
|
116
|
-
- History.rdoc
|
117
|
-
- README
|
118
|
-
- README.md
|
119
|
-
- Rakefile
|
120
|
-
- UNLICENSE
|
121
102
|
- VERSION
|
122
|
-
-
|
123
|
-
- etc/doap.xml
|
124
|
-
- example.rb
|
125
|
-
- lib/rdf/rdfxml.rb
|
103
|
+
- UNLICENSE
|
126
104
|
- lib/rdf/rdfxml/format.rb
|
127
105
|
- lib/rdf/rdfxml/patches/array_hacks.rb
|
128
106
|
- lib/rdf/rdfxml/patches/graph_properties.rb
|
@@ -132,23 +110,10 @@ files:
|
|
132
110
|
- lib/rdf/rdfxml/version.rb
|
133
111
|
- lib/rdf/rdfxml/vocab.rb
|
134
112
|
- lib/rdf/rdfxml/writer.rb
|
135
|
-
- rdf
|
136
|
-
- script/console
|
137
|
-
- script/parse
|
138
|
-
- script/tc
|
139
|
-
- script/yard-to-rubyforge
|
140
|
-
- spec/.gitignore
|
141
|
-
- spec/format_spec.rb
|
142
|
-
- spec/graph_spec.rb
|
143
|
-
- spec/literal_spec.rb
|
144
|
-
- spec/matchers.rb
|
145
|
-
- spec/rdf_test.rb
|
146
|
-
- spec/reader_spec.rb
|
147
|
-
- spec/spec.opts
|
148
|
-
- spec/spec_helper.rb
|
149
|
-
- spec/writer_spec.rb
|
113
|
+
- lib/rdf/rdfxml.rb
|
150
114
|
homepage: http://github.com/gkellogg/rdf-rdfxml
|
151
|
-
licenses:
|
115
|
+
licenses:
|
116
|
+
- Public Domain
|
152
117
|
post_install_message:
|
153
118
|
rdoc_options: []
|
154
119
|
require_paths:
|
@@ -158,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
158
123
|
requirements:
|
159
124
|
- - ! '>='
|
160
125
|
- !ruby/object:Gem::Version
|
161
|
-
version:
|
126
|
+
version: 1.8.1
|
162
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
163
128
|
none: false
|
164
129
|
requirements:
|
@@ -166,8 +131,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
131
|
- !ruby/object:Gem::Version
|
167
132
|
version: '0'
|
168
133
|
requirements: []
|
169
|
-
rubyforge_project:
|
170
|
-
rubygems_version: 1.8.
|
134
|
+
rubyforge_project: rdf-rdfxml
|
135
|
+
rubygems_version: 1.8.10
|
171
136
|
signing_key:
|
172
137
|
specification_version: 3
|
173
138
|
summary: RDF/XML reader/writer for RDF.rb.
|
data/.yardopts
DELETED
data/README.md
DELETED
@@ -1,95 +0,0 @@
|
|
1
|
-
# RDF::RDFXML reader/writer
|
2
|
-
|
3
|
-
[RDF/XML][RDF/XML] parser for [RDF.rb][RDF.rb].
|
4
|
-
|
5
|
-
## DESCRIPTION
|
6
|
-
|
7
|
-
RDF::RDFXML is an [RDF/XML][RDF/XML] reader/writer for Ruby using the [RDF.rb][RDF.rb] library suite.
|
8
|
-
|
9
|
-
## FEATURES
|
10
|
-
RDF::RDFXML parses [RDF/XML][RDF/XML] into statements or triples and serializes triples, statements or graphs.
|
11
|
-
|
12
|
-
Fully compliant [RDF/XML][RDF/XML] parser and serializer.
|
13
|
-
|
14
|
-
Install with `gem install rdf-rdfxml`
|
15
|
-
|
16
|
-
## Usage:
|
17
|
-
Instantiate a parser and parse source, specifying type and base-URL
|
18
|
-
|
19
|
-
RDF::RDFXML::Reader.open("./etc/doap.xml") do |reader|
|
20
|
-
reader.each_statement do |statement|
|
21
|
-
puts statement.inspect
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
## Dependencies
|
26
|
-
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.3.1)
|
27
|
-
* [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.4.4)
|
28
|
-
|
29
|
-
## Documentation
|
30
|
-
Full documentation available on [RubyForge](http://rdf.rubyforge.org/rdfxml)
|
31
|
-
|
32
|
-
### Principle Classes
|
33
|
-
* {RDF::RDFXML}
|
34
|
-
* {RDF::RDFXML::Format}
|
35
|
-
* {RDF::RDFXML::Reader}
|
36
|
-
* {RDF::RDFXML::Writer}
|
37
|
-
|
38
|
-
### Additional vocabularies
|
39
|
-
* {RDF::XML}
|
40
|
-
|
41
|
-
### Patches
|
42
|
-
* {Array}
|
43
|
-
* {RDF::Graph}
|
44
|
-
* {RDF::Literal::XML}
|
45
|
-
* {Nokogiri::XML::Node}
|
46
|
-
|
47
|
-
## TODO
|
48
|
-
* Add support for LibXML and REXML bindings, and use the best available
|
49
|
-
* Consider a SAX-based parser for improved performance
|
50
|
-
|
51
|
-
## Resources
|
52
|
-
* [RDF.rb][RDF.rb]
|
53
|
-
* [RDF/XML][RDF/XML]
|
54
|
-
* [Distiller](http://distiller.kellogg-assoc)
|
55
|
-
* [Documentation](http://rdf.rubyforge.org/rdfxml)
|
56
|
-
* [History](file:file.History.html)
|
57
|
-
* [RDF Tests](http://www.w3.org/2000/10/rdf-tests/rdfcore/allTestCases.html)
|
58
|
-
|
59
|
-
## Author
|
60
|
-
* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/>
|
61
|
-
|
62
|
-
## Contributors
|
63
|
-
* [Nicholas Humfrey](http://github.com/njh)
|
64
|
-
|
65
|
-
## Contributing
|
66
|
-
|
67
|
-
* Do your best to adhere to the existing coding conventions and idioms.
|
68
|
-
* Don't use hard tabs, and don't leave trailing whitespace on any line.
|
69
|
-
* Do document every method you add using [YARD][] annotations. Read the
|
70
|
-
[tutorial][YARD-GS] or just look at the existing code for examples.
|
71
|
-
* Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to
|
72
|
-
change them, do so on your private branch only.
|
73
|
-
* Do feel free to add yourself to the `CREDITS` file and the corresponding
|
74
|
-
list in the the `README`. Alphabetical order applies.
|
75
|
-
* Do note that in order for us to merge any non-trivial changes (as a rule
|
76
|
-
of thumb, additions larger than about 15 lines of code), we need an
|
77
|
-
explicit [public domain dedication][PDD] on record from you.
|
78
|
-
|
79
|
-
## License
|
80
|
-
|
81
|
-
This is free and unencumbered public domain software. For more information,
|
82
|
-
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
|
83
|
-
|
84
|
-
## FEEDBACK
|
85
|
-
|
86
|
-
* gregg@kellogg-assoc.com
|
87
|
-
* <http://rubygems.org/rdf-rdfxml>
|
88
|
-
* <http://github.com/gkellogg/rdf-rdfxml>
|
89
|
-
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>
|
90
|
-
|
91
|
-
[RDF.rb]: http://rdf.rubyforge.org/
|
92
|
-
[RDF/XML]: http://www.w3.org/TR/REC-rdf-syntax/ "RDF/XML Syntax Specification"
|
93
|
-
[YARD]: http://yardoc.org/
|
94
|
-
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
|
95
|
-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
|
data/Rakefile
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
require 'rubygems'
|
2
|
-
require 'yard'
|
3
|
-
|
4
|
-
begin
|
5
|
-
gem 'jeweler'
|
6
|
-
require 'jeweler'
|
7
|
-
Jeweler::Tasks.new do |gemspec|
|
8
|
-
gemspec.name = "rdf-rdfxml"
|
9
|
-
gemspec.summary = "RDF/XML reader/writer for RDF.rb."
|
10
|
-
gemspec.description = %q(RDF::RDFXML is an RDF/XML reader and writer for the RDF.rb library suite.)
|
11
|
-
gemspec.email = "gregg@kellogg-assoc.com"
|
12
|
-
gemspec.homepage = "http://github.com/gkellogg/rdf-rdfxml"
|
13
|
-
gemspec.authors = ["Gregg Kellogg"]
|
14
|
-
gemspec.add_dependency('rdf', '>= 0.3.3')
|
15
|
-
gemspec.add_dependency('nokogiri', '>= 1.4.4')
|
16
|
-
gemspec.add_development_dependency('open-uri-cached')
|
17
|
-
gemspec.add_development_dependency('spira', '>= 0.0.12')
|
18
|
-
gemspec.add_development_dependency('rspec', '>= 2.5.0')
|
19
|
-
gemspec.add_development_dependency('rdf-spec', '>= 0.3.3')
|
20
|
-
gemspec.add_development_dependency('rdf-isomorphic', '>= 0.3.4')
|
21
|
-
gemspec.add_development_dependency('yard', '>= 0.6.4')
|
22
|
-
gemspec.extra_rdoc_files = %w(README.md History.rdoc AUTHORS CONTRIBUTORS UNLICENSE)
|
23
|
-
end
|
24
|
-
Jeweler::GemcutterTasks.new
|
25
|
-
rescue LoadError
|
26
|
-
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
27
|
-
end
|
28
|
-
|
29
|
-
require 'rspec/core/rake_task'
|
30
|
-
RSpec::Core::RakeTask.new(:spec)
|
31
|
-
|
32
|
-
desc "Run specs through RCov"
|
33
|
-
RSpec::Core::RakeTask.new("spec:rcov") do |spec|
|
34
|
-
spec.rcov = true
|
35
|
-
spec.rcov_opts = %q[--exclude "spec"]
|
36
|
-
end
|
37
|
-
|
38
|
-
desc "Generate HTML report specs"
|
39
|
-
RSpec::Core::RakeTask.new("doc:spec") do |spec|
|
40
|
-
spec.rspec_opts = ["--format", "html", "-o", "doc/spec.html"]
|
41
|
-
end
|
42
|
-
|
43
|
-
YARD::Rake::YardocTask.new
|
44
|
-
|
45
|
-
desc "Generate RDF Core Manifest.yml"
|
46
|
-
namespace :spec do
|
47
|
-
task :prepare do
|
48
|
-
$:.unshift(File.join(File.dirname(__FILE__), 'lib'))
|
49
|
-
require 'rdf/rdfxml'
|
50
|
-
require 'spec/rdf_helper'
|
51
|
-
require 'fileutils'
|
52
|
-
|
53
|
-
yaml = File.join(RDFCORE_DIR, "Manifest.yml")
|
54
|
-
FileUtils.rm_f(yaml)
|
55
|
-
RdfHelper::TestCase.to_yaml(RDFCORE_TEST, RDFCORE_DIR, yaml)
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
task :default => :spec
|
data/etc/doap.nt
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
<http://ar.to/#self> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
2
|
-
<http://ar.to/#self> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://datagraph.org/bendiken/foaf> .
|
3
|
-
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/homepage> <http://ar.to/> .
|
4
|
-
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/made> <http://rubygems.org/gems/rdf> .
|
5
|
-
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox> <mailto:arto.bendiken@gmail.com> .
|
6
|
-
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "a033f652c84a4d73b8c26d318c2395699dd2bdfb" .
|
7
|
-
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "d0737cceb55eb7d740578d2db1bc0727e3ed49ce" .
|
8
|
-
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/name> "Arto Bendiken" .
|
9
|
-
<http://bhuga.net/#ben> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
10
|
-
<http://bhuga.net/#ben> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://datagraph.org/bhuga/foaf> .
|
11
|
-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/homepage> <http://bhuga.net/> .
|
12
|
-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox> <mailto:blavender@gmail.com> .
|
13
|
-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" .
|
14
|
-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/name> "Ben Lavender" .
|
15
|
-
<http://rubygems.org/gems/rdf> <http://purl.org/dc/terms/creator> <http://ar.to/#self> .
|
16
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#blog> <http://ar.to/> .
|
17
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#blog> <http://blog.datagraph.org/> .
|
18
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#bug-database> <http://github.com/bendiken/rdf/issues> .
|
19
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Resource_Description_Framework> .
|
20
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Ruby_(programming_language)> .
|
21
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#created> "2007-10-23" .
|
22
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#description> "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en .
|
23
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#developer> <http://ar.to/#self> .
|
24
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#developer> <http://bhuga.net/#ben> .
|
25
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#documenter> <http://ar.to/#self> .
|
26
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#download-page> <http://rubyforge.org/projects/rdf/> .
|
27
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#helper> _:genid1 .
|
28
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#helper> _:genid2 .
|
29
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#helper> _:genid3 .
|
30
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#homepage> <http://rdf.rubyforge.org/> .
|
31
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#license> <http://creativecommons.org/licenses/publicdomain/> .
|
32
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#maintainer> <http://ar.to/#self> .
|
33
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#name> "RDF.rb" .
|
34
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#platform> "Ruby" .
|
35
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#shortdesc> "A Ruby library for working with Resource Description Framework (RDF) data."@en .
|
36
|
-
<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#vendor> <http://datagraph.org/> .
|
37
|
-
<http://rubygems.org/gems/rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> .
|
38
|
-
<http://rubygems.org/gems/rdf> <http://xmlns.com/foaf/0.1/maker> <http://ar.to/#self> .
|
39
|
-
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
40
|
-
_:genid1 <http://xmlns.com/foaf/0.1/mbox_sha1sum> "c69f3255ff0639543cc5edfd8116eac8df16fab8" .
|
41
|
-
_:genid1 <http://xmlns.com/foaf/0.1/name> "Hellekin O. Wolf" .
|
42
|
-
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
43
|
-
_:genid2 <http://xmlns.com/foaf/0.1/mbox_sha1sum> "f7653fc1ac0e82ebb32f092389bd5fc728eaae12" .
|
44
|
-
_:genid2 <http://xmlns.com/foaf/0.1/name> "John Fieber" .
|
45
|
-
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
46
|
-
_:genid3 <http://xmlns.com/foaf/0.1/mbox_sha1sum> "bedbbf2451e5beb38d59687c0460032aff92cd3c" .
|
47
|
-
_:genid3 <http://xmlns.com/foaf/0.1/name> "Pius Uzamere" .
|
data/etc/doap.xml
DELETED
@@ -1,73 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"
|
3
|
-
xmlns:log="http://www.w3.org/2000/10/swap/log#"
|
4
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
5
|
-
|
6
|
-
<Person xmlns="http://xmlns.com/foaf/0.1/"
|
7
|
-
rdf:about="#_ggenid1">
|
8
|
-
<mbox_sha1sum>c69f3255ff0639543cc5edfd8116eac8df16fab8</mbox_sha1sum>
|
9
|
-
<name>Hellekin O. Wolf</name>
|
10
|
-
</Person>
|
11
|
-
|
12
|
-
<Person xmlns="http://xmlns.com/foaf/0.1/"
|
13
|
-
rdf:about="#_ggenid3">
|
14
|
-
<mbox_sha1sum>bedbbf2451e5beb38d59687c0460032aff92cd3c</mbox_sha1sum>
|
15
|
-
<name>Pius Uzamere</name>
|
16
|
-
</Person>
|
17
|
-
|
18
|
-
<Person xmlns="http://xmlns.com/foaf/0.1/"
|
19
|
-
rdf:about="#_ggenid2">
|
20
|
-
<mbox_sha1sum>f7653fc1ac0e82ebb32f092389bd5fc728eaae12</mbox_sha1sum>
|
21
|
-
<name>John Fieber</name>
|
22
|
-
</Person>
|
23
|
-
|
24
|
-
<Person xmlns="http://xmlns.com/foaf/0.1/"
|
25
|
-
rdf:about="http://ar.to/#self">
|
26
|
-
<isDefinedBy xmlns="http://www.w3.org/2000/01/rdf-schema#"
|
27
|
-
rdf:resource="http://datagraph.org/bendiken/foaf"/>
|
28
|
-
<homepage rdf:resource="http://ar.to/"/>
|
29
|
-
<made rdf:resource="http://rubygems.org/gems/rdf"/>
|
30
|
-
<mbox rdf:resource="mailto:arto.bendiken@gmail.com"/>
|
31
|
-
<mbox_sha1sum>a033f652c84a4d73b8c26d318c2395699dd2bdfb</mbox_sha1sum>
|
32
|
-
<mbox_sha1sum>d0737cceb55eb7d740578d2db1bc0727e3ed49ce</mbox_sha1sum>
|
33
|
-
<name>Arto Bendiken</name>
|
34
|
-
</Person>
|
35
|
-
|
36
|
-
<Person xmlns="http://xmlns.com/foaf/0.1/"
|
37
|
-
rdf:about="http://bhuga.net/#ben">
|
38
|
-
<isDefinedBy xmlns="http://www.w3.org/2000/01/rdf-schema#"
|
39
|
-
rdf:resource="http://datagraph.org/bhuga/foaf"/>
|
40
|
-
<homepage rdf:resource="http://bhuga.net/"/>
|
41
|
-
<mbox rdf:resource="mailto:blavender@gmail.com"/>
|
42
|
-
<mbox_sha1sum>dbf45f4ffbd27b67aa84f02a6a31c144727d10af</mbox_sha1sum>
|
43
|
-
<name>Ben Lavender</name>
|
44
|
-
</Person>
|
45
|
-
|
46
|
-
<Project rdf:about="http://rubygems.org/gems/rdf">
|
47
|
-
<creator xmlns="http://purl.org/dc/terms/"
|
48
|
-
rdf:resource="http://ar.to/#self"/>
|
49
|
-
<blog rdf:resource="http://ar.to/"/>
|
50
|
-
<blog rdf:resource="http://blog.datagraph.org/"/>
|
51
|
-
<bug-database rdf:resource="http://github.com/bendiken/rdf/issues"/>
|
52
|
-
<category rdf:resource="http://dbpedia.org/resource/Resource_Description_Framework"/>
|
53
|
-
<category rdf:resource="http://dbpedia.org/resource/Ruby_(programming_language)"/>
|
54
|
-
<created>2007-10-23</created>
|
55
|
-
<description xml:lang="en">RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.</description>
|
56
|
-
<developer rdf:resource="http://ar.to/#self"/>
|
57
|
-
<developer rdf:resource="http://bhuga.net/#ben"/>
|
58
|
-
<documenter rdf:resource="http://ar.to/#self"/>
|
59
|
-
<download-page rdf:resource="http://rubyforge.org/projects/rdf/"/>
|
60
|
-
<helper rdf:resource="#_ggenid1"/>
|
61
|
-
<helper rdf:resource="#_ggenid2"/>
|
62
|
-
<helper rdf:resource="#_ggenid3"/>
|
63
|
-
<homepage rdf:resource="http://rdf.rubyforge.org/"/>
|
64
|
-
<license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/>
|
65
|
-
<maintainer rdf:resource="http://ar.to/#self"/>
|
66
|
-
<name>RDF.rb</name>
|
67
|
-
<platform>Ruby</platform>
|
68
|
-
<shortdesc xml:lang="en">A Ruby library for working with Resource Description Framework (RDF) data.</shortdesc>
|
69
|
-
<vendor rdf:resource="http://datagraph.org/"/>
|
70
|
-
<maker xmlns="http://xmlns.com/foaf/0.1/"
|
71
|
-
rdf:resource="http://ar.to/#self"/>
|
72
|
-
</Project>
|
73
|
-
</rdf:RDF>
|