|
8 | 8 |
|
9 | 9 | <rdf-ldp> a doap:Project ; |
10 | 10 | doap:name "RDF::LDP" ; |
11 | | - doap:homepage <http://rubygems.org/gems/rdf-ldp> ; |
12 | | - doap:license <http://creativecommons.org/licenses/publicdomain/> ; |
| 11 | + doap:homepage <https://github.com/ruby-rdf/rdf-ldp> ; |
| 12 | + doap:license <https://creativecommons.org/licenses/publicdomain/> ; |
13 | 13 | doap:shortdesc "A suite of LDP software and middleware for RDF.rb" ; |
14 | 14 | doap:description "Implements a Linked Data Platform domain model, Rack middleware for server implementers, and a simple Sinatra-based server for RDF.rb" ; |
15 | 15 | doap:created "2015-07-17"^^xsd:date ; |
16 | | - doap:platform "Ruby" ; |
| 16 | + doap:programming-language "Ruby" ; |
17 | 17 | doap:category <http://dbpedia.org/resource/Resource_Description_Framework>, |
18 | 18 | <http://dbpedia.org/resource/Linked_Data_Platform>, |
19 | 19 | <http://dbpedia.org/resource/Ruby_(programming_language)> ; |
20 | 20 | doap:implements <http://www.w3.org/TR/ldp/> ; |
21 | | - doap:bug-database <http://github.com/ruby-rdf/rdf-ldp/issues> ; |
| 21 | + doap:bug-database <https://github.com/ruby-rdf/rdf-ldp/issues> ; |
22 | 22 | doap:vendor <https://github.com/orgs/ruby-rdf/teams/ldp#team> ; |
23 | 23 | doap:developer <https://github.com/no-reply#self> ; |
24 | 24 | doap:maintainer <https://github.com/no-reply#self> ; |
|
28 | 28 |
|
29 | 29 | <lamprey> a doap:Project ; |
30 | 30 | doap:name "Lamprey" ; |
31 | | - doap:homepage <http://rubygems.org/gems/rdf-ldp> ; |
| 31 | + doap:homepage <https://rubygems.org/gems/rdf-ldp> ; |
32 | 32 | doap:license <http://creativecommons.org/licenses/publicdomain/> ; |
33 | 33 | doap:shortdesc "A Ruby LDP server based on RDF.rb, RDF::LDP, and Sinatra." ; |
34 | 34 | doap:created "2015-07-17"^^xsd:date ; |
35 | | - doap:platform "Ruby" ; |
| 35 | + doap:programming-language "Ruby" ; |
36 | 36 | doap:category <http://dbpedia.org/resource/Resource_Description_Framework>, |
37 | 37 | <http://dbpedia.org/resource/Linked_Data_Platform>, |
38 | 38 | <http://dbpedia.org/resource/Ruby_(programming_language)> ; |
39 | 39 | doap:implements <http://www.w3.org/TR/ldp/> ; |
40 | | - doap:bug-database <http://github.com/ruby-rdf/rdf-ldp/issues> ; |
| 40 | + doap:bug-database <https://github.com/ruby-rdf/rdf-ldp/issues> ; |
41 | 41 | doap:vendor <https://github.com/orgs/ruby-rdf/teams/ldp#team> ; |
42 | 42 | doap:developer <https://github.com/no-reply#self> ; |
43 | 43 | doap:maintainer <https://github.com/no-reply#self> ; |
|
0 commit comments