Skip to content

Commit

Permalink
Update doap:license (again) to https://unlicense.org/1.0/.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed May 30, 2020
1 parent c8587b6 commit a9590ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This results in the following Turtle:
<http://www.w3.org/TR/tabular-metadata/>,
<http://www.w3.org/TR/csv2rdf/>,
<http://www.w3.org/TR/csv2json/>;
doap:license <https://unlicense.org/>;
doap:license <https://unlicense.org/1.0/>;
doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/>;
doap:maintainer <http://greggkellogg.net/foaf#me>;
doap:name "RDF::Tabular";
Expand Down Expand Up @@ -166,7 +166,7 @@ It can also generate JSON output (not complete JSON-LD, but compatible with it),
"http://usefulinc.com/ns/doap#name": "RDF::Tabular",
"@type": "http://usefulinc.com/ns/doap#Project",
"http://usefulinc.com/ns/doap#homepage": "http://ruby-rdf.github.com/rdf-tabular",
"http://usefulinc.com/ns/doap#license": "https://unlicense.org/",
"http://usefulinc.com/ns/doap#license": "https://unlicense.org/1.0/",
"http://usefulinc.com/ns/doap#shortdesc": "Tabular Data RDF Reader and JSON serializer.",
"http://usefulinc.com/ns/doap#description": "RDF::Tabular processes tabular data with metadata creating RDF or JSON output.",
"http://usefulinc.com/ns/doap#created": "2015-01-05",
Expand Down
2 changes: 1 addition & 1 deletion etc/doap.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name,type,homepage,license,shortdesc,description,created,programming_language,implements,category,download_page,mailing_list,bug_database,blog,developer,maintainer,documenter,maker,dc_title,dc_description,dc_date,dc_creator,isPartOf
RDF::Tabular,http://usefulinc.com/ns/doap#Project,http://ruby-rdf.github.com/rdf-tabular,https://unlicense.org/,Tabular Data RDF Reader and JSON serializer.,RDF::Tabular processes tabular data with metadata creating RDF or JSON output.,1/5/2015,Ruby,http://www.w3.org/TR/tabular-data-model/,http://dbpedia.org/resource/Resource_Description_Framework,https://rubygems.org/gems/rdf-tabular,http://lists.w3.org/Archives/Public/public-rdf-ruby/,https://github.com/ruby-rdf/rdf-tabular/issues,http://greggkellogg.net/,http://greggkellogg.net/foaf#me,http://greggkellogg.net/foaf#me,http://greggkellogg.net/foaf#me,http://greggkellogg.net/foaf#me,RDF::Tabular,RDF::Tabular processes tabular data with metadata creating RDF or JSON output.,1/5/2015,http://greggkellogg.net/foaf#me,https://rubygems.org/gems/rdf
RDF::Tabular,http://usefulinc.com/ns/doap#Project,http://ruby-rdf.github.com/rdf-tabular,https://unlicense.org/1.0/,Tabular Data RDF Reader and JSON serializer.,RDF::Tabular processes tabular data with metadata creating RDF or JSON output.,1/5/2015,Ruby,http://www.w3.org/TR/tabular-data-model/,http://dbpedia.org/resource/Resource_Description_Framework,https://rubygems.org/gems/rdf-tabular,http://lists.w3.org/Archives/Public/public-rdf-ruby/,https://github.com/ruby-rdf/rdf-tabular/issues,http://greggkellogg.net/,http://greggkellogg.net/foaf#me,http://greggkellogg.net/foaf#me,http://greggkellogg.net/foaf#me,http://greggkellogg.net/foaf#me,RDF::Tabular,RDF::Tabular processes tabular data with metadata creating RDF or JSON output.,1/5/2015,http://greggkellogg.net/foaf#me,https://rubygems.org/gems/rdf
,http://www.w3.org/ns/earl#TestSubject,,,,,,,http://www.w3.org/TR/tabular-metadata/,http://dbpedia.org/resource/Ruby_(programming_language),,,,,,,,,,,,,
,http://www.w3.org/ns/earl#Software,,,,,,,http://www.w3.org/TR/csv2rdf/,,,,,,,,,,,,,,
,,,,,,,,http://www.w3.org/TR/csv2json/,,,,,,,,,,,,,,
2 changes: 1 addition & 1 deletion etc/doap.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<> a doap:Project, earl:TestSubject, earl:Software ;
doap:name "RDF::Tabular" ;
doap:homepage <https://ruby-rdf.github.com/rdf-tabular> ;
doap:license <https://unlicense.org/> ;
doap:license <https://unlicense.org/1.0/> ;
doap:shortdesc "Tabular Data RDF Reader and JSON serializer."@en ;
doap:description "RDF::Tabular processes tabular data with metadata creating RDF or JSON output."@en ;
doap:created "2015-01-05"^^xsd:date ;
Expand Down
2 changes: 1 addition & 1 deletion etc/earl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<https://rubygems.org/gems/rdf-tabular> a doap:Project, earl:TestSubject, earl:Software ;
doap:name "RDF::Tabular" ;
doap:homepage <http://ruby-rdf.github.com/rdf-tabular> ;
doap:license <https://unlicense.org/> ;
doap:license <https://unlicense.org/1.0/> ;
doap:shortdesc "Tabular Data RDF Reader and JSON serializer."@en ;
doap:description "RDF::Tabular processes tabular data with metadata creating RDF or JSON output."@en ;
doap:created "2015-01-05"^^xsd:date ;
Expand Down

0 comments on commit a9590ed

Please sign in to comment.