etc/doap.ttl in rdf-tabular-3.2.0 vs etc/doap.ttl in rdf-tabular-3.2.1
- old
+ new
@@ -7,10 +7,10 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<> a doap:Project, earl:TestSubject, earl:Software ;
doap:name "RDF::Tabular" ;
- doap:homepage <https://ruby-rdf.github.com/rdf-tabular> ;
+ doap:homepage <https://ruby-rdf.github.io/rdf-tabular> ;
doap:license <https://unlicense.org/1.0/> ;
doap:shortdesc "Tabular Data RDF Reader and JSON serializer for RDF.rb."@en ;
doap:description "RDF::Tabular processes tabular data with metadata creating RDF or JSON output for the RDF.rb library suite."@en ;
doap:created "2015-01-05"^^xsd:date ;
doap:programming-language "Ruby" ;