|
| 1 | +@base <https://rubygems.org/gems/ld-patch> . |
1 | 2 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
2 | 3 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
3 | 4 | @prefix dc: <http://purl.org/dc/terms/> .
|
|
8 | 9 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
9 | 10 | @prefix ldp: <https://raw.githubusercontent.com/pchampin/ld-patch-testsuite/master/manifest.ttl#> .
|
10 | 11 |
|
11 |
| -<http://rubygems.org/gems/ld-patch> a doap:Project, earl:TestSubject, earl:Software ; |
| 12 | +<> a doap:Project, earl:TestSubject, earl:Software ; |
12 | 13 | doap:name "LD::Patch" ;
|
13 |
| - doap:homepage <http://ruby-rdf.github.com/ld-patch> ; |
14 |
| - doap:license <http://creativecommons.org/licenses/publicdomain/> ; |
| 14 | + doap:homepage <https://ruby-rdf.github.com/ld-patch> ; |
| 15 | + doap:license <https://unlicense.org/1.0/> ; |
15 | 16 | doap:shortdesc "W3C Linked Data Patch Format for RDF.rb."@en ;
|
16 | 17 | doap:description """
|
17 | 18 | Implements the W3C Linked Data Patch Format and operations for RDF.rb.
|
|
22 | 23 | doap:implements <http://www.w3.org/TR/ldpatch/> ;
|
23 | 24 | doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
|
24 | 25 | <http://dbpedia.org/resource/Ruby_(programming_language)> ;
|
25 |
| - doap:download-page <http://rubygems.org/gems/ld-patch> ; |
26 |
| - doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ; |
27 |
| - doap:bug-database <http://github.com/ruby-rdf/ld-patch/issues> ; |
28 |
| - doap:blog <http://greggkellogg.net/> ; |
29 |
| - doap:developer <http://greggkellogg.net/foaf#me> ; |
30 |
| - doap:maintainer <http://greggkellogg.net/foaf#me> ; |
31 |
| - doap:documenter <http://greggkellogg.net/foaf#me> ; |
32 |
| - foaf:maker <http://greggkellogg.net/foaf#me> ; |
| 26 | + doap:download-page <> ; |
| 27 | + doap:mailing-list <https://lists.w3.org/Archives/Public/public-rdf-ruby/> ; |
| 28 | + doap:bug-database <https://github.com/ruby-rdf/ld-patch/issues> ; |
| 29 | + doap:blog <https://greggkellogg.net/> ; |
| 30 | + doap:developer <https://greggkellogg.net/foaf#me> ; |
| 31 | + doap:maintainer <https://greggkellogg.net/foaf#me> ; |
| 32 | + doap:documenter <https://greggkellogg.net/foaf#me> ; |
| 33 | + foaf:maker <https://greggkellogg.net/foaf#me> ; |
33 | 34 | dc:title "LD::Patch" ;
|
34 | 35 | dc:description """
|
35 | 36 | Implements the W3C Linked Data Patch Format and operations for RDF.rb.
|
36 | 37 | Makes use of the SPARQL gem for performing updates
|
37 | 38 | """@en ;
|
38 | 39 | dc:date "2015-08-23"^^xsd:date ;
|
39 |
| - dc:creator <http://greggkellogg.net/foaf#me> ; |
40 |
| - dc:isPartOf <http://rubygems.org/gems/rdf> . |
| 40 | + dc:creator <https://greggkellogg.net/foaf#me> ; |
| 41 | + dc:isPartOf <https://rubygems.org/gems/rdf> . |
0 commit comments