File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ see <https://unlicense.org/> or the accompanying {file:UNLICENSE} file.
471471[ RDF::TriX ] : https://ruby-rdf.github.com/rdf-trix
472472[ RDF::Turtle ] : https://ruby-rdf.github.com/rdf-turtle
473473[ RDF::Raptor ] : https://ruby-rdf.github.com/rdf-raptor
474- [ RDF* ] : https://w3c.github.io/rdf-star/rdf-star-cg-spec.html/
474+ [ RDF* ] : https://w3c.github.io/rdf-star/rdf-star-cg-spec.html
475475[ LinkedData ] : https://ruby-rdf.github.com/linkeddata
476476[ JSON::LD ] : https://ruby-rdf.github.com/json-ld
477477[ RestClient ] : https://rubygems.org/gems/rest-client
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ def self.options
161161 RDF ::CLI ::Option . new (
162162 symbol : :rdfstar ,
163163 datatype : TrueClass ,
164+ control : :checkbox ,
164165 on : [ "--rdfstar" ] ,
165166 description : "Parse RDF*." ) ,
166167 RDF ::CLI ::Option . new (
You can’t perform that action at this time.
0 commit comments