|
9 | 9 | <rdf-ldp> a doap:Project ; |
10 | 10 | doap:name "RDF::LDP" ; |
11 | 11 | doap:homepage <https://github.com/ruby-rdf/rdf-ldp> ; |
12 | | - doap:license <https://creativecommons.org/licenses/publicdomain/> ; |
| 12 | + doap:license <https://unlicense.org/> ; |
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 | 16 | doap:programming-language "Ruby" ; |
17 | | - doap:category <http://dbpedia.org/resource/Resource_Description_Framework>, |
18 | | - <http://dbpedia.org/resource/Linked_Data_Platform>, |
19 | | - <http://dbpedia.org/resource/Ruby_(programming_language)> ; |
20 | | - doap:implements <http://www.w3.org/TR/ldp/> ; |
| 17 | + doap:category <https://dbpedia.org/resource/Resource_Description_Framework>, |
| 18 | + <https://dbpedia.org/resource/Linked_Data_Platform>, |
| 19 | + <https://dbpedia.org/resource/Ruby_(programming_language)> ; |
| 20 | + doap:implements <https://www.w3.org/TR/ldp/> ; |
21 | 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> ; |
|
29 | 29 | <lamprey> a doap:Project ; |
30 | 30 | doap:name "Lamprey" ; |
31 | 31 | doap:homepage <https://rubygems.org/gems/rdf-ldp> ; |
32 | | - doap:license <http://creativecommons.org/licenses/publicdomain/> ; |
| 32 | + doap:license <https://unlicense.org/> ; |
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 | 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 | | - doap:implements <http://www.w3.org/TR/ldp/> ; |
| 39 | + doap:implements <https://www.w3.org/TR/ldp/> ; |
40 | 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> ; |
|
0 commit comments