|
| 1 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 2 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 3 | +@prefix dc: <http://purl.org/dc/terms/> . |
| 4 | +@prefix earl: <http://www.w3.org/ns/earl#> . |
| 5 | +@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
| 6 | +@prefix doap: <http://usefulinc.com/ns/doap#> . |
| 7 | +@prefix ex: <http://example.org/> . |
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | +@prefix ldp: <https://raw.githubusercontent.com/pchampin/ld-patch-testsuite/master/manifest.ttl#> . |
| 10 | + |
| 11 | +<http://rubygems.org/gems/ld-patch> a doap:Project, earl:TestSubject, earl:Software ; |
| 12 | + doap:name "LD::Patch" ; |
| 13 | + doap:homepage <http://ruby-rdf.github.com/ld-patch> ; |
| 14 | + doap:license <http://creativecommons.org/licenses/publicdomain/> ; |
| 15 | + doap:shortdesc "W3C Linked Data Patch Format for RDF.rb."@en ; |
| 16 | + doap:description """ |
| 17 | + Implements the W3C Linked Data Patch Format and operations for RDF.rb. |
| 18 | + Makes use of the SPARQL gem for performing updates |
| 19 | + """@en ; |
| 20 | + doap:created "2015-08-23"^^xsd:date ; |
| 21 | + doap:programming-language "Ruby" ; |
| 22 | + doap:implements <http://www.w3.org/TR/ldpatch/> ; |
| 23 | + doap:category <http://dbpedia.org/resource/Resource_Description_Framework>, |
| 24 | + <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> ; |
| 33 | + dc:title "LD::Patch" ; |
| 34 | + dc:description """ |
| 35 | + Implements the W3C Linked Data Patch Format and operations for RDF.rb. |
| 36 | + Makes use of the SPARQL gem for performing updates |
| 37 | + """@en ; |
| 38 | + dc:date "2015-08-23"^^xsd:date ; |
| 39 | + dc:creator <http://greggkellogg.net/foaf#me> ; |
| 40 | + dc:isPartOf <http://rubygems.org/gems/rdf> . |
0 commit comments